如果源设备与目标设备相同,ddrescue将发出抱怨:
ddrescue: Infile and outfile are the same.就连-f也无法说服ddrescue做我想做的事。
我怎样才能让ddrescue写到同一个设备上呢?
发布于 2021-07-16 07:09:50
使用回环设备:
sudo losetup /dev/loop3 /dev/sdf
sudo ddrescue -f /dev/sdf /dev/loop3 my.loghttps://unix.stackexchange.com/questions/658633
复制相似问题