aboutsummaryrefslogtreecommitdiffstats
path: root/dump
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2011-02-19 14:30:22 +0000
committerrelan <relan@users.noreply.github.com>2015-08-24 08:26:13 +0300
commitab78e931f7de54e44676e06ad95322cccf2c72a7 (patch)
tree1a4d0e0631f49434601e6af2b191d81b560feaab /dump
parent4b5de26bbff3ebb348c91dc2690aa3b9bc597df7 (diff)
downloadandroid_external_exfat-ab78e931f7de54e44676e06ad95322cccf2c72a7.tar.gz
android_external_exfat-ab78e931f7de54e44676e06ad95322cccf2c72a7.tar.bz2
android_external_exfat-ab78e931f7de54e44676e06ad95322cccf2c72a7.zip
Add dumpexfat man page.
Diffstat (limited to 'dump')
-rw-r--r--dump/dumpexfat.840
1 files changed, 40 insertions, 0 deletions
diff --git a/dump/dumpexfat.8 b/dump/dumpexfat.8
new file mode 100644
index 0000000..a7304be
--- /dev/null
+++ b/dump/dumpexfat.8
@@ -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)