From owner-freebsd-questions@FreeBSD.ORG Wed Sep 15 13:54:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19B7816A4D0 for ; Wed, 15 Sep 2004 13:54:29 +0000 (GMT) Received: from starling.mail.pas.earthlink.net (starling.mail.pas.earthlink.net [207.217.120.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDDCD43D31 for ; Wed, 15 Sep 2004 13:54:28 +0000 (GMT) (envelope-from algould@datawok.com) Received: from 21-63.lctv-b4.cablelynx.com ([24.204.21.63] helo=localhost) by starling.mail.pas.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1C7aEi-0008Hh-AL; Wed, 15 Sep 2004 06:54:16 -0700 Date: Wed, 15 Sep 2004 08:55:57 -0500 From: "Andrew L. Gould" To: Gary Aitken Message-ID: <20040915135557.GA720@datawok.com> References: <4147B378.7050601@dreamchaser.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4147B378.7050601@dreamchaser.org> User-Agent: Mutt/1.4.2.1i X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b0789b5b34534471aed702f2e6329bf52350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.204.21.63 cc: freebsd-questions@freebsd.org Subject: Re: pcmcia flash card mounting / reading? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 13:54:29 -0000 On Tue, Sep 14, 2004 at 09:14:00PM -0600, Gary Aitken wrote: > This has to be covered in the docs somewhere, but my searches there > and on questions, hackers, and fs turned up zip. > > Installed an old pcmcia card device, > plugged in a flashcard reader w/card. > > 4.10 > kernel contains > device ata > device card > device pcic0 > rc.conf contains > pccard_enable="YES" > > I see > pccard: card inserted, slot 1 > ...pccardd[52]: Card "SunDisk"("SDP") [5/3 0.6] [[none]] > matched "SunDisk" ("/.*/") [(null)] [(null)] > ata1 at port 0x240-0x247,0x24e irq 10 slot 1 on pccard1 > ...pccardd[52]: ata1: SunDisk (/.*/) inserted. > > So far, so good... > > Now, I thought one should be able to read these as a file system. > > If so, to what device does one mount? I tried the ata device, > but get the message "Block device required"; and there are no other > ata entries in /dev. Do I need to manually create these? > > If not, what's the procedure for reading? > > Thanks, > > Gary I think the flash card (compact flash, etc) are mounted as scsi devices, which means you'll need the appropriate scsi devices compiled into the kernel. After inserting the storage device, you should see the scsi device appear in dmesg. Best of luck, Andrew Gould