Topic: Entire HDD showing up as unallocated space.
I've been having a problem with my HDD in my PC all along, only now I'm actually doing something about it. Basically Windows works fine (I'm dual booting Vista and 7) and I can mess around with my partitions in the partition editor whatever it's called in windows. However I now want to install linux so this is a major problem for me. I got out a Ubuntu 9 LiveCD, and opened GParted to make a new partition before installing it. When i opened GParted the HDD showed as unallocated space, the whole thing!
There was a guy who was helping me out on an IRC channel earlier, but then he had to go so i was wondering if anyone here could help me with it? This is basically what I went through with him before and where I'm at now.
I opened terminal and typed:
sudo fsck /dev/sda
I got back from it this:
fsck 1.41.4 (27-Jan-2009)
e2fsck 1.41.4 (27-Jan-2009)
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sda
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device>
I'm not sure what that means or what to do now, so I would be grateful if anyone could help me with it.