Forrest logo
back to context overview

e2image

List of commands for e2image:

  • e2image:tldr:3289d e2image: Restore the filesystem metadata back to the device.
    $ e2image -I ${-dev-sdXN} ${path-to-image_file}
    try on your machine
    explain this command
  • e2image:tldr:54530 e2image: Create a QCOW2 image file instead of a normal or raw image file.
    $ e2image -Q ${-dev-sdXN} ${path-to-image_file}
    try on your machine
    explain this command
  • e2image:tldr:8689c e2image: Write metadata located on device to a specific file.
    $ e2image ${-dev-sdXN} ${path-to-image_file}
    try on your machine
    explain this command
  • e2image:tldr:fc56c e2image: Create a large raw sparse file with metadata at proper offsets.
    $ e2image -r ${-dev-sdXN} ${path-to-image_file}
    try on your machine
    explain this command
  • e2image:tldr:fc77d e2image: Print metadata located on device to `stdout`.
    $ e2image ${-dev-sdXN} -
    try on your machine
    explain this command
back to context overview