Examples (5)
Write metadata located on device to a specific file
e2image /dev/sdXN path/to/image_filePrint metadata located on device to `stdout`
e2image /dev/sdXN -Restore the filesystem metadata back to the device
e2image -I /dev/sdXN path/to/image_fileCreate a large [r]aw sparse file with metadata at proper offsets
e2image -r /dev/sdXN path/to/image_fileCreate a [Q]COW2 image file instead of a normal or raw image file
e2image -Q /dev/sdXN path/to/image_filemade by @shridhargupta | data from tldr-pages