Operating System - HP-UX
1833588 Members
4095 Online
110061 Solutions
New Discussion

Re: Problem to enable file system quota

 
Marcelo De Florio_1
Frequent Advisor

Problem to enable file system quota

I execute this command to enable this feature:
mount -F vxfs -o rw,quota /dev/vg00/lvprueba /prueba/

so, the message is:
vxfs mount: cannot enable quotas

any ideas

regards
Marcelo De Florio
3 REPLIES 3
Nick Wickens
Respected Contributor

Re: Problem to enable file system quota

Is /prueba already mounted ? If so unmount it first and then remount with the quota option.
Hats ? We don't need no stinkin' hats !!
PIYUSH D. PATEL
Honored Contributor

Re: Problem to enable file system quota

Hi,

There is a patch PHKL_20401 to fix quotaon for vxfs filesystems on HPUX 11.00.

Piyush
Rodney Hills
Honored Contributor

Re: Problem to enable file system quota

Looking in "man 5 quota", step 4 says to create the quotas file on the mounted directory by-
cpset /dev/null /mnt/quotas 600 root bin

Has that task been done?

-- Rod Hills

There be dragons...