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
Asked
Active
Viewed 49 times
0
1 Answers
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
-
I recommend [edit]ing this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on AskUbuntu.) – David Foerster Oct 15 '16 at 21:51
df
, andsudo fdisk -l
(lower case L), andcat /etc/fstab
. Cheers, Al – heynnema Oct 15 '16 at 21:05