![]() |
Website harddisk quota dont work!!
Hello
I have isp3 centos nginx .. and my Website harddisk quota dont work !! what to check |
What's the output of
Code:
repquota -avug |
did nothing
|
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 |
The quota options are missing. Please check the tutorial again.
|
can you please instruct me where to add the code ?that missing at fsab
|
Quote:
|
where exactly i must add
,usrjquota=aquota.user,grpjquota=aquota.group,jqfm t=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 |
| All times are GMT +2. The time now is 13:54. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.