Results 1 to 3 of 3
Hi
i need to implement disk quotas on RHEL4. i have gone through tutorials online. as mentioned, i first made a file system entry in /etc/fstab with usrquota and grpquota ...
- 09-26-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 1
need help with disk quotas
Hi
i need to implement disk quotas on RHEL4. i have gone through tutorials online. as mentioned, i first made a file system entry in /etc/fstab with usrquota and grpquota options.
then i run
this creates the quota files needed.quotacheck -cug
then i also doafter turning quotas off for the file systems because that is what it warns me for.quotacheck -a
then i create quotas for a specific user throughi give the soft and hard limits for inodes.edquota <username>
now when i turn quotas on throughand then check quotas for usersquotaon, it shows no quotas for this user.quota <username>
also when you check this by creating files, no disk quota has been implemented.
i also tried to first create an image or disk whatever, throughthen i format this as ext3, mount it, make an entry in fstab and repeat the above steps.dd if=/dev/zero of="path for dick" count="no of blocks"
still the disk quota just wont work.
i urgently need to implement disk quotas. can anyone please tell me what i am missing..??
- 04-21-2010 #2Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
Refer to this..
linuxinternals.com/?p=12
- 04-22-2010 #3Just Joined!
- Join Date
- Apr 2010
- Posts
- 5
think i've found your problem..
the quota <user> command shows quota is none right?
well.. su to that user and creat several files on the disk you've set quota.
then if you run the previous command again, you may get what you want..


Reply With Quote