I run a dual-boot system, and the Linux distro is Ubuntu 14.04.
I have used GParted to enlarge a logical partition, named /dev/sda6
, on which the /home
directory is normally mounted. According to the GParted report the operation has been completed successfully. The partition is 85 GiB large, of which 83GiB used and 2 GiB free(d), as intended.
However this comes about with two oddities:
This gain is not recognized after logging in. As I check the disk usage with
df -h
, the report says that the partition/dev/sda6
, duly mounted on/home
, has a size of 85 GiB, of which 83 are used and 0 are available. The use is claimed to be 100%.Another oddity is that I can regularly log into my user profile through the graphical user interface. After the credentials are recognized, though, the system stalls and it doesn't splash into the desktop environment. In order to get the
df -h
information, I need log in either with my regular identity in any text terminal or with the guest status in the graphic user interface. As a side remark, it doesn't look like data have been corrupted.
How can I fix this situation? The aim is to get the size increase of the partition fully available to the operating system. Thanks for helping me out.