#1  
Old 13th September 2005, 21:18
dranieri dranieri is offline
Member
 
Join Date: Sep 2005
Location: Pennsylvania
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to dranieri
Default Quota

Get a quotacheck: Can't find filesystem to check or filesystem not mounted with quota.
Then run:

touch /quota.user /quota.group
chmod 600 /quota.*
mount -o remount /
quotacheck -avugm "happens at this step all others return to prompt"
quotaon -avug
__________________
Thank You,
David
Reply With Quote
  #2  
Old 14th September 2005, 03:12
falko falko is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
Default

Did you edit /etc/fstab and add ,usrquota,grpquota to the partition where you want to have quota on (should be your / partition)? This is absolutely necessary!
__________________
Falko
--
Follow me on:
Reply With Quote
  #3  
Old 14th September 2005, 04:05
dranieri dranieri is offline
Member
 
Join Date: Sep 2005
Location: Pennsylvania
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to dranieri
Default Quota

Yes in fact I did will do that again and double chect it.
The text is all there and saved file.
Then run:

touch /quota.user /quota.group "type command and hit return takes me to the root prompt again"

chmod 600 /quota.* "type command and hit return takes me to the root prompt again"

mount -o remount / "type command and hit return takes me to the root prompt again"

quotacheck -avugm "type command and hit return" quotachedk: Cant find filesystem to check or filesystem not mounted with quota option

quotaon -avug "type command and hit return takes me to the root prompt again"
__________________
Thank You,
David

Last edited by dranieri; 14th September 2005 at 04:23. Reason: Further information
Reply With Quote
  #4  
Old 14th September 2005, 06:34
dranieri dranieri is offline
Member
 
Join Date: Sep 2005
Location: Pennsylvania
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to dranieri
Default quotaon -avug

Okay seems it is one step at a time.
after restarting server
typing command quotaon -avug
response was quotaon: using //quota.group on /dev/hda1 [/]: Device or resource busy
response was quotoan: using //quota.user on /dev/hda1 [/]: Device or resource busy
Is this correct and should I continue to the next step?
__________________
Thank You,
David
Reply With Quote
  #5  
Old 14th September 2005, 11:08
falko falko is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
Default

Quote:
Originally Posted by dranieri
Okay seems it is one step at a time.
after restarting server
typing command quotaon -avug
response was quotaon: using //quota.group on /dev/hda1 [/]: Device or resource busy
response was quotoan: using //quota.user on /dev/hda1 [/]: Device or resource busy
Is this correct and should I continue to the next step?
No, that's not correct. Re-boot and try again.
__________________
Falko
--
Follow me on:
Reply With Quote
  #6  
Old 14th September 2005, 19:20
dranieri dranieri is offline
Member
 
Join Date: Sep 2005
Location: Pennsylvania
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to dranieri
Default quotaon

It is still not working and have tried everything.
Quote:
Originally Posted by falko
No, that's not correct. Re-boot and try again.
__________________
Thank You,
David
Reply With Quote
  #7  
Old 14th September 2005, 19:37
dranieri dranieri is offline
Member
 
Join Date: Sep 2005
Location: Pennsylvania
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to dranieri
Default Quota

This is a copy of my fstab file exactly and it is not working now it can not find file system please help been stuck on this part of the tutorial for two days.

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount
ro,usrquota,grpquota 0 1
/dev/sda5 none swap sw 0 0
/dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
__________________
Thank You,
David
Reply With Quote
  #8  
Old 14th September 2005, 19:43
falko falko is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
Default

Quote:
/dev/hda1 / ext3 defaults,errors=remount
ro,usrquota,grpquota 0 1
This must go into a single line!
__________________
Falko
--
Follow me on:
Reply With Quote
  #9  
Old 14th September 2005, 19:57
dranieri dranieri is offline
Member
 
Join Date: Sep 2005
Location: Pennsylvania
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to dranieri
Default Quotaon -avug

It is and has been as a matter of rechecked saved file again used the command shutdown -r now. Ran the command again and it scanned. Same proceedure I followed multiple times now.
After that ran the command quotaon -avug "reply" device or resource busy. This is happening even after restart.
Quote:
Originally Posted by falko
This must go into a single line!
__________________
Thank You,
David

Last edited by dranieri; 14th September 2005 at 19:59. Reason: Tittle Correction
Reply With Quote
  #10  
Old 8th June 2006, 19:25
kanour kanour is offline
Member
 
Join Date: Jun 2006
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I Have the same issue on Debian amd64
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
webmail klient quota problem? jernis Installation/Configuration 9 30th November 2005 23:14
Quota return linutzy Server Operation 2 6th September 2005 21:01
quota format not supported by file system bobway54 HOWTO-Related Questions 1 15th August 2005 11:55
Uebimiau quota... thomilla Programming/Scripts 3 5th June 2005 18:49
Quota myles Technical 1 20th May 2005 16:03


All times are GMT +2. The time now is 03:55.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Sponsored Links: Unified Communications: Thoughts, Strategies and Predictions
Join the discussion.
www.seamlessenterprise.com

IP Convergence
Integrate your wireless and wireline networks.
Learn how from the experts at Sprint.
www.seamlessenterprise.com

Wireless & Wireline Integration
Thoughts, strategies and solutions: join the discussion
www.seamlessenterprise.com

Unified Communications 2009
Join the Discussion. Now.
www.seamlessenterprise.com

Red Hat Virtual Experience - a free virtual event. Dec. 9th