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
4 hours 48 min ago
11 hours 29 min ago
15 hours 19 min ago
16 hours 58 min ago
1 day 1 hour ago
1 day 10 hours ago
1 day 11 hours ago
1 day 15 hours ago
1 day 19 hours ago
1 day 20 hours ago