Files
android_bootable_recovery/exfat/dump/dumpexfat.8
T
Matt Mower 09ef1e4109 exfat: Update to 1.2.2
Change-Id: I160389afa074270c398aeb771845500f2445838a
2015-12-23 09:56:56 -06:00

47 lines
744 B
Plaintext

.\" Copyright (C) 2011-2015 Andrew Nayenko
.\"
.TH DUMPEXFAT 8 "February 2011"
.SH NAME
.B dumpexfat
\- dump exFAT file system
.SH SYNOPSIS
.B dumpexfat
[
.B \-s
]
[
.B \-u
]
[
.B \-V
]
.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.
.TP
.BI \-V
Print version and copyright.
.SH EXIT CODES
Zero is returned on success. Any other code means an error.
.SH AUTHOR
Andrew Nayenko
.SH SEE ALSO
.BR mkexfatfs (8)