0

I have an installed windows 8 OS on my C drive and looking forward to install Ubuntu 13.10 as a dual boot alongside Windows 8 OS. I have the following partition set up, System reserved: 100 MB C: 60 GB (NTFS) D: 40 GB (NTFS) E: 50 GB (NTFS) Unallocated: 60 GB

I am trying to install ubuntu on the unallocated space but this is not shown while installing the Ubuntu. I don't know where to create partitions for the ubuntu installation. Can you please guide me here? Thanks!

2 Answers2

0

There are a lot of answers on your question within forum. Like this one Windows 7, 8 are gpt disks commonly. Also read HowTo partition.

JoKeR
  • 7,062
0

hmm, unallocated would only show up if the section of HDD is not formatted at all. if they are seperate HDD's the contents of E: in the ubuntu istallation would most likely show up as: /dev/sdc showing 110gb (NTFS)

if it is truly 'unallocated' then E: would show up as: /dev/sdc1 50gb (NTFS) and /dev/sdc2 60gb (unallocated)

picking sdc as the HDD to install from even if all of it is formatted as NTFS will bring up the option of allocating a portion of it to ubuntu (EXT) + linux swap filesystems though you must choose to install alongside windows.

you can setup the partitions manually also

remember that /dev/sda is usually what windows would call C: /dev/sdb would be D: /dev/sdc would be E:

sda1 would mean first partition of C: sda2 would mean second partition of C: etc..

though if its one HDD setup in partitionss then c: = sda1 d: = sda2 e: = sda3 etc

hope this explains a little more, when i first installed ubuntu the unix way of identifing partiotions and HDD's was sort of confusing