From owner-freebsd-questions@FreeBSD.ORG Fri Jun 13 08:37:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91AA937B401 for ; Fri, 13 Jun 2003 08:37:16 -0700 (PDT) Received: from sccrmhc12.attbi.com (sccrmhc12.attbi.com [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA83743FCB for ; Fri, 13 Jun 2003 08:37:15 -0700 (PDT) (envelope-from fearow@attbi.com) Received: from god.woofcat.com ([12.251.110.17]) by attbi.com (sccrmhc12) with SMTP id <2003061315371401200988qfe>; Fri, 13 Jun 2003 15:37:15 +0000 Date: Fri, 13 Jun 2003 10:36:45 -0500 From: Anti To: ODHIAMBO Washington Message-Id: <20030613103645.0e27a964.fearow@attbi.com> In-Reply-To: <20030613151832.GA90119@ns2.wananchi.com> References: <20030613151832.GA90119@ns2.wananchi.com> Organization: Woofcat X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: running tunefs during boot??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 15:37:16 -0000 On Fri, 13 Jun 2003 18:18:32 +0300 ODHIAMBO Washington wrote: > > For some strange reason, I would like to run `tunefs -n disable /` during the > bootup process, just before the file systems are mounted. > How can I safely achieve this? add "/sbin/tunefs -n disable /" to your /etc/rc.early (create this file if it doesn't exist)... -Anti