Click to See Complete Forum and Search --> : having trouble... again.


c_story
12-09-2000, 02:03 PM
yes, i'm still having problems with my cdrom.. i made a link to what it should be ('ln -s /dev/hdc cdrom' as an example) but i got to thinking.. hmm.. i have 2 drives in my system.. my linux, and my .. well, *cough* dos drive. Since dos needs to be numoro uno, it is hda1, and then my swap partition is hdb1, and my actual physical linux drive is hdb2. so, i was wondering, since the bios says that i have disk 0 disk 1 and disk 2, and disk 2 is my cd rombut what i don't get is, what mount point should i use for my cd rom drive? that would probably be a good thing to find out..


------------------
DOS & Windows;
The Present day Soddom and Gahmorrah.

c_story
12-09-2000, 10:58 PM
please.. someone please help me..!

A_Lawn_GNOME
12-09-2000, 11:20 PM
Try (as root):

mkdir /mnt/cdrom
mount /dev/hdc /mnt/cdrom -t iso9660