Hello everyone,
Let me quickly say kudos to the PVE team for their consistent good work; its much appreciated.
I created a container (Ubuntu 8.04 LTS amd64) with 50GB of hard disk space (LVM-based), yet this is the output of 'df -h;:
It's reporting a capacity of about 2GB for root - less than 5%of the actual capacity! Where did the rest go?
It's actually a pain because I can't install some software due to 'insufficient space'?
How do I get the container to recognise the actual disk size, please?
Thank you.
Let me quickly say kudos to the PVE team for their consistent good work; its much appreciated.
I created a container (Ubuntu 8.04 LTS amd64) with 50GB of hard disk space (LVM-based), yet this is the output of 'df -h;:
Code:
root@microbank:~# df -h
Filesystem Size Used Avail Use% Mounted on
simfs 2.0G 1.4G 438M 76% /
tmpfs 3.9G 32K 3.9G 1% /var/run
tmpfs 3.9G 0 3.9G 0% /var/lock
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 3.9G 32K 3.9G 1% /var/run
tmpfs 3.9G 0 3.9G 0% /var/lock
It's actually a pain because I can't install some software due to 'insufficient space'?
How do I get the container to recognise the actual disk size, please?
Thank you.