<br><br><div><span class="gmail_quote">On 8/14/07, <b class="gmail_sendername">Lanny Marcus</b> <<a href="mailto:mailing-lists@computer2.com">mailing-lists@computer2.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Follow on: On this page:<br><<a href="https://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/release-notes/RELEASE-NOTES-x86-en.html">https://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/release-notes/RELEASE-NOTES-x86-en.html
</a>><br>I saw this:<br><br>> Release Notes Updates<br>><br>> This section contains information that was not included in the<br>> distribution version of the Red Hat Enterprise Linux 5 Release Notes<br>>
<br>>       * CDs and DVDs do not automatically mount when you are logged in<br>>         as root. As such, you will need to run the following command<br>>         to mount a CD or DVD to /media:<br>><br>>         mount /dev/cdrom /media
<br><br>The problem is not only when logged in as root. I did that (su - and<br>then: mount /dev/cdrom /media) and I was able to install the Package I<br>wanted. My question remains, what configuration file do I need to<br>
change, to get automount  to work correctly on that box? (The same DVD<br>was used to install CentOS 5.0 on my box and my daughters box). I use<br>GNOME on both boxes. Works perfectly on my box.   TIA, Lanny</blockquote><div>
<br><br>put something like this on you /etc/fstab<br><br>[host ]# cat /etc/fstab | grep cdrom<br>/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0<br> <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos
</a><br></blockquote></div><br>