summaryrefslogtreecommitdiff
path: root/ntfsprogs/ntfscluster.8 (plain)
blob: 78152723121ba59395ea4024c7190c1c237f0335
1.\" Copyright (c) 2003\-2005 Richard Russon.
2.\" This file may be copied under the terms of the GNU Public License.
3.\"
4.TH NTFSCLUSTER 8 "November 2005" "ntfs-3g 2014.2.15"
5.SH NAME
6ntfscluster \- identify files in a specified region of an NTFS volume.
7.SH SYNOPSIS
8.B ntfscluster
9[\fIoptions\fR] \fIdevice\fR
10.SH DESCRIPTION
11.B ntfscluster
12has three modes of operation:
13.IR info ,
14.I sector
15and
16.IR cluster .
17.SS Info
18.PP
19The default mode,
20.I info
21is currently not implemented. It will display general information about the
22NTFS volume when it is working.
23.SS Sector
24.PP
25The
26.I sector
27mode will display a list of files that have data in the specified range of
28sectors.
29.SS Cluster
30The
31.I cluster
32mode will display a list of files that have data in the specified range of
33clusters. When the cluster size is one sector, this will be equivalent to the
34.I sector
35mode of operation.
36.SH OPTIONS
37Below is a summary of all the options that
38.B ntfscluster
39accepts. Nearly all options have two equivalent names. The short name is
40preceded by
41.B \-
42and the long name is preceded by
43.BR \-\- .
44Any single letter options, that don't take an argument, can be combined into a
45single command, e.g.
46.B \-fv
47is equivalent to
48.BR "\-f \-v" .
49Long named options can be abbreviated to any unique prefix of their name.
50.TP
51\fB\-c\fR, \fB\-\-cluster\fR RANGE
52Any files whose data is in this range of clusters will be displayed.
53.TP
54\fB\-F\fR, \fB\-\-filename\fR NAME
55Show information about this file.
56.TP
57\fB\-f\fR, \fB\-\-force\fR
58This will override some sensible defaults, such as not working with a mounted
59volume. Use this option with caution.
60.TP
61\fB\-h\fR, \fB\-\-help\fR
62Show a list of options with a brief description of each one.
63.TP
64\fB\-I\fR, \fB\-\-inode\fR NUM
65Show information about this inode.
66.TP
67\fB\-i\fR, \fB\-\-info\fR
68This option is not yet implemented.
69.TP
70\fB\-q\fR, \fB\-\-quiet\fR
71Reduce the amount of output to a minimum. Naturally, it doesn't make sense to
72combine this option with
73.TP
74\fB\-s\fR, \fB\-\-sector\fR RANGE
75Any files whose data is in this range of sectors will be displayed.
76.TP
77\fB\-v\fR, \fB\-\-verbose\fR
78Increase the amount of output that
79.B ntfscluster
80prints.
81.TP
82\fB\-V\fR, \fB\-\-version\fR
83Show the version number, copyright and license for
84.BR ntfscluster .
85.SH EXAMPLES
86Get some information about the volume /dev/hda1.
87.RS
88.sp
89.B ntfscluster /dev/hda1
90.sp
91.RE
92Look for files in the first 500 clusters of /dev/hda1.
93.RS
94.sp
95.B ntfscluster \-c 0\-500 /dev/hda1
96.sp
97.RE
98.SH BUGS
99The
100.I info
101mode isn't implemented yet.
102.B ntfscluster
103is quite limited, but it has no known bugs. If you find a bug please send an
104email describing the problem to the development team:
105.br
106.nh
107ntfs\-3g\-devel@lists.sf.net
108.hy
109.SH AUTHORS
110.B ntfscluster
111was written by Richard Russon, with contributions from Anton Altaparmakov.
112It was ported to ntfs-3g by Erik Larsson.
113.SH AVAILABILITY
114.B ntfscluster
115is part of the
116.B ntfs-3g
117package and is available from:
118.br
119.nh
120http://www.tuxera.com/community/
121.hy
122.SH SEE ALSO
123.BR ntfsinfo (8),
124.BR ntfsprogs (8)
125