Difference between revisions of "Mmls"

From SleuthKitWiki
Jump to: navigation, search
(New page: Version 2.09 Man Page NAME mmls - Display the layout of media management systems (partition tables) SYNOPSIS mmls [-t mmtype ] [-o offset ] [ -i imgtype ] [-b...)
 
m (Reformatted)
Line 1: Line 1:
Version 2.09 Man Page
+
==mmls==
 +
Version 2.09
  
NAME
+
===Purpose===
      mmls  -  Display  the  layout  of  media  management systems (partition
+
Display  the  layout  of  media  management systems (partition tables)
      tables)
+
mmls displays the layout of the media management systems, which include partition tables and disk labels.
 +
<br />Namely, it will show which sectors are not being used so that those can be searched for hidden data.  It also gives the length value so that it can be plugged into ’dd’ more easily for extracting the partitions.  It also will show BSD disk labels for Free, Open, and NetBSD and will dis-play the output in sectors and not cylinders.  Lastly, it works on non-Linux systems.
  
SYNOPSIS
+
===Usage===
      mmls [-t mmtype ] [-o offset ] [ -i imgtype ] [-brvV] image [images]
+
mmls [-t mmtype ] [-o offset ] [ -i imgtype ] [-brvV] image [images]
  
DESCRIPTION
+
===Options===
      mmls displays the layout of the media management systems, which include
+
      partition tables and disk labels.
+
  
      The options are as follows:
+
{| border="1" cellpadding="5"
 +
!Switch
 +
|Purpose
 +
|-
 +
| -t mmtype || Specify  the  media management type.  Use the -? option for supported types.
 +
|-
 +
| -o offset || Specify the offset into the image where  the  volume  containing the  partition system starts.  The relative offset of the partition system will be added to this value.
 +
|-
 +
| -i imgtype || Identify the type of image file, such as raw or split.  Raw  is the default.
 +
|-
 +
| -b || Include a column with the partition sizes in bytes
 +
|-
 +
| -r || Recurse into DOS partitions and look for other partition tables.  This setup frequently occurs when Unix is installed on x86  systems.
 +
|-
 +
| -v || Verbose output of debugging statements to stderr
 +
|-
 +
| -V || Display version
 +
|-
 +
| image [images] ||  One  (or  more  if split) disk images whose format is given with ’-i’.
 +
|}
  
      -t mmtype
+
===Example===
              Specify  the  media management type.  Use the -? option for sup-
+
To list the partition table of a Windows system using autodetect:
              ported types.
+
  # mmls disk_image.dd
  
      -o offset
+
To list the contents of a BSD system that starts in sector 12345 of a split image:
              Specify the offset into the image where the volume  containing
+
  # mmls -t bsd -o 12345 -i split disk-1.dd disk-2.dd
              the partition system starts. The relative offset of the parti-
+
              tion system will be added to this value.
+
  
      -i imgtype
+
===History===
              Identify the type of image file, such as raw or split.   Raw  is
+
mmls first appeared in The Sleuth Kit v1.63.
              the default.
+
  
      -b    Include a column with the partition sizes in bytes
+
===Author===
 
+
Brian Carrier <carrier@sleuthkit.org>
      -r    Recurse into DOS partitions and look for other partition tables.
+
              This setup frequently occurs when Unix is installed on x86  sys-
+
              tems.
+
 
+
      -v    Verbose output of debugging statements to stderr
+
 
+
      -V    Display version
+
 
+
      image [images]
+
              One  (or  more  if split) disk images whose format is given with
+
              ’-i’.
+
 
+
      Namely, it will show which sectors are not being used so that those can
+
      be searched for hidden data.  It also gives the length value so that it
+
      can be plugged into ’dd’ more easily for extracting the partitions.  It
+
      also will show BSD disk labels for Free, Open, and NetBSD and will dis-
+
      play the output in sectors and not cylinders.  Lastly, it works on non-
+
      Linux systems.
+
 
+
EXAMPLES
+
      To list the partition table of a Windows system using autodetect:
+
 
+
      # mmls disk_image.dd
+
 
+
      To  list  the contents of a BSD system that starts in sector 12345 of a
+
      split image:
+
 
+
      # mmls -t bsd -o 12345 -i split disk-1.dd disk-2.dd
+
 
+
SEE ALSO
+
      dd(1),
+
 
+
HISTORY
+
      mmls first appeared in The Sleuth Kit v1.63.
+
 
+
AUTHOR
+
      Brian Carrier <carrier@sleuthkit.org>
+

Revision as of 14:04, 17 November 2007

mmls

Version 2.09

Purpose

Display the layout of media management systems (partition tables) mmls displays the layout of the media management systems, which include partition tables and disk labels.
Namely, it will show which sectors are not being used so that those can be searched for hidden data. It also gives the length value so that it can be plugged into ’dd’ more easily for extracting the partitions. It also will show BSD disk labels for Free, Open, and NetBSD and will dis-play the output in sectors and not cylinders. Lastly, it works on non-Linux systems.

Usage

mmls [-t mmtype ] [-o offset ] [ -i imgtype ] [-brvV] image [images]

Options

Switch Purpose
-t mmtype Specify the media management type. Use the -? option for supported types.
-o offset Specify the offset into the image where the volume containing the partition system starts. The relative offset of the partition system will be added to this value.
-i imgtype Identify the type of image file, such as raw or split. Raw is the default.
-b Include a column with the partition sizes in bytes
-r Recurse into DOS partitions and look for other partition tables. This setup frequently occurs when Unix is installed on x86 systems.
-v Verbose output of debugging statements to stderr
-V Display version
image [images] One (or more if split) disk images whose format is given with ’-i’.

Example

To list the partition table of a Windows system using autodetect:

# mmls disk_image.dd

To list the contents of a BSD system that starts in sector 12345 of a split image:

# mmls -t bsd -o 12345 -i split disk-1.dd disk-2.dd

History

mmls first appeared in The Sleuth Kit v1.63.

Author

Brian Carrier <carrier@sleuthkit.org>