On Fri, Nov 29, 2002 at 10:03:06AM -0500, Dinesh Mistry wrote: > I finally have the quota support working in the VPS the only issue is that > the group quota does not work, I can set the quota using the setquota > command and it takes. I can even do a edquota -g GROUPNAME and see the > settings. Yet when I run the quota -g GROUPNAME command it says quota > NONE: > > It does work for username(UID) quota just not for the group(GID)
most likely you use the "quota" option in /etc/fstab instead of "usrquota,grpquota" and/or forgot to calculate and active the group quota with quotacheck -mag, quotaon -ag anyway you'll find a walkthrough at http://www.13thfloor.at/VServer/HowTo.shtml and a general quota-mini-howto at http://www.tldp.org/HOWTO/mini/Quota.html best, Herbert > any ideas? > > Dinesh > > Matt Ayres said: > > > > You need to run quotaon / quotacheck on the host server or mknod a hdv1 > > device within the vserver. > > > > The mailing list archives cover both of these. > > > > -- > > Thanks, > > Matt > > > > On Wed, 27 Nov 2002, Dinesh Mistry wrote: > > > >> Is there anyway I can add quota support per VPS right now I have quota > >> support compiled into the root server and have installed the quota RPM > >> packages on the VSERVER but when I try to enable quota's on the root > >> server I get the following. > >> > >> > >> > >> quotacheck -anugfm > >> > >> quotacheck: Can't stat() mounted device /dev/hdv1: No such file or > >> directory > >> > >> quotacheck: Can't find filesystem to check or filesystem not mounted > >> with quota option. > >> > >> > >> > >> Any help would be appreciated. > >> > >> > >> > >> ----------------------------------- > >> > >> Dinesh Mistry > >> > >> YourHostDirect > >> > >> > >> > >> http://www.yourhostdirect.com <http://www.yourhostdirect.com/> > >> > >> ----------------------------------- > > > -- > >
