edit the /etc/fstab file and add a line like this:
/dev/hdx /mnt/cdrom2 iso9660 noauto,owner,ro 0 0
then:
mkdir /mnt/cdrom2
hdx=location of cdrom, /dev/hdc=second ide cable master drive, /dev/hdd=2nd ide cable slave drive
you will need to be root to do this |