2005-11-22 05:25:14 +08:00
|
|
|
.\" Copyright (c) 2003\-2005 Richard Russon.
|
2003-09-06 05:37:08 +08:00
|
|
|
.\" This file may be copied under the terms of the GNU Public License.
|
|
|
|
.\"
|
2010-12-16 15:14:32 +08:00
|
|
|
.TH NTFSCLUSTER 8 "November 2005" "ntfs-3g @VERSION@"
|
2003-09-06 05:37:08 +08:00
|
|
|
.SH NAME
|
|
|
|
ntfscluster \- identify files in a specified region of an NTFS volume.
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B ntfscluster
|
2005-11-22 05:25:14 +08:00
|
|
|
[\fIoptions\fR] \fIdevice\fR
|
2003-09-06 05:37:08 +08:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B ntfscluster
|
|
|
|
has three modes of operation:
|
|
|
|
.IR info ,
|
|
|
|
.I sector
|
|
|
|
and
|
|
|
|
.IR cluster .
|
|
|
|
.SS Info
|
|
|
|
.PP
|
|
|
|
The default mode,
|
|
|
|
.I info
|
2005-11-22 05:25:14 +08:00
|
|
|
is currently not implemented. It will display general information about the
|
|
|
|
NTFS volume when it is working.
|
2003-09-06 05:37:08 +08:00
|
|
|
.SS Sector
|
|
|
|
.PP
|
|
|
|
The
|
|
|
|
.I sector
|
|
|
|
mode will display a list of files that have data in the specified range of
|
|
|
|
sectors.
|
|
|
|
.SS Cluster
|
|
|
|
The
|
|
|
|
.I cluster
|
|
|
|
mode will display a list of files that have data in the specified range of
|
|
|
|
clusters. When the cluster size is one sector, this will be equivalent to the
|
|
|
|
.I sector
|
|
|
|
mode of operation.
|
|
|
|
.SH OPTIONS
|
|
|
|
Below is a summary of all the options that
|
|
|
|
.B ntfscluster
|
2005-11-22 05:25:14 +08:00
|
|
|
accepts. Nearly all options have two equivalent names. The short name is
|
|
|
|
preceded by
|
|
|
|
.B \-
|
2003-09-06 05:37:08 +08:00
|
|
|
and the long name is preceded by
|
|
|
|
.BR \-\- .
|
|
|
|
Any single letter options, that don't take an argument, can be combined into a
|
|
|
|
single command, e.g.
|
2005-11-22 05:25:14 +08:00
|
|
|
.B \-fv
|
2003-09-06 05:37:08 +08:00
|
|
|
is equivalent to
|
|
|
|
.BR "\-f \-v" .
|
|
|
|
Long named options can be abbreviated to any unique prefix of their name.
|
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-c\fR, \fB\-\-cluster\fR RANGE
|
2003-09-06 05:37:08 +08:00
|
|
|
Any files whose data is in this range of clusters will be displayed.
|
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-F\fR, \fB\-\-filename\fR NAME
|
|
|
|
Show information about this file.
|
2003-09-06 05:37:08 +08:00
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-f\fR, \fB\-\-force\fR
|
2003-09-06 05:37:08 +08:00
|
|
|
This will override some sensible defaults, such as not working with a mounted
|
|
|
|
volume. Use this option with caution.
|
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-h\fR, \fB\-\-help\fR
|
2003-09-06 05:37:08 +08:00
|
|
|
Show a list of options with a brief description of each one.
|
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-I\fR, \fB\-\-inode\fR NUM
|
|
|
|
Show information about this inode.
|
2003-09-06 05:37:08 +08:00
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-i\fR, \fB\-\-info\fR
|
2003-09-06 05:37:08 +08:00
|
|
|
This option is not yet implemented.
|
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-q\fR, \fB\-\-quiet\fR
|
2003-09-06 05:37:08 +08:00
|
|
|
Reduce the amount of output to a minimum. Naturally, it doesn't make sense to
|
|
|
|
combine this option with
|
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-s\fR, \fB\-\-sector\fR RANGE
|
2003-09-06 05:37:08 +08:00
|
|
|
Any files whose data is in this range of sectors will be displayed.
|
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
2003-09-06 05:37:08 +08:00
|
|
|
Increase the amount of output that
|
|
|
|
.B ntfscluster
|
|
|
|
prints.
|
|
|
|
.TP
|
2005-11-22 05:25:14 +08:00
|
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
|
|
Show the version number, copyright and license for
|
2003-09-06 05:37:08 +08:00
|
|
|
.BR ntfscluster .
|
|
|
|
.SH EXAMPLES
|
|
|
|
Get some information about the volume /dev/hda1.
|
|
|
|
.RS
|
|
|
|
.sp
|
|
|
|
.B ntfscluster /dev/hda1
|
|
|
|
.sp
|
|
|
|
.RE
|
|
|
|
Look for files in the first 500 clusters of /dev/hda1.
|
|
|
|
.RS
|
|
|
|
.sp
|
2005-11-22 05:25:14 +08:00
|
|
|
.B ntfscluster \-c 0\-500 /dev/hda1
|
2003-09-06 05:37:08 +08:00
|
|
|
.sp
|
2005-11-22 05:25:14 +08:00
|
|
|
.RE
|
2003-09-06 05:37:08 +08:00
|
|
|
.SH BUGS
|
|
|
|
The
|
|
|
|
.I info
|
2005-11-22 05:25:14 +08:00
|
|
|
mode isn't implemented yet.
|
|
|
|
.B ntfscluster
|
|
|
|
is quite limited, but it has no known bugs. If you find a bug please send an
|
|
|
|
email describing the problem to the development team:
|
|
|
|
.br
|
2003-09-06 05:37:08 +08:00
|
|
|
.nh
|
2010-12-16 15:19:15 +08:00
|
|
|
ntfs\-3g\-devel@lists.sf.net
|
2003-09-06 05:37:08 +08:00
|
|
|
.hy
|
2005-11-22 05:25:14 +08:00
|
|
|
.SH AUTHORS
|
2003-09-06 05:37:08 +08:00
|
|
|
.B ntfscluster
|
2005-11-22 05:25:14 +08:00
|
|
|
was written by Richard Russon, with contributions from Anton Altaparmakov.
|
2003-09-06 05:37:08 +08:00
|
|
|
.SH AVAILABILITY
|
|
|
|
.B ntfscluster
|
2005-11-22 05:25:14 +08:00
|
|
|
is part of the
|
2010-12-16 15:41:22 +08:00
|
|
|
.B ntfs-3g
|
2005-11-22 05:25:14 +08:00
|
|
|
package and is available from:
|
|
|
|
.br
|
|
|
|
.nh
|
|
|
|
http://www.linux\-ntfs.org/content/view/19/37
|
|
|
|
.hy
|
|
|
|
.sp
|
|
|
|
The manual pages are available online at:
|
2003-09-06 05:37:08 +08:00
|
|
|
.br
|
|
|
|
.nh
|
2006-01-09 05:01:23 +08:00
|
|
|
http://man.linux-ntfs.org/
|
2003-09-06 05:37:08 +08:00
|
|
|
.hy
|
|
|
|
.SH SEE ALSO
|
|
|
|
.BR ntfsinfo (8),
|
|
|
|
.BR ntfsprogs (8)
|