On Thu, 18 Jan 2007, Otto Moerbeek wrote:
> On Thu, 18 Jan 2007, [EMAIL PROTECTED] wrote:
>
> > guys i want ask to regarding quota
> >
> > this is my fstab:
> > /dev/wd0a / ffs rw 1 1
> > /dev/sd0a /data ffs rw,nodev,nosuid 1 2
> > /dev/wd0g /home ffs rw,nodev,nosuid 1 2
> > /dev/wd0d /tmp ffs rw,nodev,nosuid 1 2
> > /dev/wd0e /usr ffs rw,nodev 1 2
> > /dev/wd0f /var ffs rw,nodev,nosuid 1 2
> > /dev/wd0g /home ffs rw,userquota=/var/quotas/quota.user 1 1
> >
> > this the output of repquota /home:
> > # repquota /home
> > KByte limits File limits
> > User used soft hard grace used soft hard grace
> > root -- 43886 0 0 1642 0 0
> > uucp -- 0 0 0 28 0 0
> > ejun -- 5056 7000 8000 1 0 0
> > yinh -- 5056 10000 11000 1 0 0
> >
> > this the message of quota yinh:
> > # quota -u yinh
> > Disk quotas for user yinh (uid 1002): none
>
> I think the man page is not clear about this. Use -v
Hmm, this might be something different, please post the output of
quota -v run as yinh and quota -v -u yinh run as root.
-Otto