When I run the setup for 14.04.3 LTS using the live USB and select "something else" for manually creating partitions on my hard disk, for some reason Ubuntu isn't able to detect other partitions and assumes the entire SSD is unallocated. This is explained in the snapshot below:
The description of the actual partitions are as under:
C: NTFS 91,7GB (running Windows 10 64bit)
Free space: 19,5GB
Given below are snapshots that show the error message I get when GParted tries to detect my partitions. I am certain something is wrong with my partition table, but I do not know what it is or what the message really means. But this might be why Ubuntu is unable to detect my partitions.
I am having the same problem with [that guy][3]. I tried to use the Fixparts thing but I couldn't figure it out. Any ideas?
Here's the results from: sudo parted -l
ubuntu@ubuntu:~$ sudo parted -l
Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table.
However, it does not have a valid fake msdos partition table, as it should.
Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
partition tables. Or perhaps you deleted the GPT table, and are now using an
msdos partition table. Is this a GPT partition table?
Yes/No? y
Model: ATA Samsung SSD 840 (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
Model: JetFlash Transcend 4GB (scsi)
Disk /dev/sdb: 4016MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 65.5kB 4014MB 4014MB primary fat32 boot
sudo parted -l
– oldfred Dec 05 '15 at 22:18