MESSAGE
DATE | 2003-06-16 |
FROM | Joe Villari
|
SUBJECT | Subject: [hangout] Re: Mounting PCMCIA SmartMedia Adapter?
|
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
|
|