2

I am using Linux first time. I have installed Ubuntu 12.04, but after installing it, it is not showing me the drives or my data.
In Disk Utility it is not showing any partition.

Actually i just want to know that my data has been lost or not.

I am unable to show you through screenshot because of repuatations.

Output of sudo parted -l:

Model: ATA SAMSUNG HM641JI (scsi)
Disk /dev/sda: 640GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system     Flags
 1      1049kB  2463MB  2462MB  primary  fat32           hidden, lba
 2      2463MB  636GB   633GB   primary  ext4            boot
 3      636GB   640GB   4204MB  primary  linux-swap(v1)

will somebody help me to recover my data through remotely..?

1 Answers1

1

You have removed all Windows partitions.

This probably happened because you misunderstood the warning by installation program. It warned you that all data from disk was to be removed. But after using Windows, people do not quite see the difference between disks and partitions.

Ubuntu meant physical disk, not something like "Disk D:".

You can try to restore important data by using testdisk Utility.

Pilot6
  • 90,100
  • 91
  • 213
  • 324