GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DiskQuota setings
Operating System - HP-UX
1851092
Members
2567
Online
104056
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-19-2001 11:00 PM
02-19-2001 11:00 PM
DiskQuota setings
We have some network - 1 server and several workstations. We are using NFS and would like to use DiskQuota for quotting /Home directory. What are we need to do to turn on quotting and how we can deploy this on our system?
What changes we need to do on server and on workstations?
Thank you in advance.
What changes we need to do on server and on workstations?
Thank you in advance.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 01:41 AM
02-20-2001 01:41 AM
Re: DiskQuota setings
Hi,
On the NFS server:
# touch /home/quotas
# umount /home
# vi /etc/fstab
/dev/vg00/lvol11 /home hfs rw,suid,nolargefiles,quota 0 2
# mount /home
# edquota username # Modify quota for each user
As the quotaon command only modifies the /etc/mnttab and not /etc/fstab, its use is usually discouraged.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
On the NFS server:
# touch /home/quotas
# umount /home
# vi /etc/fstab
/dev/vg00/lvol11 /home hfs rw,suid,nolargefiles,quota 0 2
# mount /home
# edquota username # Modify quota for each user
As the quotaon command only modifies the /etc/mnttab and not /etc/fstab, its use is usually discouraged.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP