I have used Clonezilla to backup my SSD disk. It was with bad sectors.
Now I would like to restore my data. But when I use clonezilla to retore backup to external HDD, I can not mount it. The superblock is bad or smth.
I tryed fsck, but it does not help. Even testdisk does not help.
I would like to restore the sdb5-dd-img. 2GB sized files as img format. So I could mount it as image. But I only find instruction for "How can I restore those -ptcl-img.* images into a file manually?"
Last edit: Dovydas 2016-09-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have used Clonezilla to backup my SSD disk. It was with bad sectors.
Now I would like to restore my data. But when I use clonezilla to retore backup to external HDD, I can not mount it. The superblock is bad or smth.
I tryed fsck, but it does not help. Even testdisk does not help.
I would like to restore the sdb5-dd-img. 2GB sized files as img format. So I could mount it as image. But I only find instruction for "How can I restore those -ptcl-img.* images into a file manually?"
Last edit: Dovydas 2016-09-19
"sdb5-dd-img" Is the raw data image, so you can just mount it by something like:
sudo mount -o loop sdb5-dd-img /mnt
Steven