blob: 5cf3995ed0adc9a002b85524b828ea74ef619f54 [file] [log] [blame]
Matt Mower09ef1e42015-12-13 11:29:45 -06001.\" Copyright (C) 2011-2015 Andrew Nayenko
bigbiff bigbiff9c754052013-01-09 09:09:08 -05002.\"
3.TH DUMPEXFAT 8 "February 2011"
4.SH NAME
5.B dumpexfat
6\- dump exFAT file system
7.SH SYNOPSIS
Matt Mower09ef1e42015-12-13 11:29:45 -06008.B dumpexfat
bigbiff bigbiff9c754052013-01-09 09:09:08 -05009[
10.B \-s
11]
12[
13.B \-u
14]
15[
bigbiff bigbiff004e2df2013-07-03 14:52:12 -040016.B \-V
bigbiff bigbiff9c754052013-01-09 09:09:08 -050017]
18.I device
19
20.SH DESCRIPTION
21.B dumpexfat
22dumps details about exFAT file system including low-level info. All sizes are
23in bytes.
24
25.SH OPTIONS
26Command line options available:
27.TP
28.B \-s
29Dump only info from super block. May be useful for heavily corrupted file
30systems.
31.TP
32.B \-u
33Dump ranges of used sectors starting from 0 and separated with spaces. May be
34useful for backup tools.
35.TP
bigbiff bigbiff004e2df2013-07-03 14:52:12 -040036.BI \-V
bigbiff bigbiff9c754052013-01-09 09:09:08 -050037Print version and copyright.
38
39.SH EXIT CODES
40Zero is returned on success. Any other code means an error.
41
42.SH AUTHOR
43Andrew Nayenko
44
45.SH SEE ALSO
46.BR mkexfatfs (8)