I have a true-crypt disk (the whole device is encrypted) with bad sectors. I can mount the volume on Ubuntu machine but every utility I try freezes while trying to copy files of it.
Is there some utility I can use to save as many files as I can?
|
feedback
|
|
you can try foremost() from Ubuntu, while the device is mounted. | |||||
|
feedback
|
|
Whatever backups you made are your best chance. You did make backups, right? According to the Truecrypt FAQ, your best bet is to use Windows filesystem-repair tools (
| ||||
|
feedback
|
|
The various versions of ddrescue or dd_rescue can repeatedly try to read an unreadable block but also skip the unreadable blocks and come back to them later after reading what it can in the first pass. | |||
|
feedback
|