]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - dump/dumpexfat.8
New upstream version 1.2.5
[sven/exfat-utils.git] / dump / dumpexfat.8
1 .\" Copyright (C) 2011-2016  Andrew Nayenko
2 .\"
3 .TH DUMPEXFAT 8 "February 2011"
4 .SH NAME
5 .B dumpexfat
6 \- dump exFAT file system
7 .SH SYNOPSIS
8 .B dumpexfat
9 [
10 .B \-s
11 ]
12 [
13 .B \-u
14 ]
15 [
16 .B \-f
17 .I file
18 ]
19 [
20 .B \-V
21 ]
22 .I device
23
24 .SH DESCRIPTION
25 .B dumpexfat
26 dumps details about exFAT file system including low-level info. All sizes are
27 in bytes.
28
29 .SH OPTIONS
30 Command line options available:
31 .TP
32 .B \-s
33 Dump only info from super block. May be useful for heavily corrupted file
34 systems.
35 .TP
36 .B \-u
37 Dump ranges of used sectors starting from 0 and separated with spaces. May be
38 useful for backup tools.
39 .TP
40 .B \-f file
41 Print out a list of fragments that compose the given file. Each fragment is
42 printed on its own line, as the start offset (in bytes) into the file system,
43 and the length (in bytes).
44 .TP
45 .BI \-V
46 Print version and copyright.
47
48 .SH EXIT CODES
49 Zero is returned on success. Any other code means an error.
50
51 .SH AUTHOR
52 Andrew Nayenko
53
54 .SH SEE ALSO
55 .BR mkexfatfs (8)