LinuxCommandLibrary

mmls

displays disk partition layout

TLDR

List partitions
$ mmls [disk.img]
copy
List from device
$ mmls [/dev/sda]
copy
Show all partitions
$ mmls -a [disk.img]
copy
Specify offset
$ mmls -o [63] [disk.img]
copy
Output in bytes
$ mmls -b [disk.img]
copy
Show partition type
$ mmls -t [dos] [disk.img]
copy

SYNOPSIS

mmls [options] image

DESCRIPTION

mmls displays disk partition layout. It's part of The Sleuth Kit for forensics.
The tool shows partition table entries. Supports DOS, GPT, and other schemes.

PARAMETERS

IMAGE

Disk image or device.
-a
Show all entries.
-o OFFSET
Sector offset.
-b
Display in bytes.
-t TYPE
Partition table type.
--help
Display help information.

CAVEATS

Part of Sleuth Kit. Forensic tool. Read-only analysis.

HISTORY

mmls is part of The Sleuth Kit, forensic tools for disk image analysis by Brian Carrier.

SEE ALSO

fdisk(8), parted(8), fls(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard