FreeBSD-Quota-Howto
|
FreeBSD-Quota-Howto Version 1.0 This document describes how to enable quota on a FreeBSD system. Please be aware that this document comes without warranty of any kind!
1 Compile a New KernelFirst you have to compile/install a kernel that supports quota (not enabled by default) (more information about compiling a new kernel can be found here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html). cd /usr/src/sys/i386/conf Edit the file MYKERNEL and add the line options QUOTA Then run the following commands: /usr/sbin/config
MYKERNEL (For FreeBSD version prior to 5.0, use instead: cd ../../compile/MYKERNEL ) make depend
2 Enable QuotaEdit the file /etc/fstab and look for the entry, in which the directory /home is mentioned, e.g. /dev/ad0s1d /home
ufs rw 2 2 Add the words userquota and groupquota as follows: /dev/ad0s1d /home ufs rw,userquota,groupquota 2 2 To enable quota at boot time you have to add the following lines to /etc/rc.conf: quota_enable="YES" Reboot the system: shutdown -r now After the reboot run the following commands: quotacheck -a Install the setquota-Tool at last: pkg_add -r setquota Original location of this document: http://www.falkotimme.com/howtos/freebsd_quota/
|
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







Recent comments
7 hours 6 min ago
12 hours 55 min ago
14 hours 46 min ago
16 hours 31 min ago
20 hours 21 min ago
1 day 2 hours ago
1 day 2 hours ago
1 day 6 hours ago
1 day 12 hours ago
1 day 17 hours ago