4

Создаем образ диска:

# dd bs=1k if=/dev/hda1 conv=sync,noerror,notrunc of=hda1.img
-----------