From owner-freebsd-questions Fri Oct 24 01:52:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA04066 for questions-outgoing; Fri, 24 Oct 1997 01:52:36 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from rvc1.informatik.ba-stuttgart.de (isdn003.stuttgart.netsurf.de [194.195.220.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA04061 for ; Fri, 24 Oct 1997 01:52:33 -0700 (PDT) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id KAA00729; Fri, 24 Oct 1997 10:30:13 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199710240830.KAA00729@rvc1.informatik.ba-stuttgart.de> Subject: Re: mount -o async In-Reply-To: <212_9710240107@swimsuit.roskildebc.dk> from Leif Neland at "Oct 23, 97 03:19:04 pm" To: leifn@swimsuit.roskildebc.dk (Leif Neland) Date: Fri, 24 Oct 1997 10:30:07 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Ok, I want to live dangerously, and run the disks with async writes. > > Do I have to put mount -u -o async /usr in a rc.local, or can I put an option in /etc/fstab? No. Yes. Following is a relevant line from my /etc/fstab: /dev/wd0f /mnt ufs rw,async 1 1 ^^^^^ Wolfgang BTW please break your lines at about 75 chars.