From owner-freebsd-usb@FreeBSD.ORG Tue Sep 11 05:40:09 2007 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3F5216A41B for ; Tue, 11 Sep 2007 05:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D8EFF13C46A for ; Tue, 11 Sep 2007 05:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8B5e9d7095369 for ; Tue, 11 Sep 2007 05:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8B5e9QT095368; Tue, 11 Sep 2007 05:40:09 GMT (envelope-from gnats) Date: Tue, 11 Sep 2007 05:40:09 GMT Message-Id: <200709110540.l8B5e9QT095368@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Mikhail Teterin Cc: Subject: Re: usb/114682: USB media-card reader unusable X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mikhail Teterin List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 05:40:10 -0000 The following reply was made to PR usb/114682; it has been noted by GNATS. From: Mikhail Teterin To: "M. Warner Losh" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: usb/114682: USB media-card reader unusable Date: Tue, 11 Sep 2007 01:12:24 -0400 On =D3=C5=D2=C5=C4=C1 18 =CC=C9=D0=C5=CE=D8 2007, M. Warner Losh wrote: =3D Hmmm, I'm going to have to write something up here... Any updates on this? Right now I'm trying to read from an SD-card. The reader's multiple slots a= re=20 all seen as /dev/daX All of these slots are empty except for the SD-slot, which is /dev/da2. If I do `fdisk da2', I see the large partition: ******* Working on device /dev/da2 ******* parameters extracted from in-core disklabel are: cylinders=3D247 heads=3D255 sectors/track=3D63 (16065 blks/cyl) parameters to be used for BIOS calculations are: cylinders=3D247 heads=3D255 sectors/track=3D63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 6 (0x06),(Primary 'big' DOS (>=3D 32MB)) start 249, size 3967239 (1937 Meg), flag 0 beg: cyl 0/ head 3/ sector 61; end: cyl 983/ head 63/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: Unfortunately, `mount -t msdosfs /dev/da2s1' fails, because /dev/da2s1 does= =20 not exist: ls -l /dev/da2* crw-r----- 1 root operator 0, 106 Aug 26 10:37 /dev/da2 At least, the mtools-port works (249x512=3D127488): drive n: file=3D"/dev/da2" offset=3D127488 mtools_skip_check=3D1 Maybe, because it is non-FreeBSD software :-( -mi