From owner-freebsd-current@FreeBSD.ORG Tue Apr 4 17:55:05 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 4043916A41F for ; Tue, 4 Apr 2006 17:55:05 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 853B043D45 for ; Tue, 4 Apr 2006 17:55:04 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-169-72.dynamic.qsc.de [212.202.169.72]) by efacilitas.de (Postfix) with ESMTP id 2E93E4C9A0; Tue, 4 Apr 2006 20:06:03 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id A354A52866; Tue, 4 Apr 2006 19:54:31 +0200 (CEST) Message-ID: <4432B2FA.9000003@cs.tu-berlin.de> Date: Tue, 04 Apr 2006 19:55:06 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Dominique Goncalves References: <7daacbbe0604040946m34826010k2a5ac967fa4bd9e0@mail.gmail.com> In-Reply-To: <7daacbbe0604040946m34826010k2a5ac967fa4bd9e0@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: Tue, 04 Apr 2006 17:55:05 -0000 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 device > 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? Regards Björn