Comments on FreeBSD Quota Tutorial

This tutorial shows you how to enable hard disk quota on a FreeBSD system.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Anonymous

check_quotas="YES"

quota_enable="YES" --> should be enable_quota="YES"

By: Anonymous

enable_quotas="YES"

with the s

By: Anonymous

Your kernel build is using the old non-recommended way the better way would be to

cd /usr/src/sys/i386/conf
cp GENERIC MYKERNEL
echo "options QUOTA" >>MYKERNEL
cd /usr/src
make buildkernel KERNCONF=MYKERNEL
make installkernel KERNCONF=MYKERNEL

And you don’t really need the setquota package
You can use the quota and edquota commands like so
quota
edquota -u USER