It appears that you did not repartition the drive, but chose an existing Windows partition as swap space in the Ubuntu installer. This means your NTFS partition will be corrupted (mkswap was run on it). mkswap does not do a full format, so you should be able to recover the majority (perhaps all) of your files.
Boot Windows and run Microsoft Checkdisk (chkdsk
) on your F: drive. You might need to change the partition type from 82 (Linux swap) to 07 (HPFS/NTFS/exFAT) if it does not recognise the drive as being a Windows drive.
If that does not work, try TestDisk
The MFT (Master File Table) is sometimes corrupted. If Microsoft's
Checkdisk (chkdsk) failed to repair the MFT, run TestDisk. In the
Advanced menu, select your NTFS partition, choose Boot, then Repair
MFT. TestDisk will compare the MFT and MFT mirror (its backup). If the
MFT is damaged, it will try to repair the MFT using the backup. If the
MFT backup is damaged, it will use the main MFT.
If both MFT and MFTMirr are damaged and thus cannot be repaired using
TestDisk, you might want to try commercial software like Zero
Assumption Recovery, GetDataBack for NTFS or Restorer 2000.
ext4'. Windows does not understand
ext4' formatted partitions. So you can't see them in Windows anymore. Why Ubuntu does not show up in the boot menu is another matter. – user68186 May 08 '14 at 16:42I'm a complete newbie to Linux. As far as i know, while I was installing, the F: partition was not formatted.
Now, my question is, how do I recover the data in it?
– Gokul NC May 08 '14 at 17:16