Linux "ntfsinfo" Command Line Options and Examples
dump a file's attributes

ntfsinfo will dump the attributes of inode inode-number or the file path-filename and/or information about the mft ( -m option). Run ntfsinfo without arguments for a full list of options..


Usage:

ntfsinfo [options] device




Command Line Options:

-F
Show information about this file
ntfsinfo -F ...
-f
This will override some sensible defaults, such as not overwriting an existing file. Use this optionwith caution.
ntfsinfo -f ...
-h
Show a list of options with a brief description of each one.
ntfsinfo -h ...
-i
Show information about this inode.
ntfsinfo -i ...
-m
Show information about the volume.
ntfsinfo -m ...
-q
Produce less output.
ntfsinfo -q ...
-t
Do not display timestamps in the output.
ntfsinfo -t ...
-v
Increase the amount of output that ntfsinfo prints.
ntfsinfo -v ...
-V
Show the version number, copyright and license.BUGSThere are no known problems with ntfsinfo. If you find a bug please send an email describing the problem tothe development team:ntfs-3g-devel@lists.sf.netAUTHORSntfsinfo was written by Matthew J. Fanto, Anton Altaparmakov, Richard Russon, Szabolcs Szakacsits, YuvalFledel, Yura Pakhuchiy and Cristian Klein. It was ported to ntfs-3g by Erik Larsson and Jean-Pierre Andre.AVAILABILITYntfsinfo is part of the ntfs-3g package and is available from:http://www.tuxera.com/community/
ntfsinfo -V ...