Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

It happened to me that while upgrading to Ubuntu 12.04, I made instead aptitude dist upgrade. I downloaded the ISO version for a from-zero installation. In the partition definition I choosed that my home partition to remain as my home, but I assumed wrongly that if I choose ext4 instead ext3, a reformat would happen without losing my data.

The installation completed 'successfully', except that I lost 100 GB of my precious music collection :(, documents and so on.

Is there a way to recover my life (my music), considering that I have not done anything over disk after installation?

Thank, and excuse me for my poor English.

share|improve this question

3 Answers

This should be of assistance: https://help.ubuntu.com/community/DataRecovery

share|improve this answer
1  
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – mateo_salta Aug 14 '12 at 1:29

If the drive shows as corrupt or raw, maybe, if it shows as blank, good luck.

Anyways if it's the first of those 2 options, get gparted live disc, another drive big enough to hold all the files and go at it, it's pretty straight forward.

share|improve this answer

Get a live CD. Mount the HDD readonly. Make a deep, bitwise copy to another drive with dd.

Only try to recover from that copy!

I once made the experience, that I formated an ext2 drive to VFAT, didn't write anything to it, reformatted to ext2 and was very surprised to find anything again. But I wouldn't bet a cent, that this is reproducible.

If the data is so much worth - why don't you have a backup? harddrives are lost daily everywhere! It might happen to you!

Doing such a risky operation without asking somebody before, while claiming that your live depends on the data ... something doesn't match here.

Good luck, but make backups from now on.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.