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 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 ?