Is this a virtual server? Did you configure quota in /etc/fstab as described in the perfect setup guide?
hello thats how my fstab looks ! i think i forgot something there! Code: proc /proc proc defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0 /dev/md0 none swap sw 0 0 /dev/md1 /boot ext3 defaults 0 0 /dev/md2 / ext4 defaults 0 0 tmpfs /mysqltemp tmpfs size=2G 0 0
Thats decsribed in the tutorial incl. a example of the fstab file. Open the perfectserver tutorail that you sued to install your server and check the chapter that configures and installs quota.
where exactly i must add ,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 bellow here? ?!?!?! proc /proc proc defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0 /dev/md0 none swap sw 0 0 /dev/md1 /boot ext3 defaults 0 0 /dev/md2 / ext4 defaults 0 0 tmpfs /mysqltemp tmpfs size=2G 0 0
Change: /dev/md2 / ext4 defaults 0 0 to: Code: /dev/md2 / ext4 defaults,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 0
thanks!!! i add the line i used to command repquota -avug and return [root@host ~]# repquota -avug repquota: Cannot open quotafile //aquota.user: No such file or directory repquota: Cannot open quotafile //aquota.group: No such file or directory