Subject: Re: compact flash card
To: Joseph Sirucka <joseph.sirucka@dodgyware.com>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: port-i386
Date: 08/10/2001 09:21:10
On Fri, Aug 10, 2001 at 09:02:19AM +1000, Joseph Sirucka wrote:
> I have a 128mb compact flash card from my digital camera. Does anybody
> know how to mount the card in the pcmcia slot.
> 
> it is detected, but, what is the command to mount the compact flash
> card.

I added this to my /etc/fstab:

/dev/wd0e       /cf     msdos   rw,noauto       0 0

Then I simply type

mount /cf

The "/dev/wd0e" part may be different for you, depending on your
configuration.

  -jm