Hi,
I have an external dvd drive attached via a usb port. I'm tying to change the write speed used by cdrecord, but receive the following error:
Error: Cannot gain SYS_RAWIO capability.Is cdrecord installed SUID root?
: Operation not permitted
The command I am using is:
cdrecord -v speed=4 dev=1,0,0 -isosize -data anonymos-shmoo.iso
I am running the command as root, and the permissions of the device are:
brw-rw---- 1 root cdrom 11, 0 May 30 2001 /dev/scd0
What's going on? Has anyone ever run into this error before?
I've been searching google and a lot of people have run into this error, but no one seems to know a solution.
Thanks!