1 '\" te
   2 .\" Portions Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
   3 .\" Copyright (c) 2002-2006 Szabolcs Szakacsits
   4 .\" Copyright (c) 2002-2005 Anton Altaparmakov
   5 .\" Copyright (c) 2002-2003 Richard Russon
   6 .\" Copyright (c) 2007 Yura Pakhuchiy
   7 .\" This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 2 of the License, or (at your option) any later version.  This program is distributed
   8 .\" in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.  You should have received a copy of the GNU General Public License along with this program
   9 .\" (in the main directory of the Linux-NTFS distribution in the file COPYING);  if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 11-1307 USA
  10 .TH NTFSINFO 1M "May 28, 2009"
  11 .SH NAME
  12 ntfsinfo \- dump a file's attributes
  13 .SH SYNOPSIS
  14 .LP
  15 .nf
  16 \fBntfsinfo\fR [\fIoptions\fR] \fIdevice\fR
  17 .fi
  18 
  19 .SH DESCRIPTION
  20 .sp
  21 .LP
  22 The \fBntfsinfo\fR utility dumps the attributes of inode \fIinode-number\fR or
  23 the file \fIpath-filename\fR and/or information about the MFT (\fB-m\fR
  24 option). Run \fBntfsinfo\fR without arguments for a full list of options.
  25 .SH OPTIONS
  26 .sp
  27 .LP
  28 Supported options are listed below. Most options have both single-letter and
  29 full-name forms. Multiple single-letter options that do not take an argument
  30 can be combined. For example, \fB-fv\fR is the equivalent of \fB-f\fR \fB-v\fR.
  31 A full-name option can be abbreviated to a unique prefix of its name.
  32 .sp
  33 .ne 2
  34 .na
  35 \fB\fB-F\fR, \fB--file\fR \fIfile\fR\fR
  36 .ad
  37 .sp .6
  38 .RS 4n
  39 Show information about \fIfile\fR.
  40 .RE
  41 
  42 .sp
  43 .ne 2
  44 .na
  45 \fB\fB-f\fR, \fB--force\fR\fR
  46 .ad
  47 .sp .6
  48 .RS 4n
  49 Overrides some sensible defaults, such as not overwriting an existing file. Use
  50 this option with caution.
  51 .RE
  52 
  53 .sp
  54 .ne 2
  55 .na
  56 \fB\fB-h\fR, \fB--help\fR\fR
  57 .ad
  58 .sp .6
  59 .RS 4n
  60 Show a list of options with a brief description of each.
  61 .RE
  62 
  63 .sp
  64 .ne 2
  65 .na
  66 \fB\fB-i\fR, \fB--inode\fR \fInum\fR\fR
  67 .ad
  68 .sp .6
  69 .RS 4n
  70 Show information about inode identified by \fInum\fR.
  71 .RE
  72 
  73 .sp
  74 .ne 2
  75 .na
  76 \fB\fB-m\fR, \fB--mft\fR\fR
  77 .ad
  78 .sp .6
  79 .RS 4n
  80 Show information about the volume.
  81 .RE
  82 
  83 .sp
  84 .ne 2
  85 .na
  86 \fB\fB-q\fR, \fB--quiet\fR\fR
  87 .ad
  88 .sp .6
  89 .RS 4n
  90 Suppress some debug, warning, and error messages.
  91 .RE
  92 
  93 .sp
  94 .ne 2
  95 .na
  96 \fB\fB-t\fR, \fB--notime\fR\fR
  97 .ad
  98 .sp .6
  99 .RS 4n
 100 Do not display timestamps in the output.
 101 .RE
 102 
 103 .sp
 104 .ne 2
 105 .na
 106 \fB\fB-V\fR, \fB--version\fR\fR
 107 .ad
 108 .sp .6
 109 .RS 4n
 110 Show the version number, copyright, and license information.
 111 .RE
 112 
 113 .sp
 114 .ne 2
 115 .na
 116 \fB\fB-v\fR, \fB--verbose\fR\fR
 117 .ad
 118 .sp .6
 119 .RS 4n
 120 Display more debug, warning, and error messages.
 121 .RE
 122 
 123 .SH ATTRIBUTES
 124 .sp
 125 .LP
 126 See \fBattributes\fR(5) for descriptions of the following attributes:
 127 .sp
 128 
 129 .sp
 130 .TS
 131 box;
 132 c | c
 133 l | l .
 134 ATTRIBUTE TYPE  ATTRIBUTE VALUE
 135 _
 136 Interface Stability     Uncommitted
 137 .TE
 138 
 139 .SH SEE ALSO
 140 .sp
 141 .LP
 142 \fBntfsprogs\fR(1M), \fBntfsundelete\fR(1M), \fBparted\fR(1M),
 143 \fBattributes\fR(5)
 144 .sp
 145 .LP
 146 http://wiki.linux-ntfs.org
 147 .SH AUTHORS
 148 .sp
 149 .LP
 150 \fBntfsinfo\fR was written by Matthew J. Fanto, Anton Altaparmakov, Richard
 151 Russon, Szabolcs Szakacsits, Yuval Fledel, Yura Pakhuchiy and Cristian Klein.