mmls
Display the partition layout of a volume system. More information: <https://wiki.sleuthkit.org/index.php?title=Mmls>.
Install
- All systems
-
curl cmd.cat/mmls.sh
- Debian
-
apt-get install sleuthkit
- Ubuntu
-
apt-get install sleuthkit
- Alpine
-
apk add sleuthkit
- Arch Linux
-
pacman -S sleuthkit
- Kali Linux
-
apt-get install sleuthkit
- Fedora
-
dnf install sleuthkit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sleuthkit
- OS X
-
brew install sleuthkit
- Raspbian
-
apt-get install sleuthkit
- Dockerfile
- dockerfile.run/mmls
- Docker
-
docker run cmd.cat/mmls mmls
powered by Commando
Display the partition layout of a volume system. More information: <https://wiki.sleuthkit.org/index.php?title=Mmls>.
-
Display the partition table stored in an image file:
mmls path/to/image_file
-
Display the partition table with an additional column for the partition size:
mmls -B -i path/to/image_file
-
Display the partition table in a split EWF image:
mmls -i ewf image.e01 image.e02
-
Display nested partition tables:
mmls -t nested_table_type -o offset path/to/image_file
© tl;dr; authors and contributors