http://docs.sun.com/app/docs/doc/816-5166/quotacheck-1m?a=view


substitute the mount point for /mnt/point, as root:

touch /mnt/point/quotas
quotacheck /mnt/point
quotaon /mnt/point

now, edit /etc/vfstab and add the rq option to the mount point (see docs
above).


These steps set up the accounting on UFS. The next step is to set a few
quotas for your users. If you set root's quota, it will be used as default
quota for users without a quota.
To do this, see the edquota manpage.


In my environment I have this all scripted. Unfortunately, editing quota in
a script can be a bit tricky....I was going to make my own workaround, but
then I came across a nice little workaround that someone else made:
check out edq from: http://www.cs.duke.edu/~des/scripts/

Hope this all helps,
Josh


On Sat, Feb 14, 2009 at 1:42 PM, Amey <[email protected]> wrote:

> Any hints?
> --
> This message posted from opensolaris.org
> _______________________________________________
> sysadmin-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
>
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to