DragonFly kernel List (threaded) for 2009-03
DragonFly BSD
DragonFly kernel List (threaded) for 2009-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Buring iso with growisofs produces error.


From: Hasso Tepper <hasso@xxxxxxxxx>
Date: Mon, 16 Mar 2009 11:59:18 +0200

Petr Janda wrote:
> Hi All,
> Can someone please finally make this compatible with DragonFly?
>
> petr@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]