User Tools

Site Tools


clone_a_drive_with_dd

This is an old revision of the document!


Clone a drive with dd and show progress

dd if=<source> of=<target> bs=4M conv=noerror,sync

The bs (block size) of 4MB works well with two SSD's. The use of conv=noerror,sync is rather disputable: noerror will continue ignoring errors and sync will fill the blocks - I think I use conv forever and it lost it's value with modern drives - I think it doesn't hurt …

clone_a_drive_with_dd.1674678623.txt.gz · Last modified: 2023/01/25 20:30 by xmailadmin