Tuxera NTFS driver
[tomato.git] / release / src-rt-6.x.4708 / router / tuxera / broadcom_arm / exfat / docs / manual / exfatdebug.8
blobb00fa97d0c3b817ce1f3ea95d49ddc1365a9b572
1 .\" Copyright (c) 2011-2012 Erik Larsson / Tuxera Inc.
2 .\"
3 .TH EXFATDEBUG 8 "October 2012" "Tuxera exFAT 3013.11.8"
4 .SH NAME
5 exfatdebug \- Create a metadata dump of an exFAT volume suitable for bug
6 reporting.
7 .SH SYNOPSIS
8 .B exfatdebug
9 \fIdevice|image\fR
10 .SH DESCRIPTION
11 .B exfatdebug
12 will efficiently extract all metadata relevant for debugging from an exFAT
13 volume and dump it to standard output.
14 It works at disk sector level and copies only the metadata of the exFAT volume
15 (so the resulting output is relatively small).
17 .B exfatdebug
18 is mostly useful when sending bug reports to exFAT developers.
19 .SH EXIT CODES
20 The exit code is 0 on success, non\-zero otherwise.
21 .SH EXAMPLES
22 Dump exFAT file system metadata on /dev/sda1 to a local image file:
23 .RS
24 .sp
25 .B exfatdebug /dev/sda1 > sda1.img
26 .sp
27 .RE
28 Dump exFAT file system metadata on /dev/sda1 to a bzip2-compressed local image
29 file:
30 .RS
31 .sp
32 .B exfatdebug /dev/sda1 | bzip2 > sda1.img
33 .sp
34 .RE
35 Dump exFAT file system metadata to a remote host, using ssh. Please note that
36 ssh may ask for a password!
37 .RS
38 .sp
39 .B exfatdebug /dev/sda1 | ssh host 'cat > sda1.img'
40 .sp
41 .RE
42 .SH KNOWN ISSUES
43 There are no known problems with
44 .BR exfatdebug .
45 If you think you have found a problem then please send an email describing it to
46 exfat-support@tuxera.com.
47 .hy
48 .SH AUTHORS
49 .B exfatdebug
50 was written by Erik Larsson, Tuxera Inc.
51 .SH AVAILABILITY
52 .B exfatdebug
53 is part of the
54 .B Tuxera exFAT
55 package.
56 .SH SEE ALSO
57 .BR exfat\-u (8)