From owner-freebsd-stable Fri Nov 22 8:27:10 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E180437B401 for ; Fri, 22 Nov 2002 08:27:07 -0800 (PST) Received: from gatekeeper.oremut01.us.wh.verio.net (gatekeeper.oremut01.us.wh.verio.net [198.65.168.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FECA43E6E for ; Fri, 22 Nov 2002 08:27:07 -0800 (PST) (envelope-from fclift@verio.net) Received: from mx.dmz.orem.verio.net (mx.dmz.orem.verio.net [10.1.1.10]) by gatekeeper.oremut01.us.wh.verio.net (Postfix) with ESMTP id 4AF253BF23C for ; Fri, 22 Nov 2002 09:27:01 -0700 (MST) Received: from vespa.dmz.orem.verio.net (vespa.dmz.orem.verio.net [10.1.1.59]) by mx.dmz.orem.verio.net (8.11.6/8.11.6) with ESMTP id gAMGQr342895; Fri, 22 Nov 2002 09:26:58 -0700 (MST) Date: Fri, 22 Nov 2002 09:28:37 -0700 (MST) From: Fred Clift X-X-Sender: To: "Scott A. Moberly" Cc: Subject: Re: SanDisk SD USB reader In-Reply-To: <2660.10.0.0.2.1037935040.squirrel@mail.karamazov.org> Message-ID: <20021122092454.D3339-100000@vespa.dmz.orem.verio.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG what is the output of the following two commands fdisk da1 mount_msdos /dev/da1s1 ? You are going in the right direction - you just aparently didn't try and see if the mmc had a slice table, and didn't try and mount it... Fred On Thu, 21 Nov 2002, Scott A. Moberly wrote: > Just curious if I am barking up the wrong tree here (device not supported)? > > from kernel config file: > > device umass # Disks/Mass storage - Requires scbus and da > device scbus # SCSI bus (required) > device da # Direct Access (disks) > > from dmesg: > > umass0: SanDisk Corporation SecureMate USB SD/MMC, rev 1.10/1.09, addr 3 > umass0: Get Max Lun not supported (STALLED) > da1 at umass-sim0 bus 0 target 0 lun 0 > da1: Removable Direct Access SCSI-2 device > da1: 650KB/s transfers > > from camcontrol devlist: > > at scbus1 target 1 lun 0 (pass0,da0) > at scbus2 target 0 lun 0 (pass1,cd0) > at scbus2 target 1 lun 0 (pass2,cd1) > at scbus3 target 0 lun 0 (da1,pass3) > > now here is the problem > > from disklabel: > # size offset fstype [fsize bsize bps/cpg] > c: 59776 0 unused 0 0 # (Cyl. 0 - 466) > > So I am unable to mount the sd. It is vfat/msdos but nothing I have tried > works; my idiocy or lack of device support? > > Scott A. Moberly > smoberly@karamazov.org > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- Fred Clift - fclift@verio.net -- Remember: If brute force doesn't work, you're just not using enough. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message