Answers for "how to image an entire disk on linux"

0

how to image an entire disk on linux

dd if=/dev/INPUT/DEVICE-NAME-HERE conv=sync,noerror bs=64K | gzip -c > /path/to/my-disk.image.gz
Posted by: Guest on May-06-2020

Code answers related to "how to image an entire disk on linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language