-b
Extract and print buffer information. Only used in
transactional view.
-c
Attempt to continue when an error is detected.
-C
filename
Copy the log from the filesystem to the file filename.
The log itself is not printed.
-d
Dump the log from front to end, printing where each log
record is located on disk.
-D
Do not decode anything; just print data.
-e
Exit when an error is found in the log. Normally,
xfs_logprint
tries to continue and unwind from bad logs.
However, sometimes it just dies in bad ways. Using this
option prevents core dumps.
-f
Specifies that the filesystem image to be processed is
stored in a regular file at device (see the mkfs.xfs(8) -d
file option). This might happen if an image copy of a
filesystem has been made into an ordinary file with
xfs_copy(8).
-l
logdev
External log device. Only for those filesystems which use
an external log.
-i
Extract and print inode information. Only used in
transactional view.
-q
Extract and print quota information. Only used in
transactional view.
-n
Do not try and interpret log data; just interpret log
header information.
-o
Also print buffer data in hex. Normally, buffer data is
just decoded, so better information can be printed.
-s
start-block
Override any notion of where to start printing.
-t
Print out the transactional view.
-v
Print "overwrite" data.
-V
Prints the version number and exits.