OSDN Git Service

Added dumpexfat man page.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 19 Feb 2011 14:30:22 +0000 (14:30 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 19 Feb 2011 14:30:22 +0000 (14:30 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@205 60bc1c72-a15a-11de-b98f-4500b42dc123

dump/dumpexfat.8 [new file with mode: 0644]

diff --git a/dump/dumpexfat.8 b/dump/dumpexfat.8
new file mode 100644 (file)
index 0000000..a7304be
--- /dev/null
@@ -0,0 +1,40 @@
+.\" Copyright (C) 2011  Andrew Nayenko
+.\"
+.TH DUMPEXFAT 8 "February 2011"
+.SH NAME
+.B dumpexfat
+\- dump exFAT file system
+.SH SYNOPSIS
+.B exfatlabel
+[
+.I \-s
+]
+[
+.I \-u
+]
+.I device
+
+.SH DESCRIPTION
+.B dumpexfat
+dumps details about exFAT file system including low-level info. All sizes are
+in bytes.
+
+.SH OPTIONS
+Command line options available:
+.TP
+.B \-s
+Dump only info from super block. May be useful for heavily corrupted file
+systems.
+.TP
+.B \-u
+Dump ranges of used sectors starting from 0 and separated with spaces. May be
+useful for backup tools.
+
+.SH EXIT CODES
+Zero is returned on success. Any other code means an error.
+
+.SH AUTHOR
+Andrew Nayenko
+
+.SH SEE ALSO
+.BR mkexfatfs (8)