From owner-freebsd-current@FreeBSD.ORG Fri Jan 7 13:36:34 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B22016A4CE for ; Fri, 7 Jan 2005 13:36:34 +0000 (GMT) Received: from av7-1-sn1.fre.skanova.net (av7-1-sn1.fre.skanova.net [81.228.11.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1341443D53 for ; Fri, 7 Jan 2005 13:36:34 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av7-1-sn1.fre.skanova.net (Postfix, from userid 502) id 43CF337F10; Fri, 7 Jan 2005 14:36:33 +0100 (CET) Received: from smtp2-1-sn2.hy.skanova.net (smtp2-1-sn2.hy.skanova.net [81.228.8.177]) by av7-1-sn1.fre.skanova.net (Postfix) with ESMTP id 32DCB37E81 for ; Fri, 7 Jan 2005 14:36:33 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp2-1-sn2.hy.skanova.net (Postfix) with SMTP id 8A28437E44 for ; Fri, 7 Jan 2005 14:36:32 +0100 (CET) Received: (qmail 48006 invoked by uid 1001); 7 Jan 2005 13:36:31 -0000 Date: Fri, 7 Jan 2005 14:36:31 +0100 From: Erik Trulsson To: Daniel Eriksson Message-ID: <20050107133631.GA47934@falcon.midgard.homeip.net> Mail-Followup-To: Daniel Eriksson , freebsd-current@freebsd.org, 'Poul-Henning Kamp' , 'Pawel Jakub Dawidek' , =?iso-8859-1?Q?'S=F8ren?= Schmidt' References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: 'Poul-Henning Kamp' cc: freebsd-current@freebsd.org cc: 'Pawel Jakub Dawidek' cc: =?iso-8859-1?Q?'S=F8ren?= Schmidt' Subject: Re: A few CURRENT problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 13:36:34 -0000 On Fri, Jan 07, 2005 at 12:25:16PM +0100, Daniel Eriksson wrote: > > Here are four issues I currently have with CURRENT: > > * Mounting a filesystem async no longer seems to work. After mounting a > filesystem like this: "mount -o noatime,async /dev/da1s1d > /some/mount/point", mount does not report the filesystem as being mounted > async: "/dev/da1s1d on /some/mount/point (ufs, local, noatime, > soft-updates)" > I have not had time to verify if the filesystem is actually mounted async or > not, or if it is just a missing attribute output in the list produced by > "mount". I don't know exactly when this stopped "working", but the newmount > commit is my prime suspect. I do remember seeing "async" listed as a > filesystem attribute ~2 months ago. Disable softupdates for that filesystem. If you have softupdates enabled for a filesystem this seems to override async/sync. (This applies not only to -CURRENT but to 5-STABLE and 4-STABLE as well.) -- Erik Trulsson ertr1013@student.uu.se