| Suse/Novell This Forum is for the discussion of Suse 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.
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-03-2006, 09:35 AM
|
#1
|
|
Member
Registered: Feb 2003
Distribution: Suse 8.1
Posts: 102
Rep:
|
DVD not working all of a sudden - Suse 10.0
Hi,
Today, for some reason, my system has decided not to read from the CD/DVD drive. This was working previously, and I've done the obvious, like resarting the machine.
fstab shows:
linux:~ # cat /etc/fstab
/dev/hdb3 / ext3 acl,user_xattr 1 1
/dev/hdb1 /boot ext2 acl,user_xattr 1 2
/dev/hdb2 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/dvdrecorder /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
none /subdomain subdomainfs noauto 0 0
When I try to mount /dev/devdrecorder, it won't let me saying the "special device does not exist" :
linux:~ # mount /dev/dvdrecorder /mnt/cd/
mount: special device /dev/dvdrecorder does not exist
Any body have any idea what the hell I'm doing wrong here?
Thanks
Niall.
|
|
|
|
03-03-2006, 10:57 AM
|
#2
|
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian Squeeze
Posts: 5,570
|
Take a look in /dev. Do you see dvdrecorder listed? If not, make a symlink to put it there.
On my box, by dvd drive links to /dev/hdc. Assuming yours is the same, as root, give the command: ln -s /dev/hdc /dev/dvdrecorder. If yours should link to something other than /dev/hdc, you'll have to figure out which /dev/xxx to link to.
To get that information, as root, give the command: hwinfo --cdrom (don't worry about the cdrom, it'll show you dvd also). Look for a line Device file: /dev/hdc, or whatever. That'll tell you what to link to.
Last edited by bigrigdriver; 03-03-2006 at 11:01 AM.
|
|
|
|
03-03-2006, 03:34 PM
|
#3
|
|
Member
Registered: Feb 2003
Distribution: Suse 8.1
Posts: 102
Original Poster
Rep:
|
Actually, from hwinfo...i saw that there was actually a link from dev/hdc to dev/dvdrecorder already - what I needed to do was mount /dev/hdc on /media/dvdrecorder and voila I could see the contents of the CD. Weird how it all of a sudden stopped working. Unlike others, I've had NO problems at all with suse 10, until this one little issue. Block devices seem to have issues with the 2.6 kernel. I had a firewire drive that wouldn't hotplug too. but alls well now - thank you again for the pointer.
|
|
|
|
03-03-2006, 09:55 PM
|
#4
|
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
Glad it worked out for you but let me make a suggestion for the future. Whenever something seems to stop working there are usually two possibilities, hardware failure and configuration changes. I keep a live CD for another distro around for these occasions. If the device boots fine with the live CD, you know the hardware's OK. This also gives you some working configurations files to compare against those of the native system.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:07 AM.
|
|
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
|
|