📄 mmls.1
字号:
.TH MMLS 1 .SH NAMEmmls \- Display the partition layout of a volume system (partition tables).SH SYNOPSIS.B mmls [-t.I mmtype .B ] [-o.I offset.B ] [ -i.I imgtype.B ] [-brvV] [-aAmM].I image [images].SH DESCRIPTION.B mmlsdisplays the layout of the partitions in a volume system, which include partitiontables and disk labels..SH ARGUMENTS.IP "-t mmtype"Specify the media management type. Use '-t list' to list the supported types. If not given, autodetection methods are used..IP "-o offset"Specify the offset into the image where the volume containing thepartition system starts. The relative offset of the partition systemwill be added to this value..IP "-i imgtype"Identify the type of image file, such as raw or split. If not given, autodetection methods are used..IP -bInclude a column with the partition sizes in bytes.IP -rRecurse into DOS partitions and look for other partition tables. This setup frequently occurs when Unix is installed on x86 systems. .IP -vVerbose output of debugging statements to stderr.IP -VDisplay version.IP -aShow allocated volumes.IP -AShow unallocated volumes.IP -mShow metadata volumes.IP -MHide metadata volumes.IP "image [images]"One (or more if split) disk images whose format is given with '-i'..PP\'mmls\' is similar to 'fdisk -lu' in Linux with a few differences. Namely, it will show which sectors are not being used so that thosecan be searched for hidden data. It also gives the length value sothat it can be plugged into 'dd' more easily for extracting thepartitions. It also will show BSD disk labels for Free, Open, andNetBSD and will display the output in sectors and not cylinders. Lastly, it works on non-Linux systems.If none of -a, -A, -m, or -M are given then all volume types willbe listed. If any of them are given, then only the types specifiedon the command line will be listed. Allocated volumes are thosethat are listed in a partition table in the volume system. Unallocatedvolumes are virtually created by mmls to show you which sectorshave not been allocated to a volume. The metadata volumes overlapthe allocated and unallocated volumes and describe where the partitiontables and other metadata structures are located. In some volumesystems, these structures are in allocated space and in others theyare in unallocated space. They can be hidden with -M..SH "EXAMPLES"To list the partition table of a Windows system using autodetect:# mmls disk_image.ddTo 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.SH AUTHORBrian Carrier <carrier at sleuthkit dot org>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -