From owner-freebsd-arm@FreeBSD.ORG Wed Dec 16 16:26:52 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4ED11065692 for ; Wed, 16 Dec 2009 16:26:52 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 8FD8D8FC08 for ; Wed, 16 Dec 2009 16:26:52 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NKwiC-00075b-1f for freebsd-arm@freebsd.org; Wed, 16 Dec 2009 08:26:52 -0800 Message-ID: <26813898.post@talk.nabble.com> Date: Wed, 16 Dec 2009 08:26:52 -0800 (PST) From: RuiDC To: freebsd-arm@freebsd.org In-Reply-To: <4B28FF6F.4090601@semihalf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ruidc@yahoo.com References: <26803523.post@talk.nabble.com> <4B28C608.1070802@gmail.com> <4B28CFCD.3000401@semihalf.com> <26811801.post@talk.nabble.com> <4B28FF6F.4090601@semihalf.com> Subject: Re: fetch data corruption on local fs X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 16:26:53 -0000 Thanks for your replies... Grzegorz Bernacki wrote: > > As I understand setting just "-o noclusterr -o noclusterw" didn't help > you, right? If so use just "-o sync". > I tried with three configurations: 1. just -o sync 2. just noclustered read/writes 3. both sync and noclustered All three worked, but am I correct in thinking that configuration 3 is the most conservative? Grzegorz Bernacki wrote: > > I don't know how to compile it into kernel, but you can try to add line: > vfs.root.mountfrom.options="sync" > to your loader.conf > > The sheevaplug build doesn't produce loader.conf or loader.4th, an ls of my /boot directory is below, although according to man pages for loader.conf: If no /boot/loader.rc exists at installworld time, one with the above lines will be installed. So I do not know if this is normal for a Sheevaplug build. Can anyone confirm? Is it OK to copy these over from an i386 machine??? splug# ls -l /boot total 352 drwxr-xr-x 2 root wheel 512 Dec 15 17:04 defaults drwxr-xr-x 2 root wheel 512 Dec 15 17:04 firmware drwxr-xr-x 2 root wheel 512 Dec 16 13:53 kernel -r--r--r-- 1 root wheel 13320 Dec 16 13:52 loader.help drwxr-xr-x 2 root wheel 512 Dec 15 17:04 modules -r-xr-xr-x 1 root wheel 166236 Dec 16 13:52 ubldr -r-xr-xr-x 1 root wheel 166236 Dec 16 11:52 ubldr.old drwxr-xr-x 2 root wheel 512 Dec 15 17:04 zfs -- View this message in context: http://old.nabble.com/problem-setting-up-ports-tp26803523p26813898.html Sent from the freebsd-arm mailing list archive at Nabble.com.