Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-14-2005, 10:12 AM
|
#1
|
Member
Registered: Mar 2005
Location: berlin
Distribution: Redhat 9, Fedora 3
Posts: 70
Rep:
|
/dev/cdrom directory is suddenly gone, how can I get it back?
I wanted to mount my cdrom and noticed that /dev/cdrom is not there anymore.
Is there a way to get linux to "rerecognize" it?
How could this have happened, I'm sure I didn't explicitly delete it.
I'm using Fedora 3 in vmware and I'm trying to install vmware tools (which acts as a CD-ROM that you have to load the files from).
Thanks.
|
|
|
03-14-2005, 10:30 AM
|
#2
|
Member
Registered: Mar 2005
Location: New York
Distribution: FC3
Posts: 39
Rep:
|
did you try restarting the computer.
cos i dont want you to mess with fstab file if you are not comfortable with it.
|
|
|
03-14-2005, 10:47 AM
|
#3
|
Member
Registered: Mar 2005
Location: berlin
Distribution: Redhat 9, Fedora 3
Posts: 70
Original Poster
Rep:
|
- I restarted my machine but /dev/cdrom is still not there.
- when I click on the CD icon on the deskktop a window says "mount: can't find /mnt/cdrrom in /etc/fstab or /etc/mtab"
- this is just a virtual machine, so what can I need to add to fstab to get linux to recognize the cd drive again?
thanks.
|
|
|
03-14-2005, 11:40 AM
|
#4
|
Member
Registered: Mar 2005
Location: New York
Distribution: FC3
Posts: 39
Rep:
|
check /etc/fstab and see if there is an entry for cdrom. If not add one. Make sure u have a backup of the fstab file before u make any changes to it.
|
|
|
03-14-2005, 11:47 AM
|
#5
|
Member
Registered: Oct 2004
Distribution: Debian Sarge
Posts: 177
Rep:
|
You should have something comparable to this, if not add something like it:
/dev/hdc /cdrom iso9660 ro,user,noauto 0 0
I have two harddrives so yours may not be named hdc.
|
|
|
03-14-2005, 11:56 AM
|
#6
|
Member
Registered: Jul 2004
Location: Santiago, Chile
Distribution: Ubuntu
Posts: 410
Rep:
|
For me it is the same: my cdrom device is /dev/hdc (even when I've only one harddisk ).
|
|
|
03-14-2005, 11:58 AM
|
#7
|
Senior Member
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802
Rep:
|
If the reference in /dev is not there, then there is a fairly good chance there is something physically wrong with the computer,... perhaps the drive has failed. If you can, check the cabling or try the drive in another computer.
The /dev entries in the file system are put there by the OS itself, whereas the /mnt or /media entries are made by adding the drive into your fstab file. Essentially, the /mnt/cdrom or /media/cdrom entries are symbolic links (in a sense) to the /dev entries. When the system boots, it goes through a hardware recognition routine which adds those things there. Sometimes, for instalce, if you put a symbolic link to a removeable device some place other than the system architecture provides, it will disappear if you remove that device for that very reason,... while the normal /dev entry in the filesystem won't...
|
|
|
03-14-2005, 01:39 PM
|
#8
|
Member
Registered: Oct 2004
Distribution: Debian Sarge
Posts: 177
Rep:
|
that's only if hdc is not there tho right Jase? If hdc is there, then there shouldn't be a problem, because all /dev/cdrom is is a link to hdc.
|
|
|
All times are GMT -5. The time now is 12:36 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|