Date: Wed, 16 Dec 2009 08:26:52 -0800 (PST) From: RuiDC <ruidc@yahoo.com> To: freebsd-arm@freebsd.org Subject: Re: fetch data corruption on local fs Message-ID: <26813898.post@talk.nabble.com> In-Reply-To: <4B28FF6F.4090601@semihalf.com> References: <26803523.post@talk.nabble.com> <4B28C608.1070802@gmail.com> <4B28CFCD.3000401@semihalf.com> <26811801.post@talk.nabble.com> <4B28FF6F.4090601@semihalf.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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??? <code> 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 </code> -- 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26813898.post>