Here I have my Ubuntu OS on /dev/sda7
and I would like to allocated to the unallocated partition Screenshot, but I am unable to expand my sda7
into unmounted.
How do I resolve this issue?
Here I have my Ubuntu OS on /dev/sda7
and I would like to allocated to the unallocated partition Screenshot, but I am unable to expand my sda7
into unmounted.
How do I resolve this issue?
The lock icon next to /dev/sda7
shows that it's mounted, therefore un-modifiable. Since /dev/sda7
is mounted at /
, you won't be able to umount
it from your current system. You'll have to boot from a "Live USB/Live CD" distribution, then you can use gparted
to extend /dev/sda7
(which won't be mounted),
Edit: This answer contains some incorrect information as explained by the comment below.
From what I gather, you are wanting to add unallocated disk space that you left from being unsure of how much you should give Linux vs. Windows.
With LVM, it's become possible to extend or shrink a mounted ext4 partition. Since you have a separate partition for your pagefile I'm pretty sure you're not running LVM which may lead to some confusion with more recent documentation. You should use a live CD so you can resize the unallocated space towards your unmounted ext4 partition.
Some previous solutions that may help you: