[Prev][Next][Index][Thread]
Summary: Re: Sample quota file
The process of successfully enabling quotas is as follows:
0) do quotaon
1) Change /etc/fstab for the affected system
/dev/rz2c /user2 ufs rq,userquota 1 2
2) unmount and remount the file system (using mount -a)
3) do
quotacheck /user2
(for instance) to create the quota file
4) then use edquota for each user quota file.
The sample quota file looks like this
Quotas for user timm:
/user2: blocks in use: 0, limits (soft = 950000, hard = 1000000)
inodes in use: 0, limits (soft = 950, hard = 1000)
but you will never need to know that because once the quotacheck
is enabled properly it will bring up the template for you.
Steve Timm