Not detecting CD ROm drive

Hello All,

I am pretty new to Linux,
When trying to install TurboLinux 6.0 through a boot floppy,
After a while it says to insert the CD and later it is not recognizing the CDROM,
SO do we need to mount the CD-ROM before installation ??

Thanks in Advance :slight_smile:
S

Are you working from a command prompt? And what do you mean by 'not recognizing'? What is the actual error message you get?

Hi Coronna,

I am not working from the command prompt,I have booted from the CD and later it asked to select the language,keyboard (USA),later asked to select the device to read from it was (hard Drive and CD rom) I have selected the CD ROM with installation CD in place.
It is not recognizzing the CD drive.
Do we need to mount the CD drive ??
Thanks
S

Could you give more detail on exactly what it says?

Try hitting ctrl-alt-f2 to see if there are virtual consoles available. Linux is generally configured with six virtual consoles selectable with ctrl-alt-f1 through ctrl-alt-f6. It starts at the first one, F1. From another, you might be able to login to a shell and get something done. Without a shell, all you can do is talk to the installer...

Thank you very much for quick response.
So do we need to make a device driver file for CD - ROM drive?

with the F2 option

cd /dev
mknod sr0 b 11 0
chgrp cdrom sr0
chmod 660 sr0

then mount the device

mount -t iso9660 /dev/sr0/mnt

   return to installer console pressing \(F1\) then  install using the mounted file system.

I have got this information from one of the forums so just want to share with you.

in my earlier posting "Not recognizing" in sense it is not reading from the CD ROM when it asks to install.

Thanks :slight_smile:
S

Whether you do or not, depends on...whether you need to or not.

Which might not sound very helpful but I really can't tell when you give me no details. The device node might be there already, or it might need to be created, or the device node might not even work if there's a problem in the kernel.

What options did it give you, exactly?

What error message is it giving you, exact?

Have you been able to login to a shell?

I think you missed a space in that command, btw.

mount -t iso9660 /dev/sr0 /mnt

I don't see any harm in trying that sequence you listed. If it doesn't work, it doesn't work.

I haven't installed the LINUX on the system,
I have installed the Windows and created paritions ,
actually I wanted the LINUX on one of the partions,
I am not able to install that.
I could not login into shell

What options did it give you, exactly? Which did you choose?

What error message does it give you, exactly, when?

What happened when you held down ctrl and alt then hit F2 with them? Nothing?

Something's just occurred to me. They're up to version 11 by now, 6 is extremely old. Turbolinux isn't free, either. If you want to install Linux when you've already installed Windows, Fedoracore might be a better idea.

Thank you
I will go with the Fedoracore.

Thanks :slight_smile:
S

Hello,

Please help me with this I am new to Linux.
I have tried downloading the Fedora Core from Redhat
and burned the DVD and CD,
While installing it is not reading the DVD/CD.
Can you please help me with this?

Thanks :slight_smile:
Sat.

What is your computer?

It is ACPI multiprocessor PC with Intel Pentium D processor
will this help or do you need somemore details,

Thank you

That's pretty modern. Not a lot of distros might properly support that yet. See if you can boot from a gentoo minimal livecd.