From owner-freebsd-stable@FreeBSD.ORG Fri Jun 24 13:32:55 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D84516A41C for ; Fri, 24 Jun 2005 13:32:55 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB5E43D1F for ; Fri, 24 Jun 2005 13:32:55 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice6.sentex.ca (pumice6.sentex.ca [64.7.153.21]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j5ODWMAW005469 for ; Fri, 24 Jun 2005 09:32:22 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice6.sentex.ca (8.13.3/8.13.3) with ESMTP id j5ODWrZQ018156; Fri, 24 Jun 2005 09:32:53 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j5ODWqQT013569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Jun 2005 09:32:52 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050624093240.037cb048@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Fri, 24 Jun 2005 09:34:14 -0400 To: Stefan Walter , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20050624125046.GA915@kyuzo.dunkelkammer.void> References: <20050624125046.GA915@kyuzo.dunkelkammer.void> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.51 on 64.7.153.21 Cc: Subject: Re: EHCI: mtools stuck in state 'physrd' or panic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 13:32:55 -0000 At 08:50 AM 24/06/2005, Stefan Walter wrote: >I can also list the content of the FAT filesystem with mtools' mdir >command. When trying to copy a file from the stick to a local filesystem, >however, mcopy is almost immediately stuck in state "physrd" (according to >top(1)) after copying a varying number of bytes (between 100 and 2200 KB >is what I've seen so far). I cannot kill the mtools process, but pulling >out the USB stick helps - it panics after a few times of doing that, >though. If you reformat the USB stick with UFS2, does IO still hang the box ? ---Mike