I was trying to make a bootable usb stick but i accidently formatted my 1TB hard disk. Is there a way to recover my files. The command that i used for formatting my disk
sudo dd if=ubuntu-gnome-15.10-desktop-amd64.iso of=/dev/sdc bs=1M
I was trying to make a bootable usb stick but i accidently formatted my 1TB hard disk. Is there a way to recover my files. The command that i used for formatting my disk
sudo dd if=ubuntu-gnome-15.10-desktop-amd64.iso of=/dev/sdc bs=1M
You could try testdisk or other partition recovery program. You probably lost some data. You can follow this tutorial: testdisk tutorial else sources: similar question
dd
. Any chance of recovery? – Nitin Venkatesh Jul 07 '16 at 05:50