Date: Fri, 13 Jun 2003 11:55:02 +0300 From: Vallo Kallaste <kalts@estpak.ee> To: ODHIAMBO Washington <wash@wananchi.com>, FBSD-Q <freebsd-questions@freebsd.org> Subject: Re: running tunefs during boot??? Message-ID: <20030613085502.GA3751@kevad.internal> In-Reply-To: <20030613151832.GA90119@ns2.wananchi.com> References: <20030613151832.GA90119@ns2.wananchi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 13, 2003 at 06:18:32PM +0300, ODHIAMBO Washington <wash@wananchi.com> 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? You cannot access the tunefs binary if the / filesystem is not mounted. You can use tunefs on the read-only mounted filesystem, for this purpose check out man rc.early(8) and look into /etc/rc. -- Vallo Kallaste
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030613085502.GA3751>