I am using Ubuntu Live CD version 9.10 32 bit. I can see my other FAT32 drives and access them in the Live session but when I try to install, the drives are unmounted (their shortcuts are removed from desktop) and I can't see any partition table, only sda which is empty, apparently... How can I install this Ubuntu on my system if I can't see partitions correctly ? I have also setup a free space on disk to be used by Linux (did it from Windows) and I can't see that either, of course..
This is my fdisk -l output:
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7ab852fc
Device Boot Start End Blocks Id System
/dev/sda1 1 262 2098176 27 Unknown
/dev/sda2 * 263 4179 31463302+ 7 HPFS/NTFS
/dev/sda3 4180 6092 15361024 7 HPFS/NTFS
/dev/sda4 6093 30402 195269153 f W95 Ext'd (LBA)
/dev/sda5 6093 28444 179533406+ 7 HPFS/NTFS
Disk /dev/sdb: 32.3 GB, 32346472448 bytes
255 heads, 63 sectors/track, 3932 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x001048b3
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 3933 31588320+ c W95 FAT32 (LBA)
Can anyone help ?
Thanks.