2005-11-22 05:25:14 +08:00
|
|
|
.\" Copyright (c) 2002\-2004 Anton Altaparmakov.
|
|
|
|
.\" Copyright (c) 2005 Richard Russon.
|
2002-11-29 20:16:35 +08:00
|
|
|
.\" This file may be copied under the terms of the GNU Public License.
|
2002-12-02 02:54:13 +08:00
|
|
|
.\"
|
2010-12-16 15:14:32 +08:00
|
|
|
.TH NTFSINFO 8 "April 2006" "ntfs-3g @VERSION@"
|
2002-11-29 20:16:35 +08:00
|
|
|
.SH NAME
|
|
|
|
ntfsinfo \- dump a file's attributes
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B ntfsinfo
|
2005-11-22 05:25:14 +08:00
|
|
|
[\fIoptions\fR] \fIdevice\fR
|
2002-11-29 20:16:35 +08:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B ntfsinfo
|
|
|
|
will dump the attributes of inode
|
2005-11-22 05:25:14 +08:00
|
|
|
.I inode\-number
|
2004-05-11 17:21:24 +08:00
|
|
|
or the file
|
2005-11-22 05:25:14 +08:00
|
|
|
.I path\-filename
|
2004-05-11 17:21:24 +08:00
|
|
|
and/or information about the mft (
|
2005-11-22 05:25:14 +08:00
|
|
|
.I \-m
|
2004-05-11 17:21:24 +08:00
|
|
|
option).
|
2004-02-06 00:51:10 +08:00
|
|
|
Run ntfsinfo without arguments for a full list of options.
|
2005-11-22 05:25:14 +08:00
|
|
|
.SH OPTIONS
|
|
|
|
Below is a summary of all the options that
|
2002-11-29 20:16:35 +08:00
|
|
|
.B ntfsinfo
|
2005-11-22 05:25:14 +08:00
|
|
|
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\-F\fR, \fB\-\-file\fR FILE
|
|
|
|
Show information about this file
|
|
|
|
.TP
|
|
|
|
\fB\-f\fR, \fB\-\-force\fR
|
|
|
|
This will override some sensible defaults, such as not overwriting an existing
|
|
|
|
file. Use this option with caution.
|
|
|
|
.TP
|
|
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
|
|
Show a list of options with a brief description of each one.
|
|
|
|
.TP
|
|
|
|
\fB\-i\fR, \fB\-\-inode\fR NUM
|
|
|
|
Show information about this inode.
|
|
|
|
.TP
|
|
|
|
\fB\-m\fR, \fB\-\-mft\fR
|
|
|
|
Show information about the volume.
|
|
|
|
.TP
|
|
|
|
\fB\-q\fR, \fB\-\-quiet\fR
|
|
|
|
Produce less output.
|
|
|
|
.TP
|
|
|
|
\fB\-t\fR, \fB\-\-notime\fR
|
|
|
|
Do not display timestamps in the output.
|
|
|
|
.TP
|
|
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
|
|
Increase the amount of output that
|
|
|
|
.B ntfsinfo
|
|
|
|
prints.
|
|
|
|
.TP
|
|
|
|
\fB\-V\fR, \fB\-\-version\fR
|
2006-04-05 10:59:12 +08:00
|
|
|
Show the version number, copyright and license.
|
2005-11-22 05:25:14 +08:00
|
|
|
.SH BUGS
|
|
|
|
There are no known problems with
|
|
|
|
.BR ntfsinfo .
|
|
|
|
If you find a bug please send an email describing the problem to the
|
|
|
|
development team:
|
|
|
|
.br
|
|
|
|
.nh
|
2010-12-16 15:19:15 +08:00
|
|
|
ntfs\-3g\-devel@lists.sf.net
|
2005-11-22 05:25:14 +08:00
|
|
|
.hy
|
|
|
|
.SH AUTHORS
|
|
|
|
.B ntfsinfo
|
|
|
|
was written by Matthew J. Fanto, Anton Altaparmakov, Richard Russon, Szabolcs
|
|
|
|
Szakacsits, Yuval Fledel, Yura Pakhuchiy and Cristian Klein.
|
2011-03-23 17:09:20 +08:00
|
|
|
It was ported to ntfs-3g by Erik Larsson and Jean-Pierre Andre.
|
2002-11-29 20:16:35 +08:00
|
|
|
.SH AVAILABILITY
|
|
|
|
.B ntfsinfo
|
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
|
2010-12-16 15:44:18 +08:00
|
|
|
http://www.tuxera.com/community/
|
2005-11-22 05:25:14 +08:00
|
|
|
.hy
|
2002-11-29 23:26:49 +08:00
|
|
|
.SH SEE ALSO
|
|
|
|
.BR ntfsprogs (8)
|