| 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-01-2005, 07:52 AM
|
#1
|
|
LQ Newbie
Registered: Mar 2005
Posts: 4
Rep:
|
dvd drive not accesible on suse 9.2
Hi,
I am using Suse 9.2 on a Pentium 4 with 1gig of ram.
I just installed 9.2 and my dvd drive and my cd recorder stopped working. Whenever I try to access them, nothing happens. I can't unmount them or mount them, I just get an error saying that the drive is already mounted.
here is some additional information:
# mount -v
/dev/hdc4 on / type reiserfs (rw,acl,user_xattr)
proc on /proc type proc (rw)
tmpfs on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/hdc1 on /windows/C type ntfs (ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8)
/dev/hdd1 on /windows/D type vfat (rw,noexec,nosuid,nodev,gid=100,umask=0002,iocharset=utf8)
/dev/hda on /media/dvd type subfs (ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)
/dev/hdb on /media/cdrecorder type subfs (ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)
#cat /etc/fstab
/dev/hdc4 / reiserfs acl,user_xattr 1 1
/dev/hdc1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdd1 /windows/D vfat users,gid=users,umask=0002,iocharset=utf8 0 0
/dev/hdc3 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/hda /media/dvd subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/hdb /media/cdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
any help will be appreciated.
Gregor
|
|
|
|
03-01-2005, 10:35 AM
|
#2
|
|
Member
Registered: Mar 2004
Location: SLC, Utah
Distribution: OpenSUSE 12.2
Posts: 246
Rep:
|
For some reason it looks like SuSE has mounted one of your hard drives to the DVD mount place, try adding another folder called DVD2 to the /media folder and add a line in your /etc/fstab that looks like
/dev/dvd /media/dvd2 subfs fs=cdfss,ro,procuid,nosuid, nodev,exec,iocharset=utf8 0 0
or if you have a combo drive add:
/dev/cdrecorder /media/dvd2 subfs fs=cdfss,ro,procuid,nosuid, nodev,exec,iocharset=utf8 0 0
Then try to mount the disk.
|
|
|
|
03-01-2005, 10:58 AM
|
#3
|
|
LQ Newbie
Registered: Mar 2005
Posts: 4
Original Poster
Rep:
|
I don't think that is it. /dev/dvd is a just a link to /dev/hda, so it should not make a difference.
|
|
|
|
03-01-2005, 11:48 AM
|
#4
|
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: SuSE 12
Posts: 3,511
Rep:
|
You could try to mount the classical way (avoid subfs).
http://portal.suse.com/sdb/en/2004/0...rom_subfs.html
HenchmenResourc has a good point: if hda and hdb are your disc drives, they are on the first IDE controler?! This is rather unusual, but maybe not the problem. Does /dev/cdrecorder points to /dev/hdb?
|
|
|
|
03-01-2005, 11:57 AM
|
#5
|
|
LQ Newbie
Registered: Mar 2005
Posts: 4
Original Poster
Rep:
|
you are right that is pretty unusual, I did nto think about it.
switching the cable should take care of this.
yes the cdrecorder is /dev/hdb.
|
|
|
|
03-01-2005, 12:05 PM
|
#6
|
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: SuSE 12
Posts: 3,511
Rep:
|
How do you try to acces the drives? Do you use the icons on yor desktop? Maybe they point to the devicelinks (dvd/cdrecorder) instead of the devices (hda/hdb).
|
|
|
|
03-01-2005, 12:45 PM
|
#7
|
|
Member
Registered: Mar 2004
Location: SLC, Utah
Distribution: OpenSUSE 12.2
Posts: 246
Rep:
|
Ok I just checked my harware info on my system (YaST --> Hardware --> Hardware Info) and it lists my DVD drive as /dev/hdc but in my fstab it is listed as /dev/dvd. So I would try changing your fstab to point to /dev/dvd as this may be a pointer that tells the system to treat the device located at /dev/hda as an optical drive.
If you change that and it doesn't work change it back and let us know.
|
|
|
|
03-01-2005, 02:00 PM
|
#8
|
|
LQ Newbie
Registered: Mar 2005
Posts: 4
Original Poster
Rep:
|
Ok, it works now. I changed the cable so the hard disks sit on the first controller. Also I changed the /dev/hda to /dev/dvd
thanks,
Gregor
|
|
|
|
| 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 05:56 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
|
|