I've got Ubuntu 18.04 Server in Virtual Box, and once I've ran out of 10 GB of allocated space on virtual disk, I've increased the size of the virtual disk to 17 GB and resized the root partition with parted
's resizepart
command (and done so while partition is in use, and yes I know it's bad practice, but it's a virtual machine for development, all code committed to github and I've a clone of the machine just in case).
Everything seems to have worked: lsblk
and udisksctl
properly report the new size, but df
is still stuck at reporting the old 10 GB and 100% usage (even after reboot). Why is it so and what can I do about this odd df
's behavior ?
/
partition. I don't recall it's possible to unmount/
while system is running. But I rebooted it once already, shouldn't that have had an effect ? – Sergiy Kolodyazhnyy Nov 14 '18 at 09:23