OK.. Here is an alternative. But first some Gyan (knowledge) Primary Master = hda Primary Slave = hdb Secondsry Master = hdc Secondary Slave = hdd
So to mount your CDROM, (become root and then) type mount /dev/hdd /tmp/cdrom (assuming the directory /tmp/cdrom exists) or mount -t iso9660 /dev/hdd /tmp/cdrom iso9660 is the filesystem on the CD. Try other options, in case your cd has a different filesystem For mounting the DVD, type mount /dev/hdc /tmp/dvd (assuming the directory /tmp/dvd exists) or mount -t iso9660 /dev/hdd /tmp/dvd I am not sure if the DVD's have iso9660 filesystem. Can anybody please clarify this. What kind of CD are you trying to mount? Data, Audio, Video, Mixed........ I HOPE YOU ARE NOT TRYING TO MOUNT AN AUDIO CD. Warm Regards, Suresh On 6/9/05, Vinu <[EMAIL PROTECTED]> wrote: > > I tried but it failed to mount. I have one DVD and CDROM drive which > are Seondary master and slave respectively. Plz Help me > > regards Vinay > >
