Disk Maintenance: Revision history

From wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 August 2026

  • curprev 18:5418:54, 16 August 2026 Admin talk contribs 7,018 bytes +7,018 Created page with " ===Burn ISO to USB=== dd if=xxx.iso of=/dev/sdc bs=64K sync ===dd copy continue on errors=== dd if=/dev/sda conv=noerror,sync of=/dev/sdb bs=64K ===ddrescue=== ddrescue -d -f -r3 /dev/sda /dev/sdb -b8192 In this example rescue /dev/sda to /dev/sdb ## No need to partition /dev/sdb beforehand, but if the partition table on /dev/sda ## ## is damaged, you will need to recreate it somehow on /dev/sdb. ## ddrescue -f -n /dev/sda /dev/sdb logfile ddres..."