M BUZZ CRAZE NEWS
// general

File recovery after quick formatting

By Gabriel Cooper

I have a dual System of Windows 8 and Ubuntu (12.04, I think). I accidentally quick-formatted the Linux partition using Windows to NTFS, with the built-in formatting option. Since it contained my grub installation, nothing boots anymore. Is there a good recovery tool I could use from a Ubuntu live disk? Will It be able to restore the file structure completely, that booting works immediately (If nothing new was written to the partition), or is some structure needed to boot the system lost when quick-formatting and I am only able to restore select files before having to make a new installation?

I would be very happy for information on this, I never did data recovery and am afraid to destroy it. Thanks in advance!

1

2 Answers

You can recover your data from formatted disk using testdisk and photorec, these are good open source software that is used by thousands of user when such case arrived in Linux type system.

I am not sure that you would be able to fix your grub also, but you can give a try to Boot-repair once you restored all your data.

Here are your steps how can you restore your datas:

  • Boot from live CD/DVD/USB

  • Install testdisk:

     sudo apt-get install testdisk
  • Run testdisk to fix your partition.

  • If testdisk fails then you can give a try to another s/w photorec. Find out here How to use Photorec step by step

If you had valuable data then you can give a try to this, other wise re-install Ubuntu again. Its totally your choice.

2

People here will need some more information before being able to answer your question.

  1. What is the partition layout of your system? Did you just wipe the boot partition or your entire Ubuntu install partition. From a liveCD, you can run gparted which will tell you your current partitioning scheme.

Testdisk or grub-install/grub-repair is what you'd need for this depending on what you wiped out. There's a small chance this will work, otherwise you'll have to re-install Ubuntu.

If the data on there is important, I would strongly suggest giving this job to a data recovery professional. The more data you write to that hard disk, the more likely it is that you will be unable to recover the data.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy