View previous topic :: View next topic |
Author |
Message |
provicemo Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Megaman/Mega_Man_3_-_GeminiMan.gif)
Joined: 12 Dec 2003 Posts: 201 Location: Detroit, MI
|
Posted: Fri Sep 10, 2004 7:12 pm Post subject: CD&DVD writing w/ udev |
|
|
I just today moved over to udev. I got all my symlinks and such figured out but now I'm having problems getting my burners to work.
This is what I get when I try growisofs
Code: | ben:~$ growisofs -dvd-compat -Z /dev/dvd=LiveCD-9.1-01.iso
WARNING: /dev/dvd already carries isofs!
About to execute 'builtin_dd if=LiveCD-9.1-01.iso of=/dev/dvd obs=32k seek=0'
:-( unable to PREVENT MEDIA REMOVAL: Operation not permitted |
I figure it's something I'm missing in my udev setup. Maybe permission related.
From my /etc/udev/permissions.d/50-udev.permissions
Quote: | # optical devices
sr*:root:cdrom:660
scd*:root:cdrom:660
pcd*:root:cdrom:0660
cdrom*:root:cdrom:0660
dvd:root:cdrom:0660
rdvd:root:cdrom:0660
cdroms/*:root:cdrom:0660
|
those might be wrong but I don't remember what their premissions and ownerships used to be.
I have /dev/cdroms/cdrom0 which is my dvd+rw symlinked to /dev/dvd
and my cd burner ( /dev/cdroms/cdrom0 ) linked to /dev/cdrom
Any got an bright ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
provicemo Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Megaman/Mega_Man_3_-_GeminiMan.gif)
Joined: 12 Dec 2003 Posts: 201 Location: Detroit, MI
|
Posted: Sat Sep 11, 2004 12:24 am Post subject: |
|
|
This is definately a permissions thing, as root was able to burn the dvd |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
r3pek Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 17 Sep 2003 Posts: 568 Location: Lisbon - Portugal
|
Posted: Thu Nov 11, 2004 1:55 am Post subject: |
|
|
hi!
i have the same exact problem! have you found a solution? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
phil_bv n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/6593516733ffbfd9aa9fc6.gif)
Joined: 07 Jan 2004 Posts: 31 Location: Romania/Bucharest
|
Posted: Fri Feb 18, 2005 1:10 pm Post subject: |
|
|
This problems seems to be from >=2.6.10 linux kernels.
Solution:
http://marc.theaimsgroup.com/?l=linux-kernel&m=110599420505734&w=2
P.S.: I don't know why this patch is not added in current gentoo-dev-sources package ( ebuild ). _________________ The Roman Rule
The one who says it cannot be done should never interrupt the
one who is doing it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
r3pek Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 17 Sep 2003 Posts: 568 Location: Lisbon - Portugal
|
Posted: Sat Feb 19, 2005 1:21 am Post subject: |
|
|
@phil_bv
have you seen the post's date? ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|