From 2769e54b4159d3c5c679fa9d63be1ce234cb61c0 Mon Sep 17 00:00:00 2001 From: z7y8hsBP <51470766+z7y8hsBP@users.noreply.github.com> Date: Thu, 30 Jan 2020 11:10:22 +0100 Subject: [PATCH] mmls: add page (#3812) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Starbeamrainbowlabs Co-authored-by: Zlatan Vasović --- pages/common/mmls.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/mmls.md diff --git a/pages/common/mmls.md b/pages/common/mmls.md new file mode 100644 index 0000000000..caf052a7ce --- /dev/null +++ b/pages/common/mmls.md @@ -0,0 +1,20 @@ +# mmls + +> Display the partition layout of a volume system. +> More information: . + +- 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}}`