SSD crash: how I almost lost my home-drive but got almost all data back (flockaroo.at) 3 points by flockaroo 3y ago ↗ HN
[–] navjack27 3y ago ↗ Would be cool if more detail was mentioned about the PSU, make, model, wattage, etc
[–] pwg 3y ago ↗ In case the author is reading:> 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. [–] flockaroo 3y ago ↗ ah, cool! thanks for the hint ...if only i knew then ;-)
3 comments
[ 2.9 ms ] story [ 20.5 ms ] thread> 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.