I am using Debian Squeeze. Suddenly I have started facing a problem that my user is not able to make directories and other such tasks. Running mkdir abc
gives me
mkdir: cannot create directory 'abc': Disk quota exceeded
My hard disk is not full df -h
results are
Filesystem Size Used Avail Use% Mounted on
/dev/md1 1.8T 39G 1.8T 3% /
tmpfs 7.8G 0 7.8G 0% /lib/init/rw
udev 7.8G 148K 7.8G 1% /dev
tmpfs 7.8G 0 7.8G 0% /dev/shm
/dev/md0 243M 31M 200M 14% /boot
uname -a
output that might be needed is
Linux server 2.6.32-5-686-bigmem #1 SMP Sun Sep 23 10:27:25 UTC 2012 i686 GNU/Linux
Note: If I login as root then everything is fine. This problem is only with a particular user
Edit: output of quota
Disk quotas for user user (uid 1000): none
output of quota -g
Disk quotas for group user (gid 1000):
Filesystem blocks quota limit grace files quota limit grace
/dev/disk/by-uuid/26fa7362-fbbf-4a9e-af4d-da6c2744263c
8971324* 1048576 1048576 none 43784 0 0
quota -g
(group quota)? Do you have quotas at all on that filesystem? Does runningquotacheck
help? – Gilles 'SO- stop being evil' Mar 14 '13 at 23:29quota -g
added above. I dont know about quotas in my file system. All I know is that I have set unlimited in quota option in webmin for two of the users I am running on my debian. Suddenly this user has started giving me quota problem without any change made by me. Regardingquotacheck
it is not working, giving me-sh: quotacheck: not found
– Gursimran Mar 15 '13 at 11:47