blob: 11e6c40b3ef6fe41b516901f76cacf9e35017b05 [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001'\" t
Yi Kong39bbd962022-01-09 19:41:38 +08002.TH mshowfat 1 "08Jan22" mtools-4.0.37
Alistair Delvabeaee832021-02-24 11:27:23 -08003.SH Name
4mshowfat - shows FAT clusters allocated to file
5'\" t
6.de TQ
7.br
8.ns
9.TP \\$1
10..
11
12.tr \(is'
13.tr \(if`
14.tr \(pd"
15
16.SH Note\ of\ warning
17This manpage has been automatically generated from mtools's texinfo
18documentation, and may not be entirely accurate or complete. See the
19end of this man page for details.
20.PP
21.SH Description
22.PP
23The \fR\&\f(CWmshowfat\fR command is used to display the FAT entries for a
24file. Syntax:
25.PP
26.ft I
27.nf
28\&\fR\&\f(CWmshowfat\fR [\fR\&\f(CW-o\fR \fIoffset\fR] \fIfiles\fR
29.fi
30.ft R
31
32.PP
33If no offset is given, a list of all clusters occupied by the file is
34printed. If an offset is given, only the number of the cluster
35containing that offset is printed.
36.PP
37.SH See\ Also
38Mtools' texinfo doc
39.SH Viewing\ the\ texi\ doc
40This manpage has been automatically generated from mtools's texinfo
41documentation. However, this process is only approximative, and some
42items, such as crossreferences, footnotes and indices are lost in this
43translation process. Indeed, these items have no appropriate
44representation in the manpage format. Moreover, not all information has
45been translated into the manpage version. Thus I strongly advise you to
46use the original texinfo doc. See the end of this manpage for
47instructions how to view the texinfo doc.
48.TP
49* \ \
50To generate a printable copy from the texinfo doc, run the following
51commands:
52
53.nf
54.ft 3
55.in +0.3i
56 ./configure; make dvi; dvips mtools.dvi
57.fi
58.in -0.3i
59.ft R
60.PP
61
62\&\fR
63.TP
64* \ \
65To generate a html copy, run:
66
67.nf
68.ft 3
69.in +0.3i
70 ./configure; make html
71.fi
72.in -0.3i
73.ft R
74.PP
75
76\&\fRA premade html can be found at
77\&\fR\&\f(CW\(ifhttp://www.gnu.org/software/mtools/manual/mtools.html\(is\fR
78.TP
79* \ \
80To generate an info copy (browsable using emacs' info mode), run:
81
82.nf
83.ft 3
84.in +0.3i
85 ./configure; make info
86.fi
87.in -0.3i
88.ft R
89.PP
90
91\&\fR
92.PP
93The texinfo doc looks most pretty when printed or as html. Indeed, in
94the info version certain examples are difficult to read due to the
95quoting conventions used in info.
96.PP