From owner-freebsd-questions@FreeBSD.ORG Fri Jun 12 14:08:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03AB6106566C for ; Fri, 12 Jun 2009 14:08:50 +0000 (UTC) (envelope-from AHamiltonWright@MtA.ca) Received: from mailserv.mta.ca (mailserv.mta.ca [138.73.1.1]) by mx1.freebsd.org (Postfix) with ESMTP id C86398FC14 for ; Fri, 12 Jun 2009 14:08:49 +0000 (UTC) (envelope-from AHamiltonWright@MtA.ca) Received: from [138.73.29.51] (helo=qemg.org) by mailserv.mta.ca with esmtp (Exim 4.61) (envelope-from ) id 1MF6xL-0004ix-MV; Fri, 12 Jun 2009 10:38:08 -0300 Date: Fri, 12 Jun 2009 10:43:03 -0300 (ADT) From: Andrew Hamilton-Wright Sender: andrew@qemg.org To: Bernt Hansson In-Reply-To: <4A31E0F5.3080207@bah.homeip.net> Message-ID: References: <4A3105B2.8070405@bah.homeip.net> <4A310668.7040502@bah.homeip.net> <4A31D105.5080306@a1poweruser.com> <4A31E0F5.3080207@bah.homeip.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "freebsd-questions@freebsd.org" , Fbsd1 Subject: Re: USB flash disc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 14:08:50 -0000 Bernt Hansson wrote: > I've got an usb flash disc kingston datatraveler DT150 64GB. > That I put pcbsd on to try, and now I can't seem to get it of the stick. [ deletia ] > Errors when trying fdisk: > > fdisk -BI /dev/da0 > ******* Working on device /dev/da0 ******* > fdisk: invalid fdisk partition table found > fdisk: Geom not found: "da0" > fdisk: Failed to write sector zero > > umass0: BBB reset failed, IOERROR > umass0: BBB bulk-in clear stall failed, IOERROR > umass0: BBB bulk-out clear stall failed, IOERROR I'm assuming you have checked any "readonly" status that may be set on this device (in software or hardware), however the above exactly matches the reports I got from a USB desktop drive right before the device completely packed it in. If there are vendor diagnostics to debug data transfer to the device I would verify that it is actually transferring data as your next step. A.