From owner-freebsd-current@FreeBSD.ORG Wed Sep 30 06:05:14 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 15612106566B for ; Wed, 30 Sep 2009 06:05:14 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA688FC12 for ; Wed, 30 Sep 2009 06:05:13 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=VBBE8BOzt1maoQ5SwBQA:9 a=e7VusJGAB4XocgrDlT8A:7 a=BmIjzAn-_L5ctjGK1D4nKR3H4JwA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1323406848; Wed, 30 Sep 2009 08:05:11 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 30 Sep 2009 08:05:55 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: In-Reply-To: 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="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909300805.55876.hselasky@c2i.net> Cc: Boris Hollas 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: Wed, 30 Sep 2009 06:05:14 -0000 On Tuesday 29 September 2009 22:49:59 Boris Hollas wrote: > I was able to mount and unmount my usb-stick today, but now it won't work > anymore. I just plugged it in and can't mount it. > > Output of dmesg: > > ugen4.2: at usbus4 > umass0: > on usbus4 > umass0: SCSI over Bulk-Only; quirks = 0x0100 Your device is quirked. Maybe you need to add more? See device quirk table in: /usr/src/sys/dev/usb/storage/umass.c Also check google for previous similar issues. --HPS