Sento che questa domanda dovrebbe avere un esempio funzionante, quindi è così che ho usato ddrescue
0) Installato un disco sostitutivo di dimensioni identiche (e di marca) in garanzia e spostato il vecchio disco in un secondo slot
1) Ho usato un cd di avvio di Ubuntu
Ho provato la semplice opzione ma ha subito prodotto molti errori e si è bloccato
dd if=/dev/sdb of=/dev/sda bs=512 conv=noerror,sync
root@ubuntu:~# dd if=/dev/sdb of=/dev/sda bs=512 conv=noerror,sync
dd: error reading ‘/dev/sdb’: Input/output error
57496+0 records in
57496+0 records out
29437952 bytes (29 MB) copied, 6.02927 s, 4.9 MB/s
dd: error reading ‘/dev/sdb’: Input/output error
57496+1 records in
57497+0 records out
29438464 bytes (29 MB) copied, 8.86693 s, 3.3 MB/s
dd: error reading ‘/dev/sdb’: Input/output error
57496+2 records in
57498+0 records out
29438976 bytes (29 MB) copied, 11.7068 s, 2.5 MB/s
dd: error reading ‘/dev/sdb’: Input/output error
57496+3 records in
57499+0 records out
2) Leggi questi articoli:
Nota che quest'ultimo ha raccomandato l'uso -d
dell'accesso diretto al disco, ma non l'ho usato
3) ddrescue installato
sudo apt-get install gddrescue
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
sudo apt-get update
sudo apt-get install gddrescue
man ddrescue
Potrebbe anche essere necessario (?)
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
4) Finalmente eseguito (se stai copiando e incollando, fermati, sda è il mio nuovo disco ... fai attenzione e fai i compiti)
ddrescue -v -r3 /dev/sdb /dev/sda ~/ddrescue.log
- -v verboso
- -r 3 tentativi
- File di registro ~ / xx che può essere utilizzato per riprovare apparentemente. Nota: questo è solo memorizzato nella memoria ma potrebbe essere copiato su un'unità USB
Produzione:
GNU ddrescue 1.17
About to copy 1000 GBytes from /dev/sdb to /dev/sda
Starting positions: infile = 0 B, outfile = 0 B
Copy block size: 128 sectors Initial skip size: 128 sectors
Sector size: 512 Bytes
Press Ctrl-C to interrupt
rescued: 22555 MB, errsize: 196 kB, current rate: 91815 kB/s
ipos: 22555 MB, errors: 5, average rate: 68975 kB/s
opos: 22555 MB, time since last successful read: 0 s
Copying non-tried blocks...
5) Finestre avviate e riattivate ... da confermare
CHKDSK /f
dopo "fase 3"?