From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 07:01:31 2004 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 5270316A4CE for ; Sun, 18 Jan 2004 07:01:31 -0800 (PST) Received: from rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE7743D2D for ; Sun, 18 Jan 2004 07:01:29 -0800 (PST) (envelope-from itetcu@apropo.ro) Received: (qmail 21052 invoked from network); 18 Jan 2004 15:01:27 -0000 Received: from unknown (HELO it.buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 18 Jan 2004 15:01:27 -0000 Date: Sun, 18 Jan 2004 17:03:04 +0200 From: Ion-Mihai Tetcu To: "Rickard Dahlstrand" Message-Id: <20040118170304.0ffce138@it.buh.cameradicommercio.ro> In-Reply-To: <007701c3ddaf$8c58f000$8b01010a@nyalaptopen> References: <007701c3ddaf$8c58f000$8b01010a@nyalaptopen> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Cutting the power without unmounting the filesystem 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: Sun, 18 Jan 2004 15:01:31 -0000 On Sun, 18 Jan 2004 11:40:53 +0100 "Rickard Dahlstrand" wrote: > Hi, > > I have a computer that will have it's power removed quite often. In > other word It will not unmount the file system. What kind of > implications does this have in the long term? > > I have discovered that the start-up takes much longer because of > having to clean the file system. Is there a way to prevent this and > what harm can cutting the power have on the system? > > I know of some installations that use read-only mounting. Is it > possible to mount / RO and /etc and /var RW? Will that speed up the > boot process? Yes, edit fstab and change rw in ro for the fs you want to be mounted read-only. It should speed up the boot and give you greater chances in case of desaster. -- IOnut Unregistered ;) FreeBSD user