1
I wanted to create a bootable USB from an ISO image and I accidentally put as the output of the dd
, instead of my usb drive, one of my hard disks. The ISO was 3,3 GB and my disk is 1TB! And it was almost full.
Can I at least restore the data that has not been overwritten? Right now i can't even mount it. I get this error:
Error mounting /dev/sdd1 at /media/main/UDF Volume: Command-line `mount -t "udf" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,umask=0077" "/dev/sdd1" "/media/main/UDF Volume"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdd1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Also since i know which filesystem my disk used if i reformat it to this filesystem is there any chance i can mount it and retrieve the rest of the files?
Update: I tried testdisk
. I got this error:
partition sector doesn't have the endmark 0xAA55
Anyway I am running testdisk
quick search right now. But as far as I know this will only restore the MBR. Will I be able to retrieve my files? And what about the file structure?
1
Possible duplicate of Accidentally dd'ed an image to wrong drive / overwrote partition table + NTFS partition start
– techraf – 2016-04-27T21:59:25.450Possible duplicate of How do I recover lost/inacessible data from my storage device?
– DavidPostill – 2016-05-02T09:57:32.723