Click to See Complete Forum and Search --> : cdrom mount?


atl2ptown
04-05-2001, 12:27 AM
I installed Drake 7.2, and the mount URL doesnt point to the device, I think! It will open the /mnt/cdrom directory, but it is empty. What do I need to change?
Thanks in advance.

pbharris
04-05-2001, 12:42 AM
open up a terminal and type:
mount /mnt/cdrom
or
mount -t iso9660 /dev/hdc /mnt/cdrom

this assumes your cdrom is connected as master to you seconary IDE controller.