Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
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.
For the past couple of days I have sucessfully been using my two different CDROM drives. I have an ATAPI DVD drive & a LITE-ON 48x burner. I have been using both to copy files, etc.
After a reboot this morning I get this error from fstab.
'updatting fstab. /mnt/cdrom1 no such file or directory'
Now my burner-drive wont work. My fstab looks fine--like I never touched it--but the drive just isn't recognized. Does anyone have any suggestions? Could a program installation have messed with it? I don't think I did anything...
Ok, that actually wasn't the problem. I mean, no, there wasn't a /mnt/cdrom1 directory but here is the exact error. (I made sure to copy it down correctly)
cannot stat /dev/cdrom1 no such file or directory [FAILED]
There may not be such a device file. You can try
ln -l /dev/cdrom1
To see if it exists. If your cd is in the second IDE channel try
mount -t iso9660 /dev/hdc /dev/cdrom1
if you have a cd burner it may be /dev/scd0
When you find the correct device file you can set up a symlink to it eg
ln -s /dev/hdc /dev/cdrom
Hope this gives you some idears.
Yeah it turned out to be located at /dev/scd0. I've got it fixed.
That does seem really odd though because for the first two days of this installation it was /dev/cdrom1 and then somehow it switched on me. Does Linux do that often? It is a LITE-ON burner so I dont know if it should be at the other location afterall... should I be worried about my other /dev moving on me?
Sweet thanks. I'll remember that command next time I 'lose' something. I am really wondering why it would change locations like that mid-day. Two days in a row it was found at /dev/cdrom1 and then it just seemed to move to /dev/scd0...
I didn't do any kind of hardware upgrade or software upgrade (that I know of). It just seems to have moved. I got it working now by repointing the line in fstab to /dev/scd0.
I would like to recompile my kernel. Is that going to be considered an 'upgrade' and cause me to have to repoint things again?
Compiling your kernel should not move things. Never has for me and I have done it many times. Adding or changeing your disk drives around could through. Anyway glad you are sorted now.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.