Disk Maintenance: Revision history

From Realm Business Systems
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.

21 December 2025

  • curprev 06:5706:57, 21 December 2025 Rdswikiadmin talk contribs 7,018 bytes +8 Format Disk
  • curprev 06:4006:40, 21 December 2025 Rdswikiadmin talk contribs 7,010 bytes +7,010 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..."