Dump exfat file system
exfatlabel [ -s ] [ -u ] [ -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.
-V
Print version and copyright.
Zero is returned on success. Any other code means an error.
Andrew Nayenko