0

I am trying to install 14.04. The problem is quite simple: I get to the point where I must chose how much memory ubuntu should get. (The drag how much you want menu)

The only drive I can chose from is C which is running terribly low on memory (~10gigs) where as my D has over 500 free. The question is simple: How can I get the installer to let me chose D and not C ?

Edit: I am stuck on point 5 of the answer to this question How can I install Ubuntu without removing Windows?

Bloodcount
  • 231
  • 1
  • 2
  • 9

1 Answers1

0
  • Exit the Ubuntu installer and open gparted partition editor from dash. If it's not installed by default then run the below commands to install gparted.

    sudo apt-get update
    sudo apt-get install gparted
    
  • Format your D drive into ext4 filesystem

  • Now run the installer, choose something else option to install Ubuntu on the created ext4 partition.

Avinash Raj
  • 80,446