ExamarCorp / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

disk space quota #500

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Server OS:
Linux LLLV 2.6.32-1-bionic #1 SMP Mon Oct 29 21:56:29 CET 2012 i686 GNU/Linux

Additional information:

root@LLLV:~# cp -a  /root /backups/backup_
cp: cannot create regular file 
`/backups/backup_/bukkit/plugins/dynmap/web/tiles/world/flat/0_0/2_9.png': Disk 
quota exceeded

I can't create new files. But the I have enough Disk space.
Filesystem            Size  Used Avail Use% Mounted on
/dev/simfs             49G  8.7G   41G  18% /
tmpfs                 1.0G     0  1.0G   0% /lib/init/rw
tmpfs                 1.0G     0  1.0G   0% /dev/shm

How can I fix this Problem ??

Original issue reported on code.google.com by cwolling...@gmail.com on 24 Mar 2013 at 11:35

GoogleCodeExporter commented 9 years ago
I presume you are using Minecraft inside the container, which tends to creates 
1000s of files.

Check your inode usage, you've probably hit the limit

df -i

Original comment by muftydu...@gmail.com on 6 Apr 2013 at 10:56