1752703 Members
5503 Online
108789 Solutions
New Discussion юеВ

Query on quota

 
Raghu Chikkamenahalli
Frequent Advisor

Query on quota

Hi All,

Need your guidance on quota. I have a file system which hosts the user home directories. Since the size of the Quota is 300G ( hard limit ) and a soft limit of 250G, I am trying to use edquota to do this, but I am unable to put the correct entry in the inode section. Could you please help me how to set this information correctly.

Details:
Size of the Block : 8192 ( f_frsize: 8192 )

Please guide. Thanks in advance.
Regards,
Raghu.
2 REPLIES 2
Prasanth V Aravind
Trusted Contributor

Re: Query on quota

check this link ... here is the steps to set disk quota...


http://docs.hp.com/en/B2355-90672/ch05s03.html?btnNext=next%A0%BB


Gudluck
Prasanth
Matti_Kurkela
Honored Contributor

Re: Query on quota

The inode section limits the total _number of files_ the user is allowed to have on the filesystem.

If you don't want to restrict the number of user's files, only the total size, leave the values in the inodes section to 0, and use the blocks section only.

MK

MK