From owner-freebsd-fs Thu May 3 10: 4: 6 2001 Delivered-To: freebsd-fs@freebsd.org Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (Postfix) with ESMTP id 8F51C37B423 for ; Thu, 3 May 2001 10:04:04 -0700 (PDT) (envelope-from tlambert@usr02.primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.9.3/8.9.3) id KAA14994; Thu, 3 May 2001 10:04:00 -0700 (MST) Received: from usr02.primenet.com(206.165.6.202) via SMTP by smtp03.primenet.com, id smtpdAAAlwa4qD; Thu May 3 10:03:58 2001 Received: (from tlambert@localhost) by usr02.primenet.com (8.8.5/8.8.5) id KAA20223; Thu, 3 May 2001 10:17:07 -0700 (MST) From: Terry Lambert Message-Id: <200105031717.KAA20223@usr02.primenet.com> Subject: Re: Fwd: Re: faster ufs? To: rexluo@synology.com (Rex Luo) Date: Thu, 3 May 2001 17:17:07 +0000 (GMT) Cc: fs@FreeBSD.ORG In-Reply-To: <200105030429.MAA29353@synology.com> from "Rex Luo" at May 03, 2001 12:29:47 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Dear, > > How can I mount root with softupdate options? Because I must > tunefs -n enable /dev/xxx before mount the device, where can I do the same > thing automatically? Boot single usesr; root will be mounted read-only. If your root is mounted read/write, you can force it read-only with: mount -u -o ro / Note that this will break a lot of things (including /tmp, if int's not a seperate FS), so don't do this on a fully running system. You can then tunefs -n normally. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message