From owner-freebsd-questions Thu Jan 31 9:18:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 94A2937B41A for ; Thu, 31 Jan 2002 09:18:31 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g0VHH0406036; Thu, 31 Jan 2002 14:17:00 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Thu, 31 Jan 2002 14:17:00 -0300 (ART) From: Fernando Gleiser To: Per olof Ljungmark Cc: Subject: Re: How do I enable softupdates on / In-Reply-To: <200201311659.g0VGxZU70631@dns2.s.bonet.se> Message-ID: <20020131141228.M5203-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 31 Jan 2002, Per olof Ljungmark wrote: > On an existing system, how do I enable softupdates for the / partition? It > appears it cannot be made while its mounted so it looks like a > chicken-and-egg problem... 1. go to single user mode (shutdown now). 2. Remount / read-only (mount -r /) 3. Enable softupdates (tunefs -n enable /) 3. Remount / read-write (mount /) 4. ^D and go back to multiuser 5. Have fun Fer > > Thanks, > Per olof > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message