1
I have a linux server (SUSE Enterprise 11) installed in a virtual machine. Where preallocated disk space is given as 256 GB. But from the linux if I use df -h
command it show this statistics:
Filesystem Size Used Avail Use% Mounted on
rootfs 38G 33G 2.6G 93% /
udev 3.9G 180K 3.9G 1% /dev
tmpfs 3.9G 0 3.9G 0% /dev/shm
/dev/sda2 38G 33G 2.6G 93% /
From which it seem that the server has only about 40GB of disk space. I am wondering where the other 210GB went! Any idea?
Thanks in advance
1Did you run that command from the live CD? Are you using LVM? – Simon Sheehan – 2012-03-30T04:41:25.150
Live virtual machine – sowrov – 2012-03-30T04:42:14.630
So you booted into the live CD and ran this command? – Simon Sheehan – 2012-03-30T04:42:40.453
No, the server is up and running (i.e I am not using any live CD). – sowrov – 2012-03-30T04:44:33.107