- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- HowTo obtain disk quota status.
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
08-20-2003 03:15 AM
08-20-2003 03:15 AM
HowTo obtain disk quota status.
Could you give hand how to obtain status that disk quota turn on.
Thanks in advanced for your helps,
BR
Worapoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 03:36 AM
08-20-2003 03:36 AM
Re: HowTo obtain disk quota status.
To see that quotas are on, type 'quota', you'll get users to which quotas are assigned, if there are some, and all datas (usage, limit, and so on). You can also type quota username.
More commands at :
http://www.europe.redhat.com/documentation/rhl9/rhl-cg-en-9/s1-disk-quotas-managing.php3
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 05:12 AM
08-20-2003 05:12 AM
Re: HowTo obtain disk quota status.
the command is : repquota -a
this one is for all users quota status
for a single user you can run : repquota -a
Avinoam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 04:41 PM
08-20-2003 04:41 PM
Re: HowTo obtain disk quota status.
Even i turn off quota both command shew same output as previous that quota still was on
BR/Worapoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 12:52 AM
08-21-2003 12:52 AM
Re: HowTo obtain disk quota status.
Did you implement all the steps needed to get quota implemented ... to describe this the best is to follow step by step the following link http://www.europe.redhat.com/documentation/rhl9/rhl-cg-en-9/ch-disk-quotas.php3
(This is the previous page in the link Jerome Henry gave here above).
I do not use quota on my Linux system's, but if I do quotas from root I get (this is on RedHat 8.0)
#quota
Disk quotas for user root (uid 0): none
If I do
#rpm -qa quota
quota-3.06-5
Your system should reveal something similare
As last mesure perhaps you reinstall ?
keep us informed of progress.
Jean-Pierre
P.S. Thanks for your link Jerome Henry it got me reading all quotas.