![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Detecting interruptions in C | Ashrentum | High Level Programming | 7 | 12-06-2007 04:13 PM |
| lan card not detecting | bidhayakm | SCO | 3 | 04-18-2007 03:52 AM |
| Detecting Second disk | dragunu | UNIX for Dummies Questions & Answers | 7 | 02-09-2007 01:45 AM |
| Detecting a key combination | mobile01 | High Level Programming | 11 | 12-22-2006 06:46 AM |
| Detecting NIC in Solaris10 | jimthompson | IP Networking | 1 | 12-06-2005 06:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 S |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Are you working from a command prompt? And what do you mean by 'not recognizing'? What is the actual error message you get?
|
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
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... |
|
#5
|
|||
|
|||
|
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 S Last edited by sbasetty; 11-03-2006 at 12:56 PM. |
|
#6
|
|||
|
|||
|
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. Code:
mount -t iso9660 /dev/sr0 /mnt |
|
#7
|
|||
|
|||
|
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 |
|||
| Google The UNIX and Linux Forums |