MESSAGE
DATE | 2003-06-15 |
FROM | Joe Villari
|
SUBJECT | Subject: [hangout] Mounting PCMCIA SmartMedia Adapter?
|
From owner-hangout-desteny-at-mrbrklyn.com Sun Jun 15 09:21:08 2003 Received: from www2.mrbrklyn.com (localhost [127.0.0.1]) by mrbrklyn.com (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h5FDL8Ji011719 for ; Sun, 15 Jun 2003 09:21:08 -0400 Received: (from mdom-at-localhost) by www2.mrbrklyn.com (8.12.3/8.12.3/Submit) id h5FDL8SE011718 for hangout-desteny; Sun, 15 Jun 2003 09:21:08 -0400 X-Authentication-Warning: www2.mrbrklyn.com: mdom set sender to owner-hangout-at-www2.mrbrklyn.com using -f Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by mrbrklyn.com (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h5FDL8Ji011713 for ; Sun, 15 Jun 2003 09:21:08 -0400 Received: from user-2ivebhr.dialup.mindspring.com ([165.247.46.59] helo=pipeline.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 19RXUP-00031K-00; Sun, 15 Jun 2003 09:24:09 -0400 Message-ID: <3EEC7393.2060304-at-pipeline.com> Date: Sun, 15 Jun 2003 09:24:35 -0400 From: Joe Villari User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.9) Gecko/20020604 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Mark CC: hangout-at-mrbrklyn.com Subject: [hangout] Mounting PCMCIA SmartMedia Adapter? References: <3EE9E668.6000704-at-pipeline.com> <1055529320.10076.2.camel-at-linux.box> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: Joe Villari List: New Yorker GNU Linux Scene Admin: To unsubscribe send unsubscribe name-at-domian.com in the body to hangout-request-at-www2.mrbrklyn.com X-Evolution: 00000722-0000 X-Keywords: X-UID: 13302 Status: RO Content-Length: 1422 Lines: 44
OK, after recompiling my kernel, thanks Kevin for pointing me in that direction, to include the ide-cs module I am able to recognize the pcmcia SmartMedia card adapter. Here is the /var/lib/pcmcia/stab:
Socket 0: ATA/IDE Fixed Disk 0 ide ide-cs 0 hde 33 0
I think this is telling me that the card is on /dev/hde which I can't seem to mount. I've tried msdos and iso9660 because it shows up as a PC formated drive on MAC OS:
[root-at-localhost joev]# mount -t msdos /dev/hde /mnt mount: wrong fs type, bad option, bad superblock on /dev/hde, or too many mounted file systems
[root-at-localhost joev]# mount -t iso9660 /dev/hde /mnt mount: wrong fs type, bad option, bad superblock on /dev/hde, or too many mounted file systems
According to the PCMCIA howto at LDP, http://www.tldp.org/HOWTO/PCMCIA-HOWTO-4.html#ss4.7 I need to add an ftl partition to the card. So Itried that with no luck:
[root-at-localhost joev]# ftl_format -i /dev/mem0c0c status check failed: No such file or directory
[root-at-localhost joev]# ftl_format -i /dev/hde0c0c status check failed: No such file or directory
[root-at-localhost joev]# ftl_format -i /dev/hde get info failed: Input/output error format failed.
Where do I go next?
Joe
____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|