What was done:
Had taken a backup of sda7
using dd
(sda7 was around 100GB in size).
Formatted the disk.
Used GParted from a LiveUSB to create new partitions, but this time, created sda7
with 355GB.
Wrote the backup of sda7
to the newly created partition using dd
.
Used grub tools to install grub and be able to boot.
The problem:
sda7
is showing a grey area (circled in red) which I assume isn't recognized by Ubuntu as writable area.
So once I finish using up the white area in sda7
, I assume I won't be allowed to use more than the 96.2GB shown.
I tried resizing the partition using the handle (red arrow), but I couldn't resize it.
Is there any way I can make the grey area get recognized?
You need to resize the filesystem to fill the partition:
This will work while booted into the OS. Take a look at
man resize2fs
for further details.