Operating System - HP-UX
1834086 Members
2421 Online
110063 Solutions
New Discussion

how to set the option of filesystem's quota in sg.

 
SOLVED
Go to solution
MA Qiang
Regular Advisor

how to set the option of filesystem's quota in sg.

Where can I set the quota option as in /etc/fstab?
4 REPLIES 4
melvyn burnard
Honored Contributor

Re: how to set the option of filesystem's quota in sg.

look at the package control script section where you define th efile system mount points etc, and check ther for the mount options.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
MA Qiang
Regular Advisor

Re: how to set the option of filesystem's quota in sg.

Should I set it like following?
FS_MOUNT_OPT[1]="-o rw quota"

Thanks!
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: how to set the option of filesystem's quota in sg.


FS_MOUNT_OPT[1]="-o rw,quota"

Regards,
Robert-Jan
MA Qiang
Regular Advisor

Re: how to set the option of filesystem's quota in sg.

Thanks!