Page 1 of 1

Troubles wth CD-DVD Writer

PostPosted: Aug 30th, '11, 00:07
by GOsha
I have _NEC DVD_RW ND-4570A CD-DVD writer and Mageia 1.
After installation i tried to open (physically) my writer, but it was busy and not opened
I tried to
Code: Select all
eject /dev/hdc
but have no perms to do it.
I don`t know what to do wth it?
In Mandriva all was working from-the-box.
Here is fstab:
Code: Select all
# Entry for /dev/hdb1 :
UUID=1eb2594e-0ad3-4830-ba8a-98f3fbe2900d / ext4 acl,relatime 1 1
# Entry for /dev/hdb6 :
UUID=837a506f-b639-4654-a82f-a1fb4683d9b4 /home ext4 acl,relatime 1 2
/dev/hdc /media/cdrom auto noauto,user,ro 0 0
/dev/fd0 /media/floppy auto umask=0,users,iocharset=utf8,noauto,exec,flush 0 0
# Entry for /dev/sda1 :
UUID=5AF831C2F8319CE7 /media/win_c ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda5 :
UUID=2AC0FCC4C0FC9773 /media/win_d ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda6 :
UUID=F8DC028ADC02437C /media/win_e ntfs-3g defaults,umask=000 0 0
none /proc proc defaults 0 0
# Entry for /dev/hdb5 :
UUID=da9a38dc-b8de-4b1d-9750-1874ed2c56c8 swap swap defaults 0 0

Re: Troubles wth CD-DVD Writer

PostPosted: Aug 30th, '11, 01:05
by John66
In my /etc/fstab file, this is the entry for the dvd drive:
Code: Select all
/dev/cdrom /media/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0

I have no problem with the dvd drive, so I'm guessing the entry should be correct.
Maybe another user, knows better.

Re: Troubles wth CD-DVD Writer

PostPosted: Aug 30th, '11, 01:30
by doktor5000
What does
Code: Select all
lsof -a /media/cdrom
show? Maybe you need to install lsof before that.

Otherwise i have the same fstab entry as John66, would be interesting to know what's different in your configuration.
Was it an upgrade from Mandriva or a fresh install? Another difference: Your dvd writer has a IDE(PATA) interface, mine is connected via SATA.

Re: Troubles wth CD-DVD Writer

PostPosted: Aug 30th, '11, 09:56
by GOsha
It was the same as yours entries for my dvd-drive in fstab. I changed it trying to solve this problem by myself.
Interesting thing:
Code: Select all
fuser -km /dev/hdc

makes "NO SIGNAL" on my monitor, that I must to reboot my computer to see smth.

Re: Troubles wth CD-DVD Writer

PostPosted: Aug 30th, '11, 15:05
by doktor5000
Well, you immediately kill everything that is accessing /dev/hdc at that time, if your desktop environment accesses it, than it will be killed, too.

Re: Troubles wth CD-DVD Writer

PostPosted: Aug 30th, '11, 17:01
by GOsha
Not desktop! Monitor lost signal from videocard. That is strange.

Re: Troubles wth CD-DVD Writer

PostPosted: Aug 30th, '11, 18:19
by alf
We discussed similar problems in the German forum, seems to be a problem with UDEV.
https://forums.mageia.org/de/viewtopic.php?f=7&t=70
https://forums.mageia.org/de/viewtopic.php?f=7&t=45