K3B, better: cdrecord is not able to burn cds on a scd0-device as normal user

ZIYAD A. M. AL-BATLY zamb at saudi.net.sa
Thu Jul 28 18:14:19 UTC 2005


On Thu, 2005-07-28 at 13:46 -0300, Derek Broughton wrote:
> 
> I didn't change any defaults (in fact, I just did a complete new hoary
> install) and my DVD is /dev/cdrom -> /dev/scd0.  I admit, I haven't
> actually tried writing anything on it since the reinstall...
> -- 
> derek
> 
> 
Is your DVD a SCSI device by any chance?  If not, then there's something
not right with your setup.  If yes, check the ownership of "/dev/scd0":
        ls -l /dev/scd0

Normally, it should be owned by "root" and group "cdrom" and
readable/writable by "root" and anyone in that group.  Make sure you're
in that group by running "groups".

If that's not the case, grant yourself a write permission to that
device.  For example, by changing it's group to "cdrom", adding yourself
to that group, and changing the permission to "ug=rw,o=" like this:
        sudo chmod ug=rw,o= /dev/scd0
(Note there's a space after "chmod" and before "/dev/scd0".)

Ziyad.




More information about the ubuntu-users mailing list