From owner-freebsd-current@FreeBSD.ORG Sat Apr 8 09:46:12 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 3C65616A401 for ; Sat, 8 Apr 2006 09:46:12 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFD243D4C for ; Sat, 8 Apr 2006 09:46:11 +0000 (GMT) (envelope-from dominique.goncalves@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so548462nzf for ; Sat, 08 Apr 2006 02:46:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gmq1+fzXufCg5M+mxQjF7UJU/F0n2FSmr7F8+zFpaTzduKY3DwShukuzF+ojWbUKWNU5pYVhZYAoNOCWSYcGMFZr4wwxihovKnyls5EJOMANUePxkuPykX5ZG8j11/6HH55ol4m2pC7T9eW0gpi4rOuIXYKhCDm51ELdrMCLdS8= Received: by 10.36.251.76 with SMTP id y76mr894235nzh; Sat, 08 Apr 2006 02:46:10 -0700 (PDT) Received: by 10.36.133.10 with HTTP; Sat, 8 Apr 2006 02:46:10 -0700 (PDT) Message-ID: <7daacbbe0604080246g61db2c5am88ec86d9d20f6e64@mail.gmail.com> Date: Sat, 8 Apr 2006 11:46:10 +0200 From: "Dominique Goncalves" To: "=?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=" In-Reply-To: <7daacbbe0604041156j252e6572x69436c2e44e3288b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7daacbbe0604040946m34826010k2a5ac967fa4bd9e0@mail.gmail.com> <4432B2FA.9000003@cs.tu-berlin.de> <7daacbbe0604041156j252e6572x69436c2e44e3288b@mail.gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: Unable to mount a USB Key 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: Sat, 08 Apr 2006 09:46:12 -0000 On 4/4/06, Dominique Goncalves wrote: > On 4/4/06, Bj=F6rn K=F6nig wrote: > > Dominique Goncalves schrieb: > > > Hi, > > > > > > I'm trying to mount a USB Key on FreeBSD 7.0-CURRENT (also on > > > RELENG_6) formatted with msdosfs, but FreeBSD could not mount it. I > > > remember that it was working well on 6.0-RELEASE. > > > > > > umass0: = on uhub3 > > > da0 at umass-sim0 bus 0 target 0 lun 0 > > > da0: Removable Direct Access SCSI-0 dev= ice > > > da0: 40.000MB/s transfers > > > da0: 125MB (256000 512 byte sectors: 64H 32S/T 125C) > > > > > > Sometimes I don't have /dev/da0s1(?) but when there is /dev/da0s1: > > > > > > # ls -l /dev/da0s1 > > > crw-r----- 1 root operator 0, 142 Apr 4 18:17 /dev/da0s1 > > > # mount_msdosfs /dev/da0s1 /mnt/CF > > > Mount point /mnt/CF had 1 dangling refs > > > mount_msdosfs: /dev/da0s1: Device not configured > > > > > > This usb key works on others operating system and the same box. > > > > > > Thanks for your help. > > > > > > Regards. > > > > Tried fsck_msdosfs first? > > It didn't work: > > # fsck_msdosfs /dev/da0s1 > ** /dev/da0s1 > Can't open (Device not configured) > > and from time to time I see this on the console: > > umass0: BBB reset failed, TIMEOUT > umass0: BBB bulk-in clear stall failed, TIMEOUT > umass0: BBB bulk-out clear stall failed, TIMEOUT > > > > Regards > > Bj=F6rn > > > > Regards. > > -- > There's this old saying: "Give a man a fish, feed him for a day. Teach > a man to fish, feed him for life." > My USB key works when ehci is disabled (nodevice ehci in my kernel). Is this a problem with my USB key or a chipset ehci problem ? Regards. -- There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life."