From 9c754053b07a724bdd98d039f34899d6a49115b7 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Wed, 9 Jan 2013 09:09:08 -0500 Subject: Add libtar to TWRP instead of using busybox tar Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function --- exfat/dump/dumpexfat.8 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 exfat/dump/dumpexfat.8 (limited to 'exfat/dump/dumpexfat.8') diff --git a/exfat/dump/dumpexfat.8 b/exfat/dump/dumpexfat.8 new file mode 100644 index 000000000..36fb28ad1 --- /dev/null +++ b/exfat/dump/dumpexfat.8 @@ -0,0 +1,46 @@ +.\" Copyright (C) 2011 Andrew Nayenko +.\" +.TH DUMPEXFAT 8 "February 2011" +.SH NAME +.B dumpexfat +\- dump exFAT file system +.SH SYNOPSIS +.B exfatlabel +[ +.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) -- cgit v1.2.3