I have a virtual box setup for Ubuntu 16.04. On metal exists Mac OS.
The drive on which virtual box image exists has 23+ GB available.
Following is the outputs I took from the Ubuntu terminal.
For command du -f
:
Filesystem Size Used Avail Use% Mounted on
udev 2.0G 0 2.0G 0% /dev
tmpfs 396M 5.9M 390M 2% /run
/dev/sda1 17G 15G 1.6G 90% /
tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
tmpfs 396M 0 396M 0% /run/user/124
tmpfs 396M 0 396M 0% /run/user/1000
Another output for the command lsblk
:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 60G 0 disk
├─sda1 8:1 0 17G 0 part /
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 3G 0 part [SWAP]
sr0 11:0 1 1024M 0 rom
Issue although it shows I should have 60GB memory, virtual box shouts it is full even if 20 GB is filled.
Any possible fixes?
lsblk
shows the hard disk to be 60 GB however, partitions add up to 20ish GB. – letsBeePolite Aug 09 '17 at 20:00