1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

mmls: add page (#3812)

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
z7y8hsBP 2020-01-30 11:10:22 +01:00 committed by GitHub
parent bf91bd0001
commit 2769e54b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/common/mmls.md Normal file
View file

@ -0,0 +1,20 @@
# 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}}`