From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 04:17:04 2005 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 C019C16A4CE for ; Fri, 4 Mar 2005 04:17:04 +0000 (GMT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E26443D2F for ; Fri, 4 Mar 2005 04:17:04 +0000 (GMT) (envelope-from bob89@bobj.org) Received: from mail.bobj.org ([24.250.218.207]) by lakermmtao03.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050304041703.VLPJ16861.lakermmtao03.cox.net@mail.bobj.org> for ; Thu, 3 Mar 2005 23:17:03 -0500 Received: from bobj.dyndns.org ([192.168.132.161]) (AUTH: PLAIN bobj, ) by mail.bobj.org with esmtp; Thu, 03 Mar 2005 23:17:02 -0500 From: Bob Johnson To: freebsd-questions@freebsd.org Date: Thu, 3 Mar 2005 23:16:54 -0500 User-Agent: KMail/1.7.2 References: <200503031839.15265.jesse@wingnet.net> <4227AF9F.5070308@eng.ufl.edu> In-Reply-To: <4227AF9F.5070308@eng.ufl.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503032316.54933.bob89@bobj.org> cc: Bob Johnson cc: Jesse Guardiani Subject: Re: /boot like linux! 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, 04 Mar 2005 04:17:04 -0000 On Thursday 03 March 2005 07:45 pm, Bob Johnson wrote: > Jesse Guardiani wrote: > >On Thursday 03 March 2005 5:41 pm, [someone] wrote: > >>I'm not sure I understand the problem. If you don't want to create more > >>partitions, then don't. You can make an 80gb (or 300gb, or whatever) > >>drive into two partitions - a swap partition (2gig) and a / partition > >>(78 gig) and install FreeBSD just fine. > > > >Doesn't the boot partition have to NOT have soft updates though? > > No, I don't think so. > > >I created the setup you described about a year ago with 5.2.1, and > >I had serious problems if the system ever hard rebooted after a > >power failure. Single user manual fsck's and all that. > > That configuration should not make serious fs corruption more likely, it > just > makes it more likely to happen on the / partition (!). In general, the > FreeBSD > filesystem is highly tolerant of things like power failures, and should > be even > better when softupdates is turned on. But it can fail, and 5.2.1 was NOT > considered a production release, so that could have also played a role in > your problems. I don't remember if softupdates had problems on 5.2.1 or > not. > > >>It's *best* to make more > >>partitions (esp for /var) so that if something goes out of control > >>logging, or you just neglect your logs, it doesn't go and fill up your > >>only (ie / ) partition. Like most *nix OS's, it can be as simple or as > >>complicated as you want it to be. > > > >I want / + /boot. It's that simple. > > What are you really trying to accomplish? You want to run softupdates > on / ? > > I believe it is perfectly acceptable to use softupdates on the root > partition these > days. The Handbook recommends turning on softupdates for all filesystems. > See > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-disk >.html > > I'm pretty sure my test system at home has only / and swap (because it > has a small hard drive), and uses softupdates on /. I'll check when I get > home. > Nope, for some reason I didn't set that up last time I installed something (5.3) on it, but I can almost guarantee that I have done so in the past. Now I've turned on softupdates on the root partition and so far (about an hour) it's been happy. For what that's worth. Maybe I'll turn off the power while the system is active just to see what happens (actually, I'm still fascinated by the background fsck that 5.3 runs). - Bob