mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
698 B
698 B
Command description
This operation will analyze a media dump, and if the format is recognized and you choose so, it will search for supported partitioning schemes and supported filesystems on the dump, showing information about them.
Command usage
DiscImageChef analyze -i <dump> -p [true/false] -f [true/false] -v [true/false] -d [true/false]
-i, --input=<dump> path to the media dump image
-p, --partitions=[true/false] searches and interprets partitions [default true]
-f, --filesystems=[true/false] searches and interprets filesystems [default true]
-v, --verbose=[true/false] shows verbose output
-d, --debug=[true/false] shows debug output