Page 1 of 1

150GB missing from my Disk

Posted: 2015/11/30 22:08:45
by fbartolom
I found a quit weird situation on my disk when the disk became full. Namely, albeit I have 174 GB and I occupy 26GB of them df reports an usage of 72% and an availability of just 11 GB. In fact when I occupied those 11GB before deleting the logs and the git repositories, the disk became full. This is how df -h appears:
df -h
File system Dim. Usati Dispon. Uso% Montato su
/dev/simfs 174G 26G 11G 72% /
devtmpfs 1,0G 0 1,0G 0% /dev
tmpfs 1,0G 0 1,0G 0% /dev/shm
tmpfs 1,0G 8,2M 1016M 1% /run
tmpfs 1,0G 0 1,0G 0% /sys/fs/cgroup
How may I recover the missing 150G?

Re: 150GB missing from my Disk

Posted: 2015/11/30 23:24:24
by TrevorH
What's the output from the command uname -a ?

Re: 150GB missing from my Disk

Posted: 2015/12/01 09:46:31
by fbartolom
TrevorH wrote:What's the output from the command uname -a ?
$>uname -a
Linux taxiprofessional 2.6.32-042stab104.1 #1 SMP Thu Jan 29 12:58:41 MSK 2015 x86_64 x86_64 x86_64 GNU/Linux

Re: 150GB missing from my Disk

Posted: 2015/12/01 16:50:32
by TrevorH
You need to ask your hoster about this. That kernel string shows that you don't have a CentOS system at all, rather you are running inside an OpenVZ container.

Re: 150GB missing from my Disk

Posted: 2015/12/01 17:29:47
by fbartolom
TrevorH wrote:You need to ask your hoster about this. That kernel string shows that you don't have a CentOS system at all, rather you are running inside an OpenVZ container.
What I know if that I installed Centos 7 in a Virtual Machine. For what I understood that should be transparent respect to the usage.
At any rate of course I already opened a Ticket by Crissic, but I got no answer so far.