1mshowfat(1) General Commands Manual mshowfat(1)
2
3
4
6 mshowfat - shows FAT clusters allocated to file
7
8
9
11 This manpage has been automatically generated from mtools's texinfo
12 documentation, and may not be entirely accurate or complete. See the
13 end of this man page for details.
14
16 The mshowfat command is used to display the FAT entries for a file.
17 Syntax:
18
19 mshowfat [-o offset] files
20
21
22 If no offset is given, a list of all clusters occupied by the file is
23 printed. If an offset is given, only the number of the cluster contain‐
24 ing that offset is printed.
25
27 Mtools' texinfo doc
28
30 This manpage has been automatically generated from mtools's texinfo
31 documentation. However, this process is only approximative, and some
32 items, such as crossreferences, footnotes and indices are lost in this
33 translation process. Indeed, these items have no appropriate represen‐
34 tation in the manpage format. Moreover, not all information has been
35 translated into the manpage version. Thus I strongly advise you to use
36 the original texinfo doc. See the end of this manpage for instructions
37 how to view the texinfo doc.
38
39 * To generate a printable copy from the texinfo doc, run the fol‐
40 lowing commands:
41
42 ./configure; make dvi; dvips mtools.dvi
43
44
45
46 * To generate a html copy, run:
47
48 ./configure; make html
49
50 A premade html can be found at `http://www.gnu.org/software/mtools/man‐
51 ual/mtools.html'
52
53 * To generate an info copy (browsable using emacs' info mode),
54 run:
55
56 ./configure; make info
57
58
59
60 The texinfo doc looks most pretty when printed or as html. Indeed, in
61 the info version certain examples are difficult to read due to the
62 quoting conventions used in info.
63
64mtools-4.0.26 28Nov20 mshowfat(1)