From owner-freebsd-hackers Mon Jan 27 02:22:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA29510 for hackers-outgoing; Mon, 27 Jan 1997 02:22:48 -0800 (PST) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA29505 for ; Mon, 27 Jan 1997 02:22:40 -0800 (PST) Received: from sol1.gud.siemens.co.at ([10.1.143.100]) by zwei.siemens.at (8.7.5/8.7.3) with SMTP id LAA15874 for ; Mon, 27 Jan 1997 11:23:18 +0100 (MET) Received: from ws2301.gud.siemens.co.at by sol1.gud.siemens.co.at with smtp (Smail3.1.28.1 #7 for ) id m0vooBs-000211C; Mon, 27 Jan 97 11:21 MET Received: by ws2301.gud.siemens.co.at (1.37.109.16/1.37) id AA267670327; Mon, 27 Jan 1997 11:18:47 +0100 From: "Hr.Ladavac" Message-Id: <199701271018.AA267670327@ws2301.gud.siemens.co.at> Subject: Re: What is the default for async in /etc/fstab? To: dicen@hooked.net (RHS Linux User) Date: Mon, 27 Jan 1997 11:18:46 +0100 (MEZ) Cc: freebsd-hackers@freebsd.org In-Reply-To: <32EBC635.4F86F1D5@hooked.net> from "RHS Linux User" at Jan 26, 97 01:01:41 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk E-mail message from RHS Linux User contained: > I am having trouble determining the disk IO performace of FreeBSD vs. > Linux. I recently ran a test on FreeBSD and the write performance wasn't > so great. However, I didn't think to see if async was set in the > /etc/fstab file. I installed from a 2.1 CDROM initially and then cvsuped > different versions. So what is the default for async in the 2.1 > /etc/fstab? Default is sync metadata, async file contents. If you set any value to your filesystem, and if it cannot be easily reproduced (i.e. you're not doing an initial installation or zero level restore,) I would advise very strongly against async metadata. Losing half a filesystem because fsck had to use heuristics to repair it and found a wrong consistent FS state is not my kind of fun. > > Have other people tested ufs vs. ext2? The only docs I could find where > for ext2. A comparison with FreeBSD 2.0 I think, although it could have > been older. This was for some old Linux 1.xx. Dunno. But you could try :) You seem to have both OS's. /Marino > > Hardware. Adapt. 2940UW, and Quantum 4.3gig Atlas, 7200rpm. 8.5ms. > > Thanks. >