I dual booted my PC 2 years ago, and I installed a 50gb partition for Ubuntu. But now I use Ubuntu most of the time. And now there is no space remaining in my Ubuntu partition. I have watched several tutorials, read many blogs, but still can't extend my Ubuntu partition size. I have tried using GParted in Ubuntu and Disk Management in Windows. But in Gparted, I can't extend ext4 partition size Image of GParted
And in case of Disk Management it only shows delete and help option for the Ubuntu partition. There are no extend option. Image of Disk Management
I have a lot of free space in other drives, please someone suggest me the solution
free -h
:
total used free shared buff/cache available
Mem: 7.7G 2.8G 761M 1.2G 4.1G 3.4G
Swap: 1.9G 0B 1.9G
grep -i swap /etc/fstab
:
# swap was on /dev/sda8 during installation
UUID=6d6b17ee-13d7-49f9-90aa-6a1118c56698 none swap sw 0 0
sudo blkid | grep -i swap
:
/dev/sda8: UUID="6d6b17ee-13d7-49f9-90aa-6a1118c56698" TYPE="swap" PARTUUID="93bc1965-08"