Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2005 06:24:50 +0100
From:      Anthony Atkielski <atkielski.anthony@wanadoo.fr>
To:        freebsd-questions@freebsd.org
Subject:   Re: /boot like linux!
Message-ID:  <12498610.20050304062450@wanadoo.fr>
In-Reply-To: <200503031839.15265.jesse@wingnet.net>
References:  <d0853q$kkq$1@sea.gmane.org> <200503031839.15265.jesse@wingnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Jesse Guardiani writes:

> Doesn't the boot partition have to NOT have soft updates though?

That's your choice.  By default, it won't, since data loss is more
likely with soft updates (anything that doesn't immediately write
everything physically to disk creates a risk of data loss).  But you can
force it if you wish.

> 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's what a UPS is for.  You can never guarantee data integrity with
any type of write caching.  FreeBSD attempts to ensure that the file
system directory structure (inodes) is coherent at all times, if not
perfectly up to date, but there is still a chance of data loss in files
if the system is not shut down cleanly.

> I want / + /boot. It's that simple.

Then create them that way.

-- 
Anthony




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12498610.20050304062450>