ShortNews

Sonntag, 27. Oktober 2013

Backup of hard disks with medium errors

Use the following command to backup disk drives with physical errors:
dd conv=noerror,sync if=/dev/sda of=sda_backup.img bs=4096

noerror - continues after read error
sync - writes zeros as padding for unreadable bytes

Keine Kommentare:

Kommentar veröffentlichen