Skip to content

Show information about the partitions and filesystems in a media dump

SilasLaspada edited this page Aug 14, 2021 · 4 revisions

Table of Contents

Command description

This command 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

Aaru filesystem info [options] <image-path>

Arguments

<image-path> Media image path

Options

-e, --encoding=[encoding] sets which encoding is used by the contents of the media dump (default varies by filesystem)
-f, --filesystems=[true/false] searches and interprets filesystems (default true)
-p, --partitions=[true/false] searches and interprets partitions (default true)
-v, --verbose=[true/false] shows verbose output (default false)
-d, --debug=[true/false] shows debug output (default false)
--pause=[true/false] pauses before exiting. (default false)
-?, -h, --help=[true/false] show help and usage information (default false)

Example

Aaru filesystem info mydisc.cue

Operating system support

FreeBSD Yes
macOS Yes
Linux Yes
Windows Yes
Clone this wiki locally