0

I have this unallocated space before my root partition and GParted doesn't let me add it to my Ubuntu partitions. I am running Ubuntu from a USB drive. While it lets me add it my Windows partitions. What can I do to increase my partition size (selected in the picture)? GParted Screenshot

Milad P.
  • 141
  • In order to give you good advice, I need to ask a few questions first. Windows has a lot of disk space available. Do you use Windows? If so, how much of the time? Why do you have 2 EXT4 partitions, and 2 linux-swap partitions? How much RAM do you have installed? Did you reinstall Ubuntu a second time? Cheers, Al – heynnema Oct 15 '16 at 20:56
  • Also... is sda6 your / root partition, and sda7 your /home partition? Please edit your question to include the output of df, and sudo fdisk -l (lower case L), and cat /etc/fstab. Cheers, Al – heynnema Oct 15 '16 at 21:05
  • Heynnema, I want to use the free space I have on Windows and I use it once a week or so. One ext4 is for root files (sda6) and the other for home files (sda7). I have 4GB of RAM and I created a linux-swap partition because I was experimenting. I think I deleted it. – Milad P. Oct 15 '16 at 21:25
  • Without reducing the Windows partition, the best that we'll be able to do is add ~15GB to /root, and ~15GB to /home. Windows is about 75% free space. Please advise. Cheers, Al – heynnema Oct 15 '16 at 22:29
  • Also, to reach me, make sure to add @heynnema to the beginning of your comments. Cheers, Al – heynnema Oct 15 '16 at 22:32
  • I was able to fix the issue. First, I had to delete the extra linux-swap. Then open up some space from my Windows partition. But GParted wouldn't let me adjust the partition. Then I had to restart and boot from the USB again. This time, GParted allowed me to move them around. Thank you all for you help. – Milad P. Oct 16 '16 at 00:27

1 Answers1

0

You have to create partition table at first and then mount the filesystem to the OS. If you mean that you want to shrink your root partition you should use something like resize2fs utility. You can do the same with GParted while booting from liveCD.

kozlone
  • 159
  • 1
  • 1
  • 10