1MMCAT(1) General Commands Manual MMCAT(1)
2
3
4
6 mmcat - Output the contents of a partition to stdout
7
9 mmcat [-t mmtype ] [-o offset ] [ -i imgtype ] [-b dev_sector_size]
10 [-vV] image [images] part_num
11
13 mmcat outputs the contents of a specific volume to stdout. This allows
14 you to extract the contents of a partition to a separate file.
15
16
18 -t mmtype
19 Specify the media management type. Use '-t list' to list the
20 supported types. If not given, autodetection methods are used.
21
22 -o offset
23 Specify the offset into the image where the volume containing
24 the partition system starts. The relative offset of the parti‐
25 tion system will be added to this value.
26
27 -b dev_sector_size
28 The size, in bytes, of the underlying device sectors. If not
29 given, the value in the image format is used (if it exists) or
30 512-bytes is assumed.
31
32 -i imgtype
33 Identify the type of image file, such as raw or split. If not
34 given, autodetection methods are used.
35
36 -v Verbose output of debugging statements to stderr
37
38 -V Display version
39
40 image [images]
41 One (or more if split) disk images whose format is given with
42 '-i'.
43
44 part_num
45 Address of partition to process. See the mmls output to deter‐
46 mine the address of the partitions.
47
48
50 Brian Carrier <carrier at sleuthkit dot org>
51
52 Send documentation updates to <doc-updates at sleuthkit dot org>
53
54
55
56 MMCAT(1)