How To Set Up Journaled Quota On Debian Lenny
How To Set Up Journaled Quota On Debian LennyVersion 1.0 This tutorial shows how you can set up journaled quota on a Debian Lenny system. With journaled quota, you don't need to run quotacheck after an unclean shutdown. Journaled quota works on ext3 and ext4 file systems. I do not issue any guarantee that this will work for you!
1 Preliminary NoteIf you set up quota the "normal" way (e.g. as shown in chapter nine on The Perfect Server - Debian Lenny (Debian 5.0) [ISPConfig 2] - Page 3), you might see the following warning: quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown. This is how you set up journaled quota:
2 Journaled QuotaTo install quota, run aptitude install quota Edit /etc/fstab. Add usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 to the partition where you want to use quota. Mine looks like this (I want to use quota on the / partition): vi /etc/fstab
To enable quota, run these commands: touch /aquota.user /aquota.group quotacheck -avugm That's it - journaled quota is now enabled.
3 Links
|



Recent comments
1 day 12 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 18 hours ago
2 days 6 hours ago
2 days 19 hours ago
2 days 23 hours ago
3 days 10 min ago
3 days 19 hours ago