From owner-freebsd-questions@FreeBSD.ORG Wed Sep 15 03:13:59 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 6CD9A16A4CE for ; Wed, 15 Sep 2004 03:13:59 +0000 (GMT) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.36.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D153343D45 for ; Wed, 15 Sep 2004 03:13:58 +0000 (GMT) (envelope-from garya@dreamchaser.org) Received: from [12.32.36.74] (imagination.dreamchaser.org. [12.32.36.74]) i8F3DwMb001511 for ; Tue, 14 Sep 2004 21:13:58 -0600 (MDT) (envelope-from garya@dreamchaser.org) Message-ID: <4147B378.7050601@dreamchaser.org> Date: Tue, 14 Sep 2004 21:14:00 -0600 From: Gary Aitken User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 03:13:59 -0000 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