我正在尝试从一个500 to的硬盘中恢复我的数据,这个硬盘正在失效。我试图用下面的输出中所示的语法来使用dd救援,但是我总是在标题中得到错误。我能做些什么来解决这个问题,或者绕过它?
root@ubuntu:/media/ubuntu/MacosBackup/1# ddrescue -d /dev/sdc2 test.img test.logfile
GNU ddrescue 1.23
Press Ctrl-C to interrupt
ipos: 4297 MB, non-trimmed: 3866 kB, current rate: 0 B/s
opos: 4297 MB, non-scraped: 0 B, average rate: 6659 kB/s
non-tried: 496746 MB, bad-sector: 0 B, error rate: 0 B/s
rescued: 2497 MB, bad areas: 0, run time: 6m 14s
pct rescued: 0.50%, read errors: 59, remaining time: 6h 29m
time since last successful read: 15s
Copying non-tried blocks... Pass 1 (forwards)
ddrescue: Write error: Invalid argument发布于 2019-10-15 03:44:10
结果,我在格式化存储图像的驱动器时出错了。我意外地将它格式化为FAT32,这对我选择的设置造成了4GB的文件大小限制。糟了!
在重新格式化为EXT4之后,尺寸限制还没有到位,到目前为止,我已经成功地恢复了大约5%!
https://askubuntu.com/questions/1180978
复制相似问题