Automatically changing modes on the DVD writer for K3b
Donald T Hayford
don at donhayford.com
Thu Feb 23 19:43:54 PST 2006
Fabian Keil wrote:
> Donald T Hayford <don at donhayford.com> wrote:
>
>
>> To get K3b to work I need to change the mode of the following devices to
>> 664 (or 666) from 644.
>>
>> /dev/xpt0
>> /dev/cd0 and /dev/cd1
>> /dev/pass0 and /dev/pass1
>>
>> Is there a way to do this automatically on boot-up? Now I do it using a
>> script that I run as root but, of course, I always forget to run the
>> script before I run K3b.
>>
>
> Use /etc/devfs.conf:
>
> perm xpt0 0664
> perm cd0 0664
> perm cd1 0664
> perm pass0 0664
> perm pass1 0664
>
> Fabian
>
Worked perfectly -- thanks.
More information about the freebsd-questions
mailing list