Philip Rinehart wrote:
> 
> I am trying to mount a PCMCIA Flash Film Card. I can get it to recognize
> the card, and just can't seem to get the right mount point. Any ideas?
> 
> Philip Rinehart
> Get hammered today!
> http://www.ehammer.com
> 
===============================================
As root, just doing a   
        mount
may return where the film card was mounted during recognition.

If not
A core issue is identifying the DEVICE used as your film card was
recognition 
Looking at my /var/log/syslog, my relevant PCMCIA section is:
-----------
Nov  1 19:18:25 stodolsk kernel: Linux PCMCIA Card Services 3.0.0
Nov  1 19:18:25 stodolsk kernel:   kernel build: 2.0.34 unknown
Nov  1 19:18:25 stodolsk kernel:   options:  none
Nov  1 19:18:25 stodolsk kernel: Intel PCIC probe:
Nov  1 19:18:25 stodolsk kernel:   Vadem VG-468 at 0x3e0 ofs 0x00, 2
sockets
Nov  1 19:18:25 stodolsk kernel:     host opts [0]: none
Nov  1 19:18:25 stodolsk kernel:     host opts [1]: none
Nov  1 19:18:25 stodolsk kernel:     ISA irqs (scanned) = 3,4,5,7,12
status
cha
Nov  1 19:18:26 stodolsk cardmgr[106]: starting, version is 3.0.0
Nov  1 19:18:26 stodolsk cardmgr[106]: watching 2 sockets
Nov  1 19:18:26 stodolsk kernel: cs: IO port probe 0x0100-0x03ff:
excluding
0x1
Nov  1 19:18:26 stodolsk kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Nov  1 19:18:26 stodolsk cardmgr[106]: initializing socket 0
Nov  1 19:18:26 stodolsk kernel: cs: memory probe 0x0d0000-0x0dffff:
clean.
Nov  1 19:18:26 stodolsk cardmgr[106]: socket 0: Serial or Modem Card
Nov  1 19:18:26 stodolsk cardmgr[106]: executing: 'insmod
/lib/modules/2.0.34/p
Nov  1 19:18:26 stodolsk kernel: tty01 at 0x02f8 (irq = 3) is a 16550A
Nov  1 19:18:26 stodolsk cardmgr[106]: executing: './serial start ttyS1'
------------

that is my modem is located on /dev/ttyS1
In your syslog acessible as  ROOT
there should be a similar record, which indicates which device was
mounted.

Then as root
        mount /dev/WHAT -t whichtype /mnt
would make it accessible as a file system.
Let us know when you succeed/progress.

Perhaps someone has produced a FILMCARD HOWTO at www.linux.org

MarvS

---
  http://nts.ml.org                                  
  FAQ:                               http://www.ps.uci.edu/~tomba/inspiron/
                                     http://nts.ml.org/inspiron/
  List Archives:                     http://nts.ml.org/inspiron/maillist.html
  To unsubscribe send a message to:  [EMAIL PROTECTED]
  List administrator:                [EMAIL PROTECTED]

Reply via email to