MESSAGE
DATE | 2003-06-16 |
FROM | Joe Villari
|
SUBJECT | Subject: [hangout] Re: Mounting PCMCIA SmartMedia Adapter?
|
From owner-hangout-desteny-at-mrbrklyn.com Mon Jun 16 12:34:34 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 h5GGYYJi030926 for ; Mon, 16 Jun 2003 12:34:34 -0400 Received: (from mdom-at-localhost) by www2.mrbrklyn.com (8.12.3/8.12.3/Submit) id h5GGYYTK030925 for hangout-desteny; Mon, 16 Jun 2003 12:34:34 -0400 X-Authentication-Warning: www2.mrbrklyn.com: mdom set sender to owner-hangout-at-www2.mrbrklyn.com using -f Received: from hall.mail.mindspring.net (hall.mail.mindspring.net [207.69.200.60]) by mrbrklyn.com (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h5GGYXJi030920 for ; Mon, 16 Jun 2003 12:34:33 -0400 Received: from user-2ive6mu.dialup.mindspring.com ([165.247.26.222] helo=pipeline.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 19RwzB-0007yn-00; Mon, 16 Jun 2003 12:37:38 -0400 Message-ID: <3EEDF273.20202-at-pipeline.com> Date: Mon, 16 Jun 2003 12:38:11 -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] Re: Mounting PCMCIA SmartMedia Adapter? References: <3EE9E668.6000704-at-pipeline.com> <1055529320.10076.2.camel-at-linux.box> <3EEC7393.2060304-at-pipeline.com> <1055696247.8571.5.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: 00000740-0000 X-Keywords: X-UID: 13287 Status: RO Content-Length: 4217 Lines: 119
It doesn't mount as a vfat file system either:
[root-at-localhost log]# mount -t vfat /dev/hde /mnt mount: wrong fs type, bad option, bad superblock on /dev/hde, or too many mounted file systems
Here is /var/log/messages:
Jun 16 10:22:04 localhost cardmgr[693]: initializing socket 0 Jun 16 10:22:04 localhost kernel: cs: memory probe 0x80000000-0x80ffffff: excluding 0x80000000-0x800fffff Jun 16 10:22:04 localhost cardmgr[693]: socket 0: ATA/IDE Fixed Disk Jun 16 10:22:04 localhost cardmgr[693]: executing: 'modprobe ide-cs' Jun 16 10:22:04 localhost kernel: hde: , ATA DISK drive Jun 16 10:22:04 localhost kernel: ide2 at 0x100-0x107,0x10e on irq 58 Jun 16 10:22:04 localhost kernel: ide-floppy driver 0.99.newide Jun 16 10:22:04 localhost kernel: hde: 64000 sectors (33 MB) w/0KiB Cache, CHS=500/8/16 Jun 16 10:22:04 localhost kernel: /dev/ide/host2/bus0/target0/lun0:hde: set_geometry_intr: status=0x51 { DriveReady SeekComplete Error } Jun 16 10:22:04 localhost kernel: hde: set_geometry_intr: error=0x04 { DriveStatusError } Jun 16 10:22:04 localhost kernel: p1 Jun 16 10:22:04 localhost kernel: ide_cs: hde: Vcc = 5.0, Vpp = 0.0 Jun 16 10:22:04 localhost cardmgr[693]: executing: './ide start hde' Jun 16 10:22:05 localhost cardmgr[693]: exiting Jun 16 10:22:16 localhost su(pam_unix)[1191]: session opened for user root by joev(uid=500) Jun 16 10:23:44 localhost ntpd[632]: kernel time discipline status change 41 Jun 16 10:24:47 localhost ntpd[632]: kernel time discipline status change 1 Jun 16 10:24:49 localhost kernel: /dev/ide/host2/bus0/target0/lun0: p1 Jun 16 10:24:49 localhost kernel: /dev/ide/host2/bus0/target0/lun0: p1 Jun 16 10:24:49 localhost kernel: FAT: bogus logical sector size 0 Jun 16 10:24:49 localhost kernel: VFS: Can't find a valid FAT filesystem on dev 21:00. Jun 16 10:24:49 localhost kernel: /dev/ide/host2/bus0/target0/lun0: p1
It sees the card just can't get the right file system. I have mounted this card before on another laptop so I know it works.
The card is a SmartMedia card from my Olympus CL2500 camera.
Joe
Kevin Mark wrote: > On Sun, 2003-06-15 at 09:24, Joe Villari wrote: > >>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 >> > > seems like some progress. > >>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: >> > > Not sure with Mac. But most media cards are vfat from my experiece. > > >>[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 >> > > You may need to specify a partition number. > >>[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 >> > > iso9660 is for cdromss. > >>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: >> > > Ive never used/needed/read about this. > >>[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. >> > > I ususally format from the DEVICE(palm.camera). > >>Where do I go next? >> > > I have heard that some devices do not make 'clean' data for mounting > under linux. This may be the case. What device did the card come from? > >>Joe > > Send the last 20 lines from /var/log/messages. There may be a hint in > there.
____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|