I recently installed Ubuntu. Unfortunately during the process all the partitions have been erased which contained my backup data. Is there any way of recovering the data? It was almost 400 GB of data.
Asked
Active
Viewed 113 times
1
-
What was the format of the lost partition -- ntfs? ext4? – karel Jan 20 '15 at 08:55
1 Answers
0
You can give a try. You will need:
- Live CD (USB drive) with Ubuntu (for simplicity I will call it Live CD)
- External HDD to backup recovered data (I will call it ExtHDD)
- A lot of luck
The steps:
- Boot from the Live CD, and connect to your network (the HDD which will be recovered I will call it
/dev/sda
) - Plug in the ExtHDD (aka
/dev/sdb
), and mount it - Install
testdisk
(sudo apt-get install testdisk
), and follow the instructions described here.

Frantique
- 8,493