On 11/10/2002 04:54 PM, Michael Fakaro wrote:
Red Hat 8 recognizes my ISA PCMCIA card reader and if I go to the PCMCIA
panel in the Control Center it shows that the card is in and recognized.

So how do I mount it??

In my last distro

I added this line to fstab:

"/dev/hde1 /mnt/pcmcia  vfat    ro,defaults     0 0"

which I have done, then I would mount it by:

"mount /dev/hde1"
Because your syntax is incorrect. /dev/hde1 is the device, not the mount point. You want something like:
mount /mnt/pcmcia

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman [EMAIL PROTECTED]
Linux Step-by-step & TyGeMo: http://netllama.ipfox.com

4:45pm up 29 days, 6:01, 1 user, load average: 0.81, 0.60, 0.58

_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to