From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 02:34:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06FAD16A420 for ; Thu, 23 Feb 2006 02:34:36 +0000 (GMT) (envelope-from don@donhayford.com) Received: from pop-1.dnv.wideopenwest.com (pop-1.dnv.wideopenwest.com [64.233.207.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C2A43D45 for ; Thu, 23 Feb 2006 02:34:30 +0000 (GMT) (envelope-from don@donhayford.com) Received: from [192.168.1.101] (d60-65-141-141.col.wideopenwest.com [65.60.141.141]) by pop-1.dnv.wideopenwest.com (8.12.8/8.12.8) with ESMTP id k1N2djMm015879 for ; Wed, 22 Feb 2006 20:39:45 -0600 Message-ID: <43FD1F4E.5060204@donhayford.com> Date: Wed, 22 Feb 2006 21:34:54 -0500 From: Donald T Hayford User-Agent: Thunderbird 1.5 (X11/20060218) MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Automatically changing modes on the DVD writer for K3b X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 02:34:36 -0000 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. Thanks Don Hayford