SSD crash: how I almost lost my home-drive but got almost all data back(flockaroo.at)
flockaroo.at
SSD crash: how I almost lost my home-drive but got almost all data back
https://flockaroo.at/blog/?view=article&id=1:ssd-crash-how-i-almost-lost-my-home-drive-but-got-almost-all-data-back&catid=2
> first i tried to "dd" the whole disk to a file, but every time an input /output error occured, dd would of course stop.
This is exactly the purpose of the "noerror" option to dd -- to tell dd to continue reading even when an error returns from the disk.