Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2004 10:06:02 +0800
From:      zam4ever <zam4ever@mybsd.org.my>
To:        Robert Fitzpatrick <robert@webtent.com>, freebsd-questions@freebsd.org
Subject:   Re: Enabling quotas
Message-ID:  <cb10d248fe91d0244eab95cd7a891bb4@202.157.183.139>

next in thread | raw e-mail | index | archive | help
--------- Original Message --------
From: Robert Fitzpatrick <robert@webtent.com>
To: freebsd-questions@freebsd.org <freebsd-questions@freebsd.org>
Subject: Enabling quotas
Date: 01/03/04 07:57

> I am running 5.2.1, I found the docs on how to enable quotas and build a
> custom kernel because it is not built into GENERIC, but I can't find out
> what to change my custom kernel before building it. Can someone tell me
> what to look for and change in my custom version of GENERIC to enable
> quotas?
> 
> -- 
> Robert

1. Recompile your kernel with the option:
 options		QUOTA

2. Edit /etc/rc.conf file and add:
enable_quotas="YES"

This section will provide a step by step how to do it:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html

And here how to compile and build a custom kernel:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html

regards,
zam4ever



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb10d248fe91d0244eab95cd7a891bb4>