Problems with the quota and disk usage reporting

netswitch

Verified User
Joined
Dec 15, 2003
Messages
229
Location
Belgium
Hello,

I have set up my partition as follows :

/ , ext3, 40 go
/home, ext3, 80 go

Quotas are enabled on both partitions and when running
/usr/bin/repquota /home ans /usr/bin/repquota /
I get numbers that sounds correct.

The problem is DA is not reporting used space by users correctly.

I have checked the checkquota is running each night and it does not echo anything when triggered manually.

Here is my fstab :
LABEL=/ / ext3 defaults,usrquota,grpquo
ta 1 1
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults,usrquota,grpquo
ta 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sda3 swap swap defaults 0 0
/etc/fstab (END)


Any idea what to do to get the used disk space working ?
 
I recall something Support posted about having quota and different partition setups and how it causes this. I don't have a link, just search the forums for quota, maybe by DirectAdmin Support as well.
 
Aldready searched the forum and the knowledge base but the things I found didn't helped.


I have quota files ont / and /home partition, so I think it should worlk..
 
more infos, in case it might help :

when typing quota username, i get :
quota behostinbe
Disk quotas for user username (uid 613): none

BUT, in webmin, user seems to have quota active and given information is correct.
 
Back
Top