0

I wanted to dual boot Debian with my Ubuntu machine, but I cannot seem to create a partition using GParted. I go to "Create a Partition" but it's greyed out and I can't click "New".

I'm sorry if this is a stupid question, I'd just started using Linux and I've used Windows all my life.

Thank you!

EDIT: Going into a live usb didn't work.

Sakruh
  • 11

1 Answers1

0

If you are attempting to modify an existing partition (for example, to shrink one in order to make room for another), you cannot if the partition is in use. This is indicated by a key icon in gparted showing that the partition is locked.

For example, in the image below, /dev/sda2 and /dev/sda6 are locked.

enter image description here

You can work around this by booting your system using a live USB and then performing the desired gparted actions.

I strongly suggest that you have solid, tested backups of any data that you consider important before performing partition operations.

Organic Marble
  • 23,641
  • 15
  • 70
  • 122