From owner-freebsd-current@FreeBSD.ORG Fri Oct 2 12:29:19 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF2BF1065693 for ; Fri, 2 Oct 2009 12:29:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.swipnet.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id 80CC48FC08 for ; Fri, 2 Oct 2009 12:29:19 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=gChKiPknLG_SRbp9DtQA:9 a=6BidnEbEj7a1uiIX9EwA:7 a=fi_KKOZeryVd7Fv64l8aofgr6AsA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 569749614; Fri, 02 Oct 2009 14:29:17 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Fri, 2 Oct 2009 14:30:00 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <1254483586.14766.1.camel@polaris> In-Reply-To: <1254483586.14766.1.camel@polaris> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910021430.01344.hselasky@c2i.net> Cc: Marten Vijn Subject: Re: 8.0RC1: Can't mount usb stick X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Oct 2009 12:29:20 -0000 On Friday 02 October 2009 13:39:46 Marten Vijn wrote: > On Fri, 2009-10-02 at 10:25 +0200, Goran Gajic wrote: > > Same here: > > > > ugen2.2: at usbus2 (disconnected) > > umass0: at uhub2, port 5, addr 2 (disconnected) > > (da0:umass-sim0:0:0:0): lost device > > (da0:umass-sim0:0:0:0): removing device entry > > ugen2.2: at usbus2 > > umass0: > > on usbus2 > > umass0: SCSI over Bulk-Only; quirks = 0x0000 > > umass0:1:0:-1: Attached to scbus1 > > (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 > > (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error > > (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition > > (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 > > (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have > > changed > > (probe0:umass-sim0:0:0:0): Retrying Command (per Sense Data) > > da0 at umass-sim0 bus 0 target 0 lun 0 > > da0: < USB FLASH DRIVE PMAP> Removable Direct Access SCSI-0 device > > da0: 40.000MB/s transfers > > da0: 1968MB (4030464 512 byte sectors: 255H 63S/T 250C) > > > > # mount -t msdosfs /dev/da0 /mnt > > mount_msdosfs: /dev/da0: Invalid argument > > _and_ booting 8.0RC-1 from a ubs-stick results in a panic..... > Can you try this patch: http://perforce.freebsd.org/chv.cgi?CH=169085 --HPS