-1

Before writing this post I have try two way to resolve this problem. I attack the screenshot of my gparted which I would add the unallocated space to the /dev/sda8 /home.

First way: I used the command umount -l /dev/sda8(I used command line because it's impossible to unmount from gui ----> error: device is busy to unmount the space and then I tried sudo resize2fs /dev/sda8 but I have this output --> The filesystem is already 36621056 blocks long Nothing to do!.

Second way: run mint in live and through this I tried to modify with gparted the partition space /dev/sda8 but when click on the bottom resize it's impossible to grow the space, as there isn't an unallocated space.

So how can I try to resolve this problem?

gparted screenshot

David Foerster
  • 36,264
  • 56
  • 94
  • 147

2 Answers2

0

You can add unallocated space to a partition only if it is next to the partition -- you have a swap partition between sda8 and the free space. Delete the swap partition, grow the sda8 into the now contiguous free space, leaving enough to recreate the swap partition after sda8. If you use gparted, it will run resize2fs in the background for you. If you use other partition managers, they may not run resize2fs, so you'd have to do it yourself.

ubfan1
  • 17,838
0

The free space is not adjacent to /dev/sda8. You will have to move /dev/sda9 right, and the "free space" left. See this1

waltinator
  • 36,399