man-pages/man8/ntfsls.8.html
2021-03-31 01:06:50 +01:00

248 lines
4.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of NTFSLS</TITLE>
</HEAD><BODY>
<H1>NTFSLS</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">&nbsp;</A>
<H2>NAME</H2>
ntfsls - list directory contents on an NTFS filesystem
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>ntfsls</B>
[<I>options</I>] <I>device</I>
<P>
<B>ntfsls</B>
[
<B>-a</B>
|
<B>--all</B>
]
[
<B>-F</B>
|
<B>--classify</B>
]
[
<B>-f</B>
|
<B>--force</B>
]
[
<B>-h</B>
|
<B>--help</B>
]
[
<B>-i</B>
|
<B>--inode</B>
]
[
<B>-l</B>
|
<B>--long</B>
]
[
<B>-p</B>
|
<B>--path</B>
<I>PATH</I>
]
[
<B>-q</B>
|
<B>--quiet</B>
]
[
<B>-s</B>
|
<B>--system</B>
]
[
<B>-V</B>
|
<B>--version</B>
]
[
<B>-v</B>
|
<B>--verbose</B>
]
[
<B>-x</B>
|
<B>--dos</B>
]
<I>device</I>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<B>ntfsls</B>
is used to list information about the files specified by the
<I>PATH</I>
option (the root directory by default).
<I>DEVICE</I>
is the special file corresponding to the device (e.g
<I>/dev/hdXX</I>)
or an NTFS image file.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
Below is a summary of all the options that
<B>ntfsls</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>-a</B>, <B>--all</B><DD>
Display all files. If this option is not specified file names in the POSIX
namespace will not be displayed.
<DT id="2"><B>-F</B>, <B>--classify</B><DD>
Append indicator (one of */=@|) to entries.
<DT id="3"><B>-f</B>, <B>--force</B><DD>
Force execution. For example necessary to run on an NTFS partition stored in
a normal file.
<DT id="4"><B>-h</B>, <B>--help</B><DD>
Print the usage information of
<B>ntfsls</B>
and exit.
<DT id="5"><B>-i</B>, <B>--inode</B><DD>
Print inode number of each file. This is the MFT reference number in NTFS
terminology.
<DT id="6"><B>-l</B>, <B>--long</B><DD>
Use a long listing format.
<DT id="7"><B>-p</B>, <B>--path</B> PATH<DD>
The directory whose contents to list or the file (including the path) about
which to display information.
<DT id="8"><B>-q</B>, <B>--quiet</B><DD>
Suppress some debug/warning/error messages.
<DT id="9"><B>-R</B>, <B>--recursive</B><DD>
Show the contents of all directories beneath the specified directory.
<DT id="10"><B>-s</B>, <B>--system</B><DD>
Unless this options is specified, all files beginning with a dollar sign
character will not be listed as these files are usually system files.
<DT id="11"><B>-v</B>, <B>--verbose</B><DD>
Display more debug/warning/error messages.
<DT id="12"><B>-V</B>, <B>--version</B><DD>
Print the version number of
<B>ntfsls</B>
and exit.
<DT id="13"><B>-x</B>, <B>--dos</B><DD>
Display short file names, i.e. files in the DOS namespace, instead of long
file names, i.e. files in the WIN32 namespace.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>BUGS</H2>
There are no known problems with
<B>ntfsls</B>.
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="lbAG">&nbsp;</A>
<H2>AUTHORS</H2>
This version of
<B>ntfsls</B>
was written by Lode Leroy, Anton Altaparmakov, Richard Russon, Carmelo Kintana
and Giang Nguyen.
It was ported to ntfs-3g by Erik Larsson.
<A NAME="lbAH">&nbsp;</A>
<H2>AVAILABILITY</H2>
<B>ntfsls</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="lbAI">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?8+ntfsprogs">ntfsprogs</A></B>(8)
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="14"><A HREF="#lbAB">NAME</A><DD>
<DT id="15"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="16"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="17"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="18"><A HREF="#lbAF">BUGS</A><DD>
<DT id="19"><A HREF="#lbAG">AUTHORS</A><DD>
<DT id="20"><A HREF="#lbAH">AVAILABILITY</A><DD>
<DT id="21"><A HREF="#lbAI">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>