Forrest logo
back to context overview

mmls

List of commands for mmls:

  • mmls:tldr:668a4 mmls: Display nested partition tables.
    $ mmls -t ${nested_table_type} -o ${offset} ${path-to-image_file}
    try on your machine
    explain this command
  • mmls:tldr:92816 mmls: Display the partition table in a split EWF image.
    $ mmls -i ewf ${image-e01} ${image-e02}
    try on your machine
    explain this command
  • mmls:tldr:c81d8 mmls: Display the partition table stored in an image file.
    $ mmls ${path-to-image_file}
    try on your machine
    explain this command
  • mmls:tldr:e440c mmls: Display the partition table with an additional column for the partition size.
    $ mmls -B -i ${path-to-image_file}
    try on your machine
    explain this command
back to context overview