1ntfsinfo(1M) System Administration Commands ntfsinfo(1M)
2
3
4
6 ntfsinfo - dump a file's attributes
7
9 ntfsinfo [options] device
10
11
13 The ntfsinfo utility dumps the attributes of inode inode-number or the
14 file path-filename and/or information about the MFT (-m option). Run
15 ntfsinfo without arguments for a full list of options.
16
18 Supported options are listed below. Most options have both single-let‐
19 ter and full-name forms. Multiple single-letter options that do not
20 take an argument can be combined. For example, -fv is the equivalent of
21 -f -v. A full-name option can be abbreviated to a unique prefix of its
22 name.
23
24 -F, --file file
25
26 Show information about file.
27
28
29 -f, --force
30
31 Overrides some sensible defaults, such as not overwriting an exist‐
32 ing file. Use this option with caution.
33
34
35 -h, --help
36
37 Show a list of options with a brief description of each.
38
39
40 -i, --inode num
41
42 Show information about inode identified by num.
43
44
45 -m, --mft
46
47 Show information about the volume.
48
49
50 -q, --quiet
51
52 Suppress some debug, warning, and error messages.
53
54
55 -t, --notime
56
57 Do not display timestamps in the output.
58
59
60 -V, --version
61
62 Show the version number, copyright, and license information.
63
64
65 -v, --verbose
66
67 Display more debug, warning, and error messages.
68
69
71 See attributes(5) for descriptions of the following attributes:
72
73
74
75
76 ┌─────────────────────────────┬─────────────────────────────┐
77 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
78 ├─────────────────────────────┼─────────────────────────────┤
79 │Availability │SUNWntfsprogs │
80 ├─────────────────────────────┼─────────────────────────────┤
81 │Interface Stability │Uncommitted │
82 └─────────────────────────────┴─────────────────────────────┘
83
85 ntfsprogs(1M), ntfsundelete(1M), parted(1M), attributes(5)
86
87
88 http://wiki.linux-ntfs.org
89
91 ntfsinfo was written by Matthew J. Fanto, Anton Altaparmakov, Richard
92 Russon, Szabolcs Szakacsits, Yuval Fledel, Yura Pakhuchiy and Cristian
93 Klein.
94
95
96
97SunOS 5.11 28 May 2009 ntfsinfo(1M)