Mounting

Ron Smith yellowdog-newbie@lists.terrasoftsolutions.com
Wed, 16 Jul 2003 08:05:32 -0700


How do I have autorun cd mounting? Thanks

You need to edit your /etc/fstab file. The default should look something 
like this:

/dev/cdrom              /mnt/cdrom              udf,iso9660 
noauto,owner,kudzu,ro 0 0

All you need to do is change the noauto to auto.

-Ron