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 or split. Use '-i
21 list' to list the supported types. If not given, autodetection
22 methods 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 One (or more if split) disk or partition images whose format is
37 given with '-i'.
38
39
41 Brian Carrier <carrier at sleuthkit dot org>
42
43 Send documentation updates to <doc-updates at sleuthkit dot org>
44
45
46
47 IMG_STAT(1)