By mistake, I used dd
command on my 1TB external hard drive and made it bootable, with Ubuntu iso image.
dd if=iso_path of=/dev/sdbx bs=512k
I analyzed the drive, and know that my data is still there.
How can I get it back?
By mistake, I used dd
command on my 1TB external hard drive and made it bootable, with Ubuntu iso image.
dd if=iso_path of=/dev/sdbx bs=512k
I analyzed the drive, and know that my data is still there.
How can I get it back?