203 lines
4.7 KiB
HTML
203 lines
4.7 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of NTFSCLUSTER</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>NTFSCLUSTER</H1>
|
|
Section: Maintenance Commands (8)<BR>Updated: November 2005<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
ntfscluster - identify files in a specified region of an NTFS volume.
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>ntfscluster</B>
|
|
|
|
[<I>options</I>] <I>device</I>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>ntfscluster</B>
|
|
|
|
has three modes of operation:
|
|
<I>info</I>,
|
|
|
|
<I>sector</I>
|
|
|
|
and
|
|
<I>cluster</I>.
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H3>Info</H3>
|
|
|
|
<P>
|
|
|
|
The default mode,
|
|
<I>info</I>
|
|
|
|
is currently not implemented. It will display general information about the
|
|
NTFS volume when it is working.
|
|
<A NAME="lbAF"> </A>
|
|
<H3>Sector</H3>
|
|
|
|
<P>
|
|
|
|
The
|
|
<I>sector</I>
|
|
|
|
mode will display a list of files that have data in the specified range of
|
|
sectors.
|
|
<A NAME="lbAG"> </A>
|
|
<H3>Cluster</H3>
|
|
|
|
The
|
|
<I>cluster</I>
|
|
|
|
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</I>
|
|
|
|
mode of operation.
|
|
<A NAME="lbAH"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
Below is a summary of all the options that
|
|
<B>ntfscluster</B>
|
|
|
|
accepts. Nearly all options have two equivalent names. The short name is
|
|
preceded by
|
|
<B>-</B>
|
|
|
|
and the long name is preceded by
|
|
<B>--</B>.
|
|
|
|
Any single letter options, that don't take an argument, can be combined into a
|
|
single command, e.g.
|
|
<B>-fv</B>
|
|
|
|
is equivalent to
|
|
<B>-f -v</B>.
|
|
|
|
Long named options can be abbreviated to any unique prefix of their name.
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-c</B>, <B>--cluster</B> RANGE<DD>
|
|
Any files whose data is in this range of clusters will be displayed.
|
|
<DT id="2"><B>-F</B>, <B>--filename</B> NAME<DD>
|
|
Show information about this file.
|
|
<DT id="3"><B>-f</B>, <B>--force</B><DD>
|
|
This will override some sensible defaults, such as not working with a mounted
|
|
volume. Use this option with caution.
|
|
<DT id="4"><B>-h</B>, <B>--help</B><DD>
|
|
Show a list of options with a brief description of each one.
|
|
<DT id="5"><B>-I</B>, <B>--inode</B> NUM<DD>
|
|
Show information about this inode.
|
|
<DT id="6"><B>-i</B>, <B>--info</B><DD>
|
|
This option is not yet implemented.
|
|
<DT id="7"><B>-q</B>, <B>--quiet</B><DD>
|
|
Reduce the amount of output to a minimum. Naturally, it doesn't make sense to
|
|
combine this option with
|
|
<DT id="8"><B>-s</B>, <B>--sector</B> RANGE<DD>
|
|
Any files whose data is in this range of sectors will be displayed.
|
|
<DT id="9"><B>-v</B>, <B>--verbose</B><DD>
|
|
Increase the amount of output that
|
|
<B>ntfscluster</B>
|
|
|
|
prints.
|
|
<DT id="10"><B>-V</B>, <B>--version</B><DD>
|
|
Show the version number, copyright and license for
|
|
<B>ntfscluster</B>.
|
|
|
|
</DL>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>EXAMPLES</H2>
|
|
|
|
Get some information about the volume /dev/hda1.
|
|
<DL COMPACT><DT id="11"><DD>
|
|
<P>
|
|
<B>ntfscluster /dev/hda1</B>
|
|
|
|
<P>
|
|
</DL>
|
|
|
|
Look for files in the first 500 clusters of /dev/hda1.
|
|
<DL COMPACT><DT id="12"><DD>
|
|
<P>
|
|
<B>ntfscluster -c 0-500 /dev/hda1</B>
|
|
|
|
<P>
|
|
</DL>
|
|
|
|
<A NAME="lbAJ"> </A>
|
|
<H2>BUGS</H2>
|
|
|
|
The
|
|
<I>info</I>
|
|
|
|
mode isn't implemented yet.
|
|
<B>ntfscluster</B>
|
|
|
|
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>
|
|
|
|
|
|
<A HREF="mailto:ntfs-3g-devel@lists.sf.net">ntfs-3g-devel@lists.sf.net</A>
|
|
|
|
<A NAME="lbAK"> </A>
|
|
<H2>AUTHORS</H2>
|
|
|
|
<B>ntfscluster</B>
|
|
|
|
was written by Richard Russon, with contributions from Anton Altaparmakov.
|
|
It was ported to ntfs-3g by Erik Larsson.
|
|
<A NAME="lbAL"> </A>
|
|
<H2>AVAILABILITY</H2>
|
|
|
|
<B>ntfscluster</B>
|
|
|
|
is part of the
|
|
<B>ntfs-3g</B>
|
|
|
|
package and is available from:
|
|
<BR>
|
|
|
|
|
|
<A HREF="http://www.tuxera.com/community/">http://www.tuxera.com/community/</A>
|
|
|
|
<A NAME="lbAM"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+ntfsinfo">ntfsinfo</A></B>(8),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+ntfsprogs">ntfsprogs</A></B>(8)
|
|
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="13"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="14"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="15"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DL>
|
|
<DT id="16"><A HREF="#lbAE">Info</A><DD>
|
|
<DT id="17"><A HREF="#lbAF">Sector</A><DD>
|
|
<DT id="18"><A HREF="#lbAG">Cluster</A><DD>
|
|
</DL>
|
|
<DT id="19"><A HREF="#lbAH">OPTIONS</A><DD>
|
|
<DT id="20"><A HREF="#lbAI">EXAMPLES</A><DD>
|
|
<DT id="21"><A HREF="#lbAJ">BUGS</A><DD>
|
|
<DT id="22"><A HREF="#lbAK">AUTHORS</A><DD>
|
|
<DT id="23"><A HREF="#lbAL">AVAILABILITY</A><DD>
|
|
<DT id="24"><A HREF="#lbAM">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:14 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|