e2image
Save critical ext2/ext3/ext4 filesystem metadata to a file. More information: <https://manned.org/e2image>.
Install
- All systems
-
curl cmd.cat/e2image.sh
- Debian
-
apt-get install e2fsprogs - Ubuntu
-
apt-get install e2fsprogs -
Alpine
-
apk add e2fsprogs - Arch Linux
-
pacman -S e2fsprogs - Kali Linux
-
apt-get install e2fsprogs - CentOS
-
yum install e2fsprogs - Fedora
-
dnf install e2fsprogs - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install e2fsprogs - OS X
-
brew install e2fsprogs - Raspbian
-
apt-get install e2fsprogs - Docker
-
docker run cmd.cat/e2image e2imagepowered by Commando
Save critical ext2/ext3/ext4 filesystem metadata to a file. More information: <https://manned.org/e2image>.
-
Write metadata located on device to a specific file:
e2image /dev/sdXN path/to/image_file -
Print metadata located on device to `stdout`:
e2image /dev/sdXN - -
Restore the filesystem metadata back to the device:
e2image -I /dev/sdXN path/to/image_file -
Create a large raw sparse file with metadata at proper offsets:
e2image -r /dev/sdXN path/to/image_file -
Create a QCOW2 image file instead of a normal or raw image file:
e2image -Q /dev/sdXN path/to/image_file
© tl;dr; authors and contributors