| .\" Copyright (c) 2003 Anton Altaparmakov. |
| .\" Copyright (c) 2005 Richard Russon. |
| .\" This file may be copied under the terms of the GNU Public License. |
| .\" |
| .TH NTFSLS 8 "November 2005" "ntfs-3g @VERSION@" |
| .SH NAME |
| ntfsls \- list directory contents on an NTFS filesystem |
| .SH SYNOPSIS |
| .B ntfsls |
| [\fIoptions\fR] \fIdevice\fR |
| .sp |
| .B ntfsls |
| [ |
| .B \-a |
| | |
| .B \-\-all |
| ] |
| [ |
| .B \-F |
| | |
| .B \-\-classify |
| ] |
| [ |
| .B \-f |
| | |
| .B \-\-force |
| ] |
| [ |
| .B \-h |
| | |
| .B \-\-help |
| ] |
| [ |
| .B \-i |
| | |
| .B \-\-inode |
| ] |
| [ |
| .B \-l |
| | |
| .B \-\-long |
| ] |
| [ |
| .B \-p |
| | |
| .B \-\-path |
| .I PATH |
| ] |
| [ |
| .B \-q |
| | |
| .B \-\-quiet |
| ] |
| [ |
| .B \-s |
| | |
| .B \-\-system |
| ] |
| [ |
| .B \-V |
| | |
| .B \-\-version |
| ] |
| [ |
| .B \-v |
| | |
| .B \-\-verbose |
| ] |
| [ |
| .B \-x |
| | |
| .B \-\-dos |
| ] |
| .I device |
| .SH DESCRIPTION |
| .B ntfsls |
| is used to list information about the files specified by the |
| .I PATH |
| option (the root directory by default). |
| .I DEVICE |
| is the special file corresponding to the device (e.g |
| .IR /dev/hdXX ) |
| or an NTFS image file. |
| .SH OPTIONS |
| Below is a summary of all the options that |
| .B ntfsls |
| accepts. Nearly all options have two equivalent names. The short name is |
| preceded by |
| .B \- |
| 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. |
| .B \-fv |
| is equivalent to |
| .BR "\-f \-v" . |
| Long named options can be abbreviated to any unique prefix of their name. |
| .TP |
| \fB\-a\fR, \fB\-\-all\fR |
| Display all files. If this option is not specified file names in the POSIX |
| namespace will not be displayed. |
| .TP |
| \fB\-F\fR, \fB\-\-classify\fR |
| Append indicator (one of */=@|) to entries. |
| .TP |
| \fB\-f\fR, \fB\-\-force\fR |
| Force execution. For example necessary to run on an NTFS partition stored in |
| a normal file. |
| .TP |
| \fB\-h\fR, \fB\-\-help\fR |
| Print the usage information of |
| .B ntfsls |
| and exit. |
| .TP |
| \fB\-i\fR, \fB\-\-inode\fR |
| Print inode number of each file. This is the MFT reference number in NTFS |
| terminology. |
| .TP |
| \fB\-l\fR, \fB\-\-long\fR |
| Use a long listing format. |
| .TP |
| \fB\-p\fR, \fB\-\-path\fR PATH |
| The directory whose contents to list or the file (including the path) about |
| which to display information. |
| .TP |
| \fB\-q\fR, \fB\-\-quiet\fR |
| Suppress some debug/warning/error messages. |
| .TP |
| \fB\-R\fR, \fB\-\-recursive\fR |
| Show the contents of all directories beneath the specified directory. |
| .TP |
| \fB\-s\fR, \fB\-\-system\fR |
| Unless this options is specified, all files beginning with a dollar sign |
| character will not be listed as these files are usually system files. |
| .TP |
| \fB\-v\fR, \fB\-\-verbose\fR |
| Display more debug/warning/error messages. |
| .TP |
| \fB\-V\fR, \fB\-\-version\fR |
| Print the version number of |
| .B ntfsls |
| and exit. |
| .TP |
| \fB\-x\fR, \fB\-\-dos\fR |
| Display short file names, i.e. files in the DOS namespace, instead of long |
| file names, i.e. files in the WIN32 namespace. |
| .SH BUGS |
| There are no known problems with |
| .BR ntfsls . |
| If you find a bug please send an email describing the problem to the |
| development team: |
| .br |
| .nh |
| ntfs\-3g\-devel@lists.sf.net |
| .hy |
| .SH AUTHORS |
| This version of |
| .B ntfsls |
| was written by Lode Leroy, Anton Altaparmakov, Richard Russon, Carmelo Kintana |
| and Giang Nguyen. |
| It was ported to ntfs-3g by Erik Larsson. |
| .SH AVAILABILITY |
| .B ntfsls |
| is part of the |
| .B ntfs-3g |
| package and is available from: |
| .br |
| .nh |
| http://www.tuxera.com/community/ |
| .hy |
| .SH SEE ALSO |
| .BR ntfsprogs (8) |