Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2006 22:44:13 -0500
From:      Donald T Hayford <don@donhayford.com>
To:        Fabian Keil <freebsd-listen@fabiankeil.de>
Cc:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Automatically changing modes on the DVD writer for K3b
Message-ID:  <43FE810D.8010201@donhayford.com>
In-Reply-To: <20060223114906.3a9a3e77@localhost>
References:  <43FD1F4E.5060204@donhayford.com> <20060223114906.3a9a3e77@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Fabian Keil wrote:
> Donald T Hayford <don@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43FE810D.8010201>