Ir al contenido
Create an img file of the /dev/sda hard drive. To restore that image type: dd if=disk1.img of=/dev/sda (Bash)
Bash
Shell
dd if=/dev/sda of=~/disk1.img
1
dd
if
=
/
dev
/
sda
of
=
~
/
disk1
.img