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 or split.  Use  '-i
35              list'  to list the supported types.  If not given, autodetection
36              methods 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              One (or more if split) disk or partition images whose format  is
52              given with '-i'.
53
54

AUTHOR

56       Brian Carrier <carrier at sleuthkit dot org>
57
58       Send documentation updates to <doc-updates at sleuthkit dot org>
59
60
61
62                                                                     FSSTAT(1)
Impressum