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?
Asked
Active
Viewed 1,433 times
3 Answers
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
-
you need to unmount the drive, you can't make changes while the drive is mounted – mchid Sep 24 '15 at 02:35
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
sudo parted -l
Drives with MBR partitioning can only boot in BIOS mode with Windows. Drives partitioned with gpt only boot Windows in UEFI mode. And how you boot installer is then how it installs. – oldfred Sep 24 '15 at 03:27