>>>>> "km" == Karl Miller <[EMAIL PROTECTED]> writes:

km>  Good <$ENTER APPROPRIATE TIME NOMEN HERE>, All!
km>     I'm getting an error trying to mount a CD in RH 4.2.  I installed RH
km> originally via FTP, so the CD was never utilized.  Now, when I try to mount,
km> I'm getting a 
km>             mount: can't find /dev/hdc in /etc/mtab or /etc/fstab
km> which is true....there is not /dev/hdc entry in my fstab.  Guess my question
km> is what do I enter in the fstab to mount my CD?  The CD is an IDE unit.

Do a 'dmesg' and find out where your cdrom resides, such as hdc or
whatever, then add a link in /dev such as 'ln -s /dev/hdc /dev/cdrom'

Then in /etc/fstab add the line:

/dev/hdc    /cdrom    iso9660 noauto,user,exec,ro 0 0

This allows anyone to mount your cdrom, so you may want to change this
however it will get you started.

All this is referencing 'hdc', change this to whatever dmesg recoginizes.


Make sure you have the mount directory /cdrom or whatever you want to
call it.
Then you can mount it with mount /cdrom

km> BTW, thanks for all the help so far.....I know I'm going to eventually have
km> to re-install, but ironing out the kinks is getting REAL educational....

No, No that is the wonderful thing about Unix systems, a re-install is
not necessary unless a complete loss of the system occurs. 

-- 
Curtis Consulting
mailto:[EMAIL PROTECTED]
http://www.clark.net/pub/ray
====================
Some of my readers ask me what a "Serial Port" is.
The answer is: I don't know.
Is it some kind of wine you have with breakfast?


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to