1IMG_STAT(1) General Commands Manual IMG_STAT(1)
2
3
4
6 img_stat - Display details of an image file
7
9 img_stat [-i imgtype] [-b dev_sector_size] [-tvV] image [images]
10
12 img_stat displays the details associated with an image file. The out‐
13 put of this command is image format specific. At a minimum, the size
14 will be given and the byte range of each file will be given for split
15 image formats.
16
17
19 -i imgtype
20 Identify the type of image file, such as raw. Use '-i list' to
21 list the supported types. If not given, autodetection methods
22 are used.
23
24 -b dev_sector_size
25 The size, in bytes, of the underlying device sectors. If not
26 given, the value in the image format is used (if it exists) or
27 512-bytes is assumed.
28
29 -t Print the image type only.
30
31 -v Verbose output of debugging statements to stderr
32
33 -V Display version
34
35 image [images]
36 The disk or partition image to read, whose format is given with
37 '-i'. Multiple image file names can be given if the image is
38 split into multiple segments. If only one image file is given,
39 and its name is the first in a sequence (e.g., as indicated by
40 ending in '.001'), subsequent image segments will be included
41 automatically.
42
43
45 Brian Carrier <carrier at sleuthkit dot org>
46
47 Send documentation updates to <doc-updates at sleuthkit dot org>
48
49
50
51 IMG_STAT(1)