File: mmstat.1

package info (click to toggle)
sleuthkit 2.06-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,128 kB
  • ctags: 5,133
  • sloc: ansic: 41,406; sh: 14,123; perl: 4,745; cpp: 4,297; makefile: 925; python: 29
file content (46 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH MMSTAT 1 "Mar 2005" "The Debian Project"
.SH NAME
mmstat \- give details about the volume (media management) system
.SH SYNOPSIS
.B mmstat
.RI [\-i\  imgtype ]\ [\-o\  imgoffset ]\ [\-vV]\ [\-t\  mmtype ]\  image\  [ images ]
.SH OPTIONS
.TP
.BI \-t\  mmtype
the type of partition system
.TP
.BI \-i\  imgtype
the format of the image file
.TP
.BI \-o\  imgoffset
offset to the start of the volume that contains the partition system (in sectors)
.TP
.BR \-v
verbose output
.TP
.BR \-V
print the version
.SH SUPPORTED PARTITION SYSTEMS
.TP
.B dos
(DOS-based partitions [Windows, Linux, etc.])
.TP
.B mac
(MAC partitions)
.TP
.B bsd
(BSD Disklabels [FreeBSD, OpenBSD, NetBSD])
.TP
.B sun
(Sun Volume Table of Contents (Solaris))
.TP
.B gpt
(GUID Partition Table (EFI))
.SH SUPPORTED IMAGE FORMATS
.TP
.B raw
.TP
.B split
.SH AUTHOR
The SleuthKit is copyright (c) Brian Carrier. This manual page was written
by Martin A. Godisch for Debian GNU/Linux, but may be used by others.