 |
|
| |
DUMPEXFAT(8) |
FreeBSD System Manager's Manual |
DUMPEXFAT(8) |
dumpexfat - dump exFAT file system
dumpexfat [ -s ] [ -u ] [ -f file ] [
-V ] device
dumpexfat dumps details about exFAT file system including low-level info.
All sizes are in bytes.
Command line options available:
- -s
- Dump only info from super block. May be useful for heavily corrupted file
systems.
- -u
- Dump ranges of used sectors starting from 0 and separated with spaces. May
be useful for backup tools.
- -f file
- Print out a list of fragments that compose the given file. Each fragment
is printed on its own line, as the start offset (in bytes) into the file
system, and the length (in bytes).
- -V
- Print version and copyright.
Zero is returned on success. Any other code means an error.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc.
|