Petr Janda wrote: > Hi All, > Can someone please finally make this compatible with DragonFly? > > p...@elevator:/tmp/kde-petr# growisofs -Z /dev/cd0c K3b\ data\ > project.iso > > :-( unable to open("/dev/cd0c",O_RDONLY): Input/output error > > growisofs is used by K3B, the biggest buring application in the Unix > world. K3B only allows us to specify /dev/cd0c as buring device.
You just have to let your user to write into device. The common solution in such cases is to give write permissions to the group and put user into this group. I've put myself into operator group and have these lines in the /etc/devices.conf file: pass* root:operator 660 # MAKEDEV(8) default is 600 cd* root:operator 660 xpt* root:operator 660 regards, -- Hasso Tepper