logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Display Partition Layout - Mmls Tool | Online Free DevTools by Hexmos

Display partition layout information with Mmls. Analyze disk images and volume systems, identify partition types, and recover data. Free online tool, no registration required.

mmls

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}}

See Also