![]() |
Need help with quota on fedora core 11
I am a Linux newbie running Fedora core 11 and having difficulties getting quota to work. Here's what I have done so far:
I do : Code:
yum install quotaThen I edit fstab : Quote:
Code:
touch /aquota.user /aquota.groupFile system mounts ok. However when I run quotacheck -avugm I get the following messages : Quote:
Quote:
Nothing is written to aquota.user or aquota.group. And I still get the error messages as above. To me it seems that there may be a problem with permissions on / file system but i'm not sure what they should be. Where am I going wrong? Any ideas / advice would be greatly appreciated. Thanks! |
Can you try to set up journaled quota, as described in chapter 7 on http://www.howtoforge.com/perfect-se...ispconfig-2-p3 ?
|
Hi Falko, I have edited my fstab to use journaled quota as you advised.
I changed fstab to : Quote:
Code:
touch /aquota.user /aquota.groupQuote:
Quote:
|
Is it
Code:
/dev/mapper/vg_gizmo-lv_root / ext4 defaults,usrjquota=aquota.user,grpjquota=aquota.gr oup,jqfmt=vsfv0 1 1Should be Code:
/dev/mapper/vg_gizmo-lv_root / ext4 defaults,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vsfv0 1 1 |
Hi Falko,
Its definately Code:
/dev/mapper/vg_gizmo-lv_root / ext4 defaults,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vsfv0 1 1 |
| All times are GMT +2. The time now is 10:30. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.