logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fsntfsinfo — determines information about a Windows NT File System (NTFS) volume

Author

       These man pages were written by Joachim Metz.

Bugs

       Please  report  bugs  of  any   kind   to   <joachim.metz@gmail.com>   or   on   the   project   website:
       https://github.com/libyal/libfsntfs/

Description

fsntfsinfo is a utility to determine information about a Windows NT File System (NTFS) volume

       fsntfsinfo is part of the libfsntfs package.  libfsntfs is a library to access the Windows NT File System
       (NTFS) format

       source is the source file.

       The options are as follows:

       -Bbodyfile
               output file system hierarchy as a bodyfile

       -d      calculate a MD5 hash of a file entry to include in the bodyfile

       -Emft_entry_index
               show information about a specific MFT entry index or "all"

       -Ffile_entry
               show information about a specific file entry path

       -h      shows this help

       -H      shows the file system hierarcy

       -ooffset
               specify the volume offset

       -U      shows information from the USN change journal ($UsnJrnl)

       -v      verbose output to stderr

       -V      print version

Diagnostics

       Errors,  verbose  and  debug output are printed to stderr when verbose output -v is enabled.  Verbose and
       debug output are only printed when enabled at compilation.

Environment

       None

Examples

       # fsntfsinfo ntfs-img-kw-1.dd
       fsntfsinfo 20160414

       Windows NT File System information:

       Volume information:
               Name                            : KW-SRCH-1
               Version                         : 3.1
               Serial number                   : ba50ed9250ed5623
               Cluster block size              : 512
               MFT entry size                  : 1024
               Index entry size                : 4096

Files

       None

Name

       fsntfsinfo — determines information about a Windows NT File System (NTFS) volume

See Also

libfsntfs                                         July 28, 2022                                     fsntfsinfo()

Synopsis

fsntfsinfo [-Bbodyfile] [-Emft_entry_index] [-Ffile_entry] [-ooffset] [-dhHUvV] source

See Also