2

So, long story short... My brother wanted to play the pc technician and went on and formatted our main computer. I had Ubuntu 14.04 LTS on a ext4 partition running there, hoping he wouldnt be so eager to mess with it since it would be more difficult. It wasn't hard for him, and he formatted it first to ext4 again, and when he couldn't get linux installed formatted it to fat32. Then he formatted again (im not sure why at this point) to ntfs. So, I lost some data (most of it I had backups for) buut, I lost some videos of a very important moment for me...

Is there any way to get my files back? I had a .7z file with all the videos inside, and every single video uncompressed as well.

Looking forward to your answers, and already grateful,

PS: Would that still work if the formatting was done by replacing all data with 0's? Could I possibly know if so? I haven't touched that drive since the formatting. Bismund

Bismund
  • 21

2 Answers2

1

it still may be possible to recover. Checkout the wiki here:

TestDisk is my go to app for such things:

I would boot into a live ubuntu cd / usb drive and install testdisk.

sudo apt-get install testdisk
cyking
  • 64
0

There are two ways. If you have an NTFS hard drive, testdisk may be the solution. You can get it by typing sudo apt-get install testdisk and run it with sudo testdisk.

However, if Testdisk fails to undelete, photorec is the more advanced option. You can install it with the command above, but with photorec instead of testdisk. When using photorec, you can set it to exclusively filter video files. This makes recovery easier.

(I myself had deleted an important project by mistake, so this is what happened to me. :)

Photorec Documentation