I was trying to resize my EXT4 partition and something went wrong. I lost it. The space in once consumed is now being represented as Unallocated. How do I recover the partition?
Asked
Active
Viewed 3.3k times
1 Answers
11
Well provided you haven't overwritten it, it's possible.
sudo apt-get install testdisk
sudo testdisk
Here's a full thread showing how somebody restored their EXT4 partition (including some complications): http://ubuntuforums.org/showthread.php?t=1376383

Oli
- 293,335
-
Note to self: I personally had much more success with gdisk than testdisk. – Sridhar Sarnobat Sep 01 '20 at 21:14
-
cool! You saved 2TB of data for me! – mixalbl4 May 19 '21 at 04:27