0

I was using windows 8.1 for some days which was installed in C drive. I totally had 4 drives C, F, G, H. I installed Ubuntu as dual boot with windows 8.1. Now my only problem is that, I can't access F drive because I installed Ubuntu on that drive.
My question is => am I able to get my F drive(files) back or is it lost. Is there any chance of getting that drive by uninstalling ubuntu?.

If yes, how can I uninstall Ubuntu. Or Even by using ubuntu alongside how can I get my files(F drive) back.

bummi
  • 394
  • 3
  • 9
  • 14

2 Answers2

0

If you've picked an existing partition to install a new OS on, then it will have overwritten that partition & put all it's own files there. This means that the partition has been, in effect, removed & replaced, and formatted, and data written to it.

The old partition most likely had data stored toward the beginning of it; depending on your luck, historical usage, and amount of space used, it is possible that some data might have survived even this treatment! If there wasn't much prior use of the drive then you're likely out of luck by now.

The odds of getting much back are thin; however, if there was important stuff there, you could try the following:

Reboot from a live system, ie CD or USB. Download a forensic tool such as testdisk, or foremost - I use foremost, and the other question referenced above, used testdisk, so I'll talk about foremost:

Run this, using a partition other than the target to store found data - an external drive is good - with the target as your old 'F' drive.

Type in foremost -o /path_to_destination_storage -i /dev/sda4, replacing sda4 with the correct designation for your old 'F' drive.
This will produce a mess of randomly named files, classed by type, representing the files it found and recognised including the "blank" parts of the drive which not not be as blank as expected!

You can then set about playing found media, viewing pictures, searching text files, to see if you got anything back.

-1

When you install Ubuntu on a drive, it will format the drive. That means you lose all data at this step.

So in your case, sorry I have to say that you cannot get back your data.


EDIT by ByteCommander: It is theoretically possible (but difficult) to recover data of a formatted partition, but once it got overwritten with other data (which it did during the Ubuntu installation - at least parts of it) it is gone to the nirwana.

Byte Commander
  • 107,489
NoName
  • 101
  • The ext4 part is more misleading than useful, as per how it's written it will make an unexperienced user wonder if formatting the drive with another filesystem would not unlink all the references to the files – kos Apr 07 '15 at 07:46
  • Is it impossible to get those files back? by any means? – Sachin Christy Apr 07 '15 at 09:20