0

I got Ubuntu 14.04 LTS running on my laptop and unfortunately i need to use Windows. I tried using a virtual machine but didn't work out for me. I want to make a partition on the 1TB diks and get windows on it but Gparted wont let me resize or add new partitions. What can i do?

3 Answers3

1

If you are trying to re-size a mounted hard disk then that's the problem; you can't make changes while the drive is mounted.

I mean that maybe you are trying to re-size your system's hard disk drive, try to re-size it with a Live CD so the HDD is not mounted.

mchid
  • 43,546
  • 8
  • 97
  • 150
userDepth
  • 2,010
0

To use gparted correctly, you will want to use gksu to give root access. To do this, do:

sudo apt-get install gksu
sudo gksu gparted

Then make your edits, apply them, and exit. If this helped make sure to check it and vote it up so others with this problem can see this!

David
  • 3,367
0

If you are trying to re-size a mounted hard disk then that's the problem; you can't make changes while the drive is mounted.

I mean that maybe you are trying to re-size your system's hard disk drive, try to re-size it with a Live CD so the HDD is not mounted.

gast33
  • 41