Thanks for your help, lardman!
Well, made some more progress, I think in the meantime...
I've found that if I manually mount 'hda2' then it works...
mount /dev/hda2 /mnt/cf2
Don't understand why it won't auto-mount like it's supposed to do???
I did edit 'fstab' per the instructions....
/dev/hda1 /mnt/cf auto defaults,noauto,noatime,user,exec,suid 0 0
/dev/hda2 /mnt/cf2 auto defaults,noauto,noatime,user,exec,suid 0 0
And edited '/etc/pcmcia/ide.opts' to look like this:
case "$ADDRESS" in
*,*,*,1)
DO_FSCK="y"
DO_MOUNT="y"
;;
*,*,*,2)
DO_FSCK="y"
DO_MOUNT="y"
;;
*,*,*)
PARTS="1 2"
NO_CHECK=n
NO_FUSER=n
;;
esac
Any other suggestions???
Thanks!
Mark