I have 14.04 LTS and when it was installed there were three partitions it looks like from Gparted.
- Is
/dev/sda1
which is the/root
- Is
/dev/sda2
which is Extended and does not show anything for mount. (the size is the total drive size which is 1.8Tb) - Is
/dev/sda5
which islvm2/pv
and mounted asubuntu-vg
(this also shows as 1.82Tb but also shows 1.82Tib used.
When I look at the graphical display it shows the root as 256 mb over all three partitions. I think I need to expand that but how?
Thanks
df -hT
– JoKeR Jun 27 '15 at 16:25/root
is the home directory of the root user. The root directory is simply/
. – psusi Jun 27 '15 at 16:27/boot
, and definitely not/root
, that's too small. I believe you're seeing bug #1357093. Please use the link to indicate the bug affects you and add a comment describing your experiences. Trysudo apt-get autoremove
to clear off some of the older kernels. More complicated commands may be necessary in some cases. – Rod Smith Jun 27 '15 at 16:44