1
1
1nd1go2012-07-15 23:45:39
Network administration
1nd1go, 2012-07-15 23:45:39

/dev/simfs is 100% busy on the VPS and du is only 50%. How to find the rest?

Greetings!
There was a problem with VPS hosting. Writes - the place is over.
Here are the outputs of some commands:

[email protected]:~# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/simfs             20G   20G     0 100% /
tmpfs                 5.0M     0  5.0M   0% /lib/init/rw
tmpfs                  52M   36K   52M   1% /run
tmpfs                 103M     0  103M   0% /run/shm
overflow              1.0M     0  1.0M   0% /tmp

[email protected]:~# df -i
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/simfs            400000   62540  337460   16% /
tmpfs                  65600       4   65596    1% /lib/init/rw
tmpfs                  65600      25   65575    1% /run
tmpfs                  65600       1   65599    1% /run/shm
overflow               65600       3   65597    1% /tmp

[email protected]:~# du -sh /
du: cannot access `/proc/1582/task/1582/fd/4': No such file or directory
du: cannot access `/proc/1582/task/1582/fdinfo/4': No such file or directory
du: cannot access `/proc/1582/fd/4': No such file or directory
du: cannot access `/proc/1582/fdinfo/4': No such file or directory
9.5G    /

[email protected]:~# du -sh /var/lib/transmission-daemon/
7.4G    /var/lib/transmission-daemon/

On the last command, I see that 7.5GB is occupied by a torrent downloader (with downloaded files). I don't use a server anymore. Therefore, I can’t understand where another 9GB has gone (2 GB, I suppose, is occupied by the operating system)?
Actually, the hoster tells me that they say I have all the space / dev / simfs occupied and these are my files. But some sites say that this generally shows the size of the disk on the physical server, i.e. not just my quota.
I am being scammed and if not, how do I find what takes up the rest of the space?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
N
Nazar Mokrinsky, 2012-07-16
@nazarpc

Look at the log folder, it may have been bombarded with errors.

V
ValdikSS, 2012-07-16
@ValdikSS

Yes, this is a typical garbage, it is treated by the hoster somehow, kick them. Maybe the host is overselling. I had this, they gave 80GB of space, df -h showed that 56GB was occupied, although du -sh / did not count more than 2.

W
Wott, 2012-07-16
@Wott

sudo du -sh /*
and then deep down
you have 20G on your disk and the user found only 9G, so another 10G is somewhere under the closed folders

V
Victor Glembitsky, 2012-07-16
@Iforgot

It was the same story with a VPS on one of the hosts, I was looking for a solution on the net - try these:
# du -h --max-depth=1 /
Display information about free and occupied disk space on mounted partitions, in a format that is easy to read , tree filesystem mapping depth 1
# ls -lSr | more
Displays a listing of files and directories, sorted in ascending order of size and redirects it to the more program for paging
. By the way, my problem was solved by changing the VPS to rent a dedicator

M
mastini, 2012-07-16
@mastini

This is how openvz sees itself. The host is running out of space. Write to them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question