From owner-freebsd-current@FreeBSD.ORG Sat Oct 16 19:40:25 2004 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 EFB5F16A551 for ; Sat, 16 Oct 2004 19:40:24 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D416F43D54 for ; Sat, 16 Oct 2004 19:40:24 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id C123072DD4; Sat, 16 Oct 2004 12:40:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id BF60872DCB; Sat, 16 Oct 2004 12:40:24 -0700 (PDT) Date: Sat, 16 Oct 2004 12:40:24 -0700 (PDT) From: Doug White To: "Alexander S. Usov" In-Reply-To: <200410151833.17768.A.S.Usov@kvi.nl> Message-ID: <20041016123832.C83560@carver.gumbysoft.com> References: <200410151833.17768.A.S.Usov@kvi.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: Problems using AMD automounter on BETA7 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: Sat, 16 Oct 2004 19:40:25 -0000 On Fri, 15 Oct 2004, Alexander S. Usov wrote: > Hi. > > I have found a very strange behavior on using the external USB-HDD > and automounting it under BETA7. Is this a High-speed USB device? I can reproduce transaction loss on my KT400 machine in the ehci driver that generates log entries like this. > In the same time the copying itself went smooth. > BTW, is it enough to just dismount partition to make it flush all > buffers before switching the HDD off ? In general, yes. > And is it also holds for the msdos_fs, as this one can't be mounted > in sync mode ? Yes. _ALWAYS_ unmount all filesystems from a device before detaching it, or you will get panics. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org