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

fsfatinfo — determines information about a File Allocation Table (FAT) file system 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/libfsfat/

Description

fsfatinfo is a utility to determine information about a File Allocation Table (FAT) file system volume

       fsfatinfo  is  part  of  the libfsfat package.  libfsfat is a library to access the File Allocation Table
       (FAT) file system format

       source is the source file.

       The options are as follows:

       -Bbodyfile
               output file system information as a bodyfile

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

       -Eidentifier
               show information about a specific file system entry

       -Fpath
               show information about a specific file entry path

       -h      shows this help

       -H      shows the file system hierarchy

       -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

       # fsfatinfo fat32.raw
       fsfatinfo 20220727

       File Allocation Table (FAT) file system information:

       Volume information:
               File system             : FAT-32
               Label                   : TESTVOLUME

Files

       None

Name

       fsfatinfo — determines information about a File Allocation Table (FAT) file system volume

See Also

libfsfat                                          July 28, 2022                                      fsfatinfo()

Synopsis

fsfatinfo [-Bbodyfile] [-Eidentifier] [-Fpath] [-ooffset] [-dhHvV] source

See Also