Operating System - HP-UX
1826411 Members
4054 Online
109692 Solutions
New Discussion

Quotas on VXFS on an HP-UX 11.0

 
SOLVED
Go to solution
Esche Markus
Occasional Contributor

Quotas on VXFS on an HP-UX 11.0

Hi,
I`am working on an HP-UX 11.0 and would turn on quotas for /home.
Can smb tell me, what write into /etc/fstab??

regards
3 REPLIES 3
Marcel Boon
Trusted Contributor

Re: Quotas on VXFS on an HP-UX 11.0

Hi,

Have you looked in the manpage of fstab ?
(man fstab)

MB
See the man pages
federico_3
Honored Contributor
Solution

Re: Quotas on VXFS on an HP-UX 11.0

to enable quotas for /filesystem
# touch /filesystem/quotas
# vi /etc/fstab # add quota in the filesystem options
/dev/vg00/lvolfs /filesystem hfs rw,suid,nolargefiles,quota 0 2
# quotaon /filesystem # if you want the quotas to take effect now instead of reboot, alternatively un-mount and re-mount /filesystem
#


federico
Pedro Sousa
Honored Contributor

Re: Quotas on VXFS on an HP-UX 11.0

I cannot understand if you have already setup quotas or not. If you haven't, look to the man pages of "quota".
good luck.