SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Linux OS.: Technical questions -- Ignore unavailable to you. Want to Upgrade?


To: S.C. Barnard who wrote (193)3/31/1999 6:33:00 PM
From: Mitch Blevins  Read Replies (1) | Respond to of 484
 
I'm not the best person to ask about RH, but I did see a page today aimed at new users, and it was RH-centric.
home.earthlink.net

It does not look like it has any info on CDROM mounting, tho..
Here are some pointers:

You may already have your CDROM mounted. Look in /cdrom or /mnt/cdrom. The file that tells your cdrom to mount automatically is called /etc/fstab. Do a 'man fstab' and a 'man mount' for details.

Try doing a 'mount -t iso9660 /dev/hdb /mnt/cdrom'.
Note that /dev/hdb assumes that your CDROM is connected to the slave IDE port of the first controller. If your CDROM is connected to the master of the second controller, it will be on /dev/hdc.
This is used to manually mount your CDROM if you don't already have it in /etc/fstab.

I have assumed that your CDROM is IDE (not SCSI), and that you are using the default kernel that came with RH, instead of compiling your own. Speak up if I'm wrong on these assumptions.