Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f84HYBt28053 for linux-xfs-outgoing; Tue, 4 Sep 2001 10:34:11 -0700 Received: from smtp9.xs4all.nl (smtp9.xs4all.nl [194.109.127.135]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f84HY7d28034 for ; Tue, 4 Sep 2001 10:34:07 -0700 Received: from auto-nb1.xs4all.nl (213-84-100-130.adsl.xs4all.nl [213.84.100.130]) by smtp9.xs4all.nl (8.9.3/8.9.3) with ESMTP id TAA20627; Tue, 4 Sep 2001 19:33:32 +0200 (CEST) Message-Id: <4.3.2.7.2.20010904193203.032499a0@pop.xs4all.nl> X-Sender: knuffie@pop.xs4all.nl X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 04 Sep 2001 19:33:49 +0200 To: utz lehmann , Eric Sandeen From: Seth Mos Subject: Re: System lock while accessing files causes file corruption Cc: "Gonyou, Austin" , XFS mailing list In-Reply-To: <20010904175754.A14064@s2y4n2c.de> References: <3B94F726.E978C299@sgi.com> <85063BBE668FD411944400D0B744267A888526@AUSMAIL> <3B94F726.E978C299@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk At 17:57 4-9-2001 +0200, utz lehmann wrote: >Hi Eric > >Eric Sandeen [sandeen@sgi.com] wrote: > > But in any case, it occurred to me that you could make /etc on it's own > > partition, and mount that O_SYNC - I don't think that would be too much > > overhead, /etc doesn't get written that much on a normal system (?). If > > Oracle puts config files elsewhere, you could simlink them onto this > > filesystem. > >You can't make /etc on a different partition than /. >/etc, /sbin, /dev (without devfs) must on the / partition otherwise your >system will not boot. If you use a decent layout fopr your data it does not matter. If you have a separate /usr /var /tmp /home like most servers do you could just mount your / fs O_SYNC since it would only have a _very_ slight performance loss since you almost never write to the root fs. :-) Cheers -- Seth Every program has two purposes one for which it was written and another for which it wasn't I use the last kind.