LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 03-01-2005, 07:52 AM   #1
zynek
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Rep: Reputation: 0
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
 
Old 03-01-2005, 10:35 AM   #2
HenchmenResourc
Member
 
Registered: Mar 2004
Location: SLC, Utah
Distribution: OpenSUSE 12.2
Posts: 246

Rep: Reputation: 30
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.
 
Old 03-01-2005, 10:58 AM   #3
zynek
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Original Poster
Rep: Reputation: 0
I don't think that is it. /dev/dvd is a just a link to /dev/hda, so it should not make a difference.
 
Old 03-01-2005, 11:48 AM   #4
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
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?
 
Old 03-01-2005, 11:57 AM   #5
zynek
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Original Poster
Rep: Reputation: 0
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.
 
Old 03-01-2005, 12:05 PM   #6
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
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).
 
Old 03-01-2005, 12:45 PM   #7
HenchmenResourc
Member
 
Registered: Mar 2004
Location: SLC, Utah
Distribution: OpenSUSE 12.2
Posts: 246

Rep: Reputation: 30
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.
 
Old 03-01-2005, 02:00 PM   #8
zynek
LQ Newbie
 
Registered: Mar 2005
Posts: 4

Original Poster
Rep: Reputation: 0
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
dvd drive not found/ install suse 9.2 dvd caffemusse Linux - Laptop and Netbook 0 07-06-2005 05:30 AM
how-to install suse 9.2 dvd version without dvd drive?? alkali SUSE / openSUSE 7 01-05-2005 07:05 AM
lg 48x24x48 cdrw + 16x DVD combo drive in SuSE 8.2 dopper Linux - Hardware 5 09-20-2003 11:55 AM
SuSE 8.2 Install Failure from DVD Drive HarryL Linux - Hardware 1 08-24-2003 05:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 11:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration