> When you edited /etc/pcmcia/ide.conf, did you edit both clauses in the case
> statement, including removing the '#' from '#PARTS="1"'?
Here are my ide.conf:
# ATA/IDE drive adapter configuration
#
# The address format is "scheme,socket,serial_no[,part]".
#
# For multi-partition devices, first return list of partitions in
# $PARTS. Then, we'll get called for each partition.
#
case "$ADDRESS" in
*,*,*,1)
INFO="Sample IDE setup"
DO_FSTAB="n" ; DO_FSCK="y" ; DO_MOUNT="y"
FSTYPE="ext2"
OPTS=""
MOUNTPT="/usr/local"
;;
*,*,*)
PARTS="1"
# Card eject policy options
NO_CHECK=n
NO_FUSER=n
;;
esac
And: thank you for your friendly help!
Kai
Received on Thu Feb 14 11:02:54 2002
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:44:32 EDT