On Sat, 13 Nov 1999, [EMAIL PROTECTED] wrote:
>On Sat, 13 Nov 1999, David R. Bernhardt wrote:
>
>
>Either the line referring to the cdrom in /etc/fstab has option "auto",
>or you have a file /etc/rc.d/rc.cdrom that insists on mounting the
>thing.  You can change the "auto" to "noauto" and/or delete/rename the
>rc.cdrom file and mount the cdrom yourself when you want it mounted.  It
>won't (shouldn't) eject while it is mounted, but if you umount
>/dev/sbpcd (if that is its name) it should come out when you tickle its
>eject button.

Slackware does it differently as i explaned in my other mail on this
subject, it depends on /etc/rc.d/rc.cdrom being an executable file,
the command comes from /etc/rc.d/rc.M as follwos.

if [ -x /etc/rc.d/rc.cdrom ]; then
  . /etc/rc.d/rc.cdrom
fi

2 options here, either comment out the above in /etc/rc.d/rc.M or
chmod a-x /etc/rc.d/rc.cdrom

I belive this overrides the entry in /etc/fstab.
                     
>> So I am up and running now and this tale may be added to the collective
>memory
>>         ;-)
>> Dave Bernhardt
>> Boring, OR
>> 
>Lawson
>         >< Microsoft free environment
>
>This mail client runs on Wine.  Your mileage may vary.
>
>
>
>
>
>___________________________________________________________________
>Get the Internet just the way you want it.
>Free software, free e-mail, and free Internet access for a month!
>Try Juno Web: http://dl.www.juno.com/dynoget/tagj.
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/

Reply via email to