Recover partition or repair broken superblocks on Ubuntu

preview_player
Показать описание
Music used: Dance of the Pixies by Jens Kiilstofte

Subtitle available.
After moving the partition, the checkdisk reported error, and all my data was lost. The first thing you should do is to check, if the superblock if the problem:
(x means your case, in my case the broken partition was sda4)

If you get something like "the superblock could not be read", then list all your backup bloks:
sudo mke2fs -n /dev/sdx

To get access to your partition again, try all the backup blocks
sudo e2fsck -b block_number /dev/sdx

If it is not resolved, download TestDisk:

Choose the corrupted partition
Aanalyze it
List the files
Select the files you want to save (or select all)
Choose destination and wait until it restores your stuff.
I hope this could help.
Рекомендации по теме
Комментарии
Автор

It's awesome to get all data from old hdd, thanks dud. You deserve milion like dear.🎉

alokehere
Автор

Thank you.. I enjoy this while m drinking a chai tea.

Pd: use the "-y" at the end in command.. sudo e2fsck -b

KINGxLIZARDx
Автор

You deserve millions like and views for this video. You saved my days....

kumailn
Автор

Thanks a lot. From your help I recover my school project

sathsarabj
Автор

U r awesome man, thanks a lot, I recover 500 GB from my laptop, u r a hero, thnx for the video thnx thnx ... And Thnx again 😘

adelnemer
Автор

Thanks a lot. this really helped me. I could mount my ext4 disk and copy all files. In my case I did manage to mount the drive after restoring one of the backups

cattivello
Автор

So if all the superblocks are stuffed there is no way of making the drive useable again is there?

CrystlizeWorld