1ntfscluster(1M)         System Administration Commands         ntfscluster(1M)
2
3
4

NAME

6       ntfscluster - identify files in a specified region of an NTFS volume
7

SYNOPSIS

9       ntfscluster [options] device
10
11

DESCRIPTION

13       The ntfscluster utility has three modes of operation: info, sector, and
14       cluster, described as follows.
15
16       Info
17
18           The default mode, info is currently not implemented. It  will  dis‐
19           play general information about the NTFS volume when it is working.
20
21
22       Sector
23
24           The  sector  mode  displays  a  list of files that have data in the
25           specified range of sectors. This mode  is  put  in  effect  by  the
26           --sector option.
27
28
29       Cluster
30
31           The  cluster  mode  displays  a list of files that have data in the
32           specified range of clusters. When the cluster size is  one  sector,
33           this  is  equivalent  to the sector mode of operation. This mode is
34           put in effect by the --cluster option.
35
36

OPTIONS

38       Supported options are listed below. Most options have both  single-let‐
39       ter  and  full-name  forms.  Multiple single-letter options that do not
40       take an argument can be combined. For example, -fv is the equivalent of
41       -f  -v. A full-name option can be abbreviated to a unique prefix of its
42       name.
43
44       -c, --cluster range
45
46           Any files whose data is in this range  of  clusters  will  be  dis‐
47           played.
48
49
50       -F, --filename filename
51
52           Display information about filename.
53
54
55       -f, --force
56
57           Overrides  some  sensible  defaults,  such  as  not  working with a
58           mounted volume. Use this option with caution.
59
60
61       -h, --help
62
63           Show a list of options with a brief description of each.
64
65
66       -I, --inode num
67
68           Show information about this inode.
69
70
71       -i, --info
72
73           This option is not yet implemented.
74
75
76       -q, --quiet
77
78           Suppress some debug, warning, and error messages.
79
80
81       -s, --sector range
82
83           Any files whose data is in this range of sectors will be displayed.
84
85
86       -V, --version
87
88           Show the version number, copyright, and license information.
89
90
91       -v, --verbose
92
93           Display more debug, warning, and error messages.
94
95

EXAMPLES

97       Example 1 Displaying Information About a Volume
98
99
100       The  following  command   displays   information   about   the   volume
101       /dev/dsk/c0d0p1.
102
103
104         # ntfscluster /dev/dsk/c0d0p1
105
106
107
108       Example 2 Displaying List of Files in a Cluster Range
109
110
111       The  following  command  looks  for  files in the first 500 clusters of
112       /dev/dsk/c0d0p1.
113
114
115         # ntfscluster -c 0-500 /dev/dsk/c0d0p1
116
117
118

ATTRIBUTES

120       See attributes(5) for descriptions of the following attributes:
121
122
123
124
125       ┌─────────────────────────────┬─────────────────────────────┐
126       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
127       ├─────────────────────────────┼─────────────────────────────┤
128       │Availability                 │SUNWntfsprogs                │
129       ├─────────────────────────────┼─────────────────────────────┤
130       │Interface Stability          │Uncommitted                  │
131       └─────────────────────────────┴─────────────────────────────┘
132

SEE ALSO

134       ntfsinfo(1M), ntfsprogs(1M), parted(1M), attributes(5)
135
136
137       http://wiki.linux-ntfs.org
138

AUTHORS

140       ntfscluster was written by  Richard  Russon,  with  contributions  from
141       Anton Altaparmakov.
142
143
144
145SunOS 5.11                        28 May 2009                  ntfscluster(1M)
Impressum