Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pcmcia ide hard drive not being hotplugged per ide.opts
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
lady3jane
n00b
n00b


Joined: 01 Oct 2004
Posts: 21

PostPosted: Mon Oct 04, 2004 5:22 pm    Post subject: pcmcia ide hard drive not being hotplugged per ide.opts Reply with quote

could someone suggest why this isn't working?

bash# more ide.opts
# 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
*,0,*,1)
#INFO="Sample IDE setup"
DO_FSTAB="n" ; DO_FSCK="y" ; DO_MOUNT="y"
FSTYPE="ext3"
OPTS="noatime,sync,dirsync"
MOUNTPT="/mnt/pcmcia"
;;
*,*,*)
#PARTS="1"
# Card eject policy options
NO_CHECK=n
NO_FUSER=n
;;
esac



i'd like to run this device using autofs
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum