CD ,rom CW writer and DVD rom units... all wrong
Hi, When I click the icon of the CDROM unit , it opens the cd-recorder. When I click the icon of the DVD unit , it opens the cd rom.... Everything it's changed , if I look the properties it seems to be okey because CDROM has asociated /media/cdrom and so on but.... Could anyone tell me where can I adjust that ? Thanks in advance. Bombadil.
Hi Have a look in "/etc/fstab"... Jaska. On Thursday 31 October 2002 20:53, Bombadil wrote:
Hi,
When I click the icon of the CDROM unit , it opens the cd-recorder. When I click the icon of the DVD unit , it opens the cd rom....
Everything it's changed , if I look the properties it seems to be okey because CDROM has asociated /media/cdrom and so on but....
Could anyone tell me where can I adjust that ?
Thanks in advance.
Bombadil.
Hi, That's what I have (abou this kind of units) : /dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0 /dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0 /dev/dvd /media/dvd auto ro,noauto,user,exec 0 0 so , my problem is that /dev/cdrom , /dev/cdrecorder and /dev/dvd are not asociated to the correct devices ... Where can change that? Thanks. Bombadil El Jue 31 Oct 2002 22:00, jaakko tamminen escribió:
Hi
Have a look in "/etc/fstab"...
Jaska.
On Thursday 31 October 2002 20:53, Bombadil wrote:
Hi,
When I click the icon of the CDROM unit , it opens the cd-recorder. When I click the icon of the DVD unit , it opens the cd rom....
Everything it's changed , if I look the properties it seems to be okey because CDROM has asociated /media/cdrom and so on but....
Could anyone tell me where can I adjust that ?
Thanks in advance.
Bombadil.
--- Bombadil <listacorreo@ya.com> wrote:
Hi,
That's what I have (abou this kind of units) :
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0 /dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0 /dev/dvd /media/dvd auto ro,noauto,user,exec 0 0
so , my problem is that /dev/cdrom , /dev/cdrecorder and /dev/dvd are not asociated to the correct devices ... Where can change that?
Thanks.
Bombadil
First of all, have you checked out this entry in the support database? http://sdb.suse.de/en/sdb/html/81_ide-scsi.html I am using 8.1 and have both a dvd and a cdrw and I had to do the fixes mentioned in that article. If your drives are still messed up, then most likely your symlinks are messed up. If you think that's the case, here is what I would do (as an example): (I am assuming your DVD is drive hdc and your cdrw is drive scd0 -- change those as necessary): open up a console su - cd /dev rm /dev/cdrom rm /dev/cdrecorder rm /dev/dvd ln -sf /dev/hdc /dev/cdrom ln -sf /dev/hdc /dev/dvd ln -sf /dev/scd0 /dev/cdrecorder That is what I had to do on my system in addition to the fix in that support database article and my drives are all linked up just fine. One more note: if you do the fix mentioned in that article, you'll have to reset the dvd as an install source in Yast2. Just delete the old entry and add a new DVD one. Regards, Charles __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/
Hi Then You have to change the /dev/cdrom link to point to correct /dev/hdx device etc... Here "man mknod" is Your friend... First write down the links You have now, and start playing around with them, and have them reversed while preserving the settings. Jaska. On Thursday 31 October 2002 21:35, Bombadil wrote:
Hi,
That's what I have (abou this kind of units) :
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0 /dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0 /dev/dvd /media/dvd auto ro,noauto,user,exec 0 0
so , my problem is that /dev/cdrom , /dev/cdrecorder and /dev/dvd are not asociated to the correct devices ... Where can change that?
Thanks.
Bombadil
El Jue 31 Oct 2002 22:00, jaakko tamminen escribió:
Hi
Have a look in "/etc/fstab"...
Jaska.
On Thursday 31 October 2002 20:53, Bombadil wrote:
Hi,
When I click the icon of the CDROM unit , it opens the cd-recorder. When I click the icon of the DVD unit , it opens the cd rom....
Everything it's changed , if I look the properties it seems to be okey because CDROM has asociated /media/cdrom and so on but....
Could anyone tell me where can I adjust that ?
Thanks in advance.
Bombadil.
participants (3)
-
Bombadil
-
Charles Griffin
-
jaakko tamminen