- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is quota system for subdirectories possible ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 07:31 AM
12-11-2002 07:31 AM
Is quota system for subdirectories possible ?
Could you please comment on the following ?
Can I create a 20 GB file system, mounted on /fs, where /fs would have subdirectories /fs/sd1, /fs/sd2, and /fs/sd3 with the following characteristics:
/fs/sd1 is guaranteed to always be at least 4 GB in size.
/fs/sd2 is guaranteed to always be at least 6 GB in size.
Namely, I want to know if a sort of a quota system for subdirectories is possible.
Thanks,
Ron.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 06:37 AM
12-12-2002 06:37 AM
Re: Is quota system for subdirectories possible ?
I can think of a very simple solution :
1) Create 3 filesystems :
(i) /fs 10GB
(ii) /fs/sd1 4GB
(iii) /fs/sd2 6GB
with mount points of sd1 and sd2 are on /fs
2) Create a directory sd3 in /fs
3) I think that should work gor you.
Amit Kureel
amit_kureel@yahoo.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 06:46 AM
12-12-2002 06:46 AM
Re: Is quota system for subdirectories possible ?
# man 5 quota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 06:57 AM
12-12-2002 06:57 AM
Re: Is quota system for subdirectories possible ?
Mostly cuz I can get to them obnoxious users by setting their quota's to 1K ;)
Quotas are file system specific, and not directory. This is obvious as it's a mount option, and not a daemon.
Sometimes you have to be creative in your approach to making file systems, and how you mount them.
Good luck, and have fun
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 07:17 AM
12-12-2002 07:17 AM
Re: Is quota system for subdirectories possible ?
Your solution is indeed a very simple solution, but it misses my point in creating the large file system, with 3 subdirectories:
that point being that I want the subdirectories to be able to consume more than their guarantied allotted space, if needed.
For instance, /fs/sd1 is guaranteed to be at least 4 GB in size, but if it needs more than 4 GB, and there's free space on /fs (which is to be 20 GB in size), then I want /fs/sd1 to be able to grow beyond 4 GB (of course, still leaving /fs/sd2 at least 6 GB).
Bye,
Ron.
-----Original Message-----
Hi Ron,
I can think of a very simple solution :
1) Create 3 filesystems :
(i) /fs 10GB
(ii) /fs/sd1 4GB
(iii) /fs/sd2 6GB
with mount points of sd1 and sd2 are on /fs
2) Create a directory sd3 in /fs
3) I think that should work gor you.
Amit Kureel
amit_kureel@yahoo.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 09:19 PM
03-14-2005 09:19 PM
Re: Is quota system for subdirectories possible ?
The point of the points system is to thank people who attempt to help.
Assigning 0 points is tantamount to a slap in the face.. not very nice!
For future reference, here is what the forum guidelins suggests:
How many points should I assign to replies?
Every response to your question is eligible to earn between 1-10 points. No need to worry about running out of points - when a truly awesome reply rolls in that deserves a 10, you will be able to assign it a 10! However, be careful to assign points based on the value that a reply truly provides. Use the following scale as a guideline:
o N/A: The answer was simply a point of clarification to my original question
o 1-3: The answer didn't really help answer my question, but thanks for your assistance!
o 4- 7: The answer helped with a portion of my question, but I still need some additional help!
o 8-10: The answer has solved my problem completely! Now I'm a happy camper!
Although assigning points is not mandatory, it is a key component of a strong, interactive community, and it is STRONGLY ENCOURAGED. Others have taken time to help you, so please take a moment to give them credit for their assistance!
Have anice day!.. and I hope someone out there will come up with the goods.