1FSSTAT(1)                   General Commands Manual                  FSSTAT(1)
2
3
4

NAME

6       fsstat - Display general details of a file system
7

SYNOPSIS

9       fsstat  [-f  fstype  ] [-i imgtype] [-o imgoffset] [-b dev_sector_size]
10       [-tvV] image [images]
11

DESCRIPTION

13       fsstat displays the details associated with a file system.  The  output
14       of  this  command  is file system specific.  At a minimum, the range of
15       meta-data values (inode numbers) and content units (blocks or clusters)
16       are  given.  Also given are details from the Super Block, such as mount
17       times and and features.   For file systems that  use  groups  (FFS  and
18       EXT2FS), the layout of each group is listed.
19
20       For  a  FAT file system, the FAT table is displayed in a condensed for‐
21       mat.  Note that the data is in sectors and not in clusters.
22
23

ARGUMENTS

25       -t type
26              Print the file system type only.
27
28       -f fstype
29              Specify the file system type.  Use '-f list' to  list  the  sup‐
30              ported  file  system types.  If not given, autodetection methods
31              are used.
32
33       -i imgtype
34              Identify the type of image file, such as raw.  Use '-i list'  to
35              list  the  supported types.  If not given, autodetection methods
36              are used.
37
38       -o imgoffset
39              The sector offset where the file system starts in the image.
40
41       -b dev_sector_size
42              The size, in bytes, of the underlying device  sectors.   If  not
43              given,  the  value in the image format is used (if it exists) or
44              512-bytes is assumed.
45
46       -v     Verbose output of debugging statements to stderr
47
48       -V     Display version
49
50       image [images]
51              The disk or partition image to read, whose format is given  with
52              '-i'.   Multiple  image  file names can be given if the image is
53              split into multiple segments.  If only one image file is  given,
54              and  its  name is the first in a sequence (e.g., as indicated by
55              ending in '.001'), subsequent image segments  will  be  included
56              automatically.
57
58

AUTHOR

60       Brian Carrier <carrier at sleuthkit dot org>
61
62       Send documentation updates to <doc-updates at sleuthkit dot org>
63
64
65
66                                                                     FSSTAT(1)
Impressum