From owner-freebsd-questions Mon Feb 25 14:43:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl2-254.citlink.net [207.173.226.254]) by hub.freebsd.org (Postfix) with ESMTP id 748A037B400 for ; Mon, 25 Feb 2002 14:43:43 -0800 (PST) Received: from tagalong (unknown [165.107.42.248]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 6A291EE6EF; Mon, 25 Feb 2002 14:43:42 -0800 (PST) Message-ID: <013201c1be4d$e02eb080$f82a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: "Nino Dehne" Cc: References: <010001c1be4b$09c080c0$f82a6ba5@lc.ca.gov> <3C7ABBD2.2050905@tcm.yi.org> Subject: Re: Disk Quota Without Reboot? Date: Mon, 25 Feb 2002 14:43:40 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Nino Dehne" To: "Drew Tomlinson" Cc: Sent: Monday, February 25, 2002 2:33 PM Subject: Re: Disk Quota Without Reboot? > hi drew, > > Drew Tomlinson wrote: > > > Is there any way to enable disk quotas without rebooting? I've read the > > Handbook regarding disk quotas. It states to put the appropriate > > entries in rc.conf and fstab and then reboot. Is there anyway to enable > > without rebooting via the mount command? I want to enable quotas on a > > separate disk that is not currently mounted on my running system. > > > what i usually do is > > $ grep /etc/rc* > > to see where and how the setting is recognized and acted upon. this may > help in your case. Thanks for the tip. It looks like quotaon -a will do it. However I am getting an error. It looks like I have to recompile my kernel with quotas enabled. I was hoping whatever support required would be loaded via a module but I guess that's not the case with quotas. Thanks again, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message