1834150 Members
2414 Online
110064 Solutions
New Discussion

Quotas in file systems !

 
SOLVED
Go to solution
Ivan Azuara
Regular Advisor

Quotas in file systems !

Hi !

Somebody know where can i find information about the use of quotas in file systems (HFS / VxFS), for limit the total space assign to the file system for each user that access to the file system.


Best Regards !
"Enjoy the life .."
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: Quotas in file systems !

Well, there's always man quota, assuming you haven't tried that already.

Pete

Pete
PIYUSH D. PATEL
Honored Contributor

Re: Quotas in file systems !

Hi,

For vxfs fs on /test

# touch /test/quotas

# vi /etc/fstab # add quota in the filesystem options
/dev/vg00/lvol2 /test vxfs rw,suid,nolargefiles,quota 0 2

# quotaon /test # if you want the quotas to take effect now instead of reboot or you can umount and mount the file system

Piyush
James R. Ferguson
Acclaimed Contributor

Re: Quotas in file systems !

Hi Ivan:

You can start with the man pages:

# man 1 quota
# man 5 quota

Then, for more information, see the section titled "Managing Disk Space Usage With Quotas" in the "Managing Systems and Workgroups" guide:

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&con=/hpux/onlinedocs/B2355-90742/00/00/49-con.html&toc=/hpux/onlinedocs/B2355-90742/00/00/49-toc.html&searchterms=quota&queryid=20020627-090520

Regards!

...JRF...
PIYUSH D. PATEL
Honored Contributor

Re: Quotas in file systems !

man quota
man quotacheck