From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 6 02:50:31 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D9EC16A54F for ; Thu, 6 Jan 2005 02:50:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A9843D45 for ; Thu, 6 Jan 2005 02:50:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j062oVjU025480 for ; Thu, 6 Jan 2005 02:50:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j062oV8P025479; Thu, 6 Jan 2005 02:50:31 GMT (envelope-from gnats) Date: Thu, 6 Jan 2005 02:50:31 GMT Message-Id: <200501060250.j062oV8P025479@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jacques Garrigue Subject: Re: kern/45558: [msdosfs] mdconfig and msdosfs make fs writes hang X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jacques Garrigue List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 02:50:32 -0000 The following reply was made to PR kern/45558; it has been noted by GNATS. From: Jacques Garrigue To: freebsd-gnats-submit@freebsd.org, niklasjs@ifi.uio.no Cc: Subject: Re: kern/45558: [msdosfs] mdconfig and msdosfs make fs writes hang Date: Thu, 06 Jan 2005 11:48:41 +0900 (JST) Good news: It looks like mdconfig now works correctly on msdos partitions. I built a 1G file on a 32-bit fat partition, and mounted it as ffs with mdconfig, and it has been working nicely for a while, with a lot of activity. I'm however a bit surprised by the slow writes, considering I'm using soft updates on the partition. Something in the intereaction with msdosfs? Jacques Garrigue