Linux command
mmls 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
List partitions
mmls [disk.img]
List from device
mmls [/dev/sda]
Show all partitions
mmls -a [disk.img]
Specify offset
mmls -o [63] [disk.img]
Output in bytes
mmls -b [disk.img]
Show partition type
mmls -t [dos] [disk.img]
说明
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.
参数
- -a
- Show all entries.
- -o _OFFSET_
- Sector offset.
- -b
- Display in bytes.
- -t _TYPE_
- Partition table type.
- --help
- Display help information.
FAQ
What is the mmls command used for?
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.
How do I run a basic mmls example?
Run `mmls [disk.img]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -a do in mmls?
Show all entries.