I want to merge /dev/sda15
with /dev/sda11
so that I can get ~90GB space for Ubuntu, but gparted can't merge these separate partitions directly.
Is there any way I can achieve that?
I want to merge /dev/sda15
with /dev/sda11
so that I can get ~90GB space for Ubuntu, but gparted can't merge these separate partitions directly.
Is there any way I can achieve that?
The comments by wjandrea and oldfred are worth heeding. Some additional observations and comments:
/dev/sda11
. If so, you can delete it and move or resize partitions to reclaim the space for Ubuntu on /dev/sda15
.gdisk
to delete the /dev/sda11
partition, if that's part of what you want to do. The reason is that /dev/sda11
is a logical volume manager (LVM) partition, and I'm not sure if GParted will let you disable the LVM setup. (There are ways to do this manually, but describing how would take a while.) Reboot as soon as you've deleted the partition, if you use gdisk
for this task. Note I have more to say on LVM later..../dev/sda13
, /dev/sda8
, /dev/sda12
, and /dev/sda9
. /dev/sda14
is mounted at a subdirectory of /media
, which makes me think it's not really part of the Ubuntu installation. Overall, this looks like you've installed several Linux distributions on the computer in a rather haphazard way. Perhaps some of these partitions are in use by other distributions you want to keep; but if you want to set this up as a dual-boot between Ubuntu and Windows, you may want to consolidate more than just /dev/sda11
./dev/sda5
is a second EFI System Partition (ESP), but Ubuntu is using /dev/sda2
as its ESP, and Windows is almost certainly using /dev/sda2
, as well./dev/sda11
is an LVM partition, presumably because Fedora uses it by default. Depending on your needs, you could convert some other partitions into LVM partitions and expand on that base; or delete most or all of your Linux partitions and create one or more new LVM partitions. Converting Ubuntu to use LVM will require jumping through some awkward hoops or re-installing, though./dev/sda7
) in the middle of your Linux partitions. Depending on what other partitions you end up deleting and how you want to use the remaining space, you might want to move this partition closer to what looks like your other main NTFS partition (/dev/sda4
). On a spinning hard disk, this will help optimize performance; and when performing disk management, having them closer together may help avoid confusion. OTOH, moving it carries some risk.