System Administration Commands ntfscluster(1M)
NAME
ntfscluster - identify files in a specified region of an
NTFS volumeSYNOPSIS
ntfscluster [options] device
DESCRIPTION
The ntfscluster utility has three modes of operation: info,
sector, and cluster, described as follows. Info The default mode, info is currently not implemented. It will display general information about the NTFS volume when it is working. Sector The sector mode displays a list of files that have data in the specified range of sectors. This mode is put ineffect by the --sector option.
Cluster The cluster mode displays a list of files that have data in the specified range of clusters. When the cluster size is one sector, this is equivalent to the sectormode of operation. This mode is put in effect by the --
cluster option. OPTIONS Supported options are listed below. Most options have bothsingle-letter and full-name forms. Multiple single-letter
options that do not take an argument can be combined. Forexample, -fv is the equivalent of -f -v. A full-name option
can be abbreviated to a unique prefix of its name.-c, --cluster range
Any files whose data is in this range of clusters will be displayed.-F, --filename filename
Display information about filename.SunOS 5.11 Last change: 28 May 2009 1
System Administration Commands ntfscluster(1M)
-f, --force
Overrides some sensible defaults, such as not working with a mounted volume. Use this option with caution.-h, --help
Show a list of options with a brief description of each.-I, --inode num
Show information about this inode.-i, --info
This option is not yet implemented.-q, --quiet
Suppress some debug, warning, and error messages.-s, --sector range
Any files whose data is in this range of sectors will be displayed.-V, --version
Show the version number, copyright, and license informa-
tion.-v, --verbose
Display more debug, warning, and error messages.EXAMPLES
Example 1 Displaying Information About a Volume The following command displays information about the volume /dev/dsk/c0d0p1.# ntfscluster /dev/dsk/c0d0p1
SunOS 5.11 Last change: 28 May 2009 2
System Administration Commands ntfscluster(1M)
Example 2 Displaying List of Files in a Cluster RangeThe following command looks for files in the first 500 clus-
ters of /dev/dsk/c0d0p1.# ntfscluster -c 0-500 /dev/dsk/c0d0p1
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/file-system/ntfsprogs|
|_____________________________|_____________________________|
| Interface Stability | Uncommitted ||_____________________________|_____________________________|
SEE ALSO
ntfsinfo(1M), ntfsprogs(1M), parted(1M), attributes(5)http://wiki.linux-ntfs.org
AUTHORSntfscluster was written by Richard Russon, with contribu-
tions from Anton Altaparmakov.SunOS 5.11 Last change: 28 May 2009 3