From owner-freebsd-doc@FreeBSD.ORG Sat Nov 13 03:25:28 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E532716A4CE for ; Sat, 13 Nov 2004 03:25:28 +0000 (GMT) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C32443D3F for ; Sat, 13 Nov 2004 03:25:28 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.100] (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) iAD3PQkc012848 for ; Fri, 12 Nov 2004 22:25:26 -0500 (EST) Message-ID: <41957F09.8050605@ec.rr.com> Date: Fri, 12 Nov 2004 22:27:05 -0500 From: jason User-Agent: Mozilla Thunderbird 0.8 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-docs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: a section for cd access as a regular user. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 03:25:29 -0000 I didn't see a section in the handbook on setting up a new group to facilitate using and burning cds as a normal user. Could there be one added to the handbook so everyone would be able too without google? Here is what I do to use the cd as a non root user. I added a group called cd_access that could access and mount drives(cd drives only I think) and made my self a group member. I set vfs.usermount=1 under sysctl.config. I added own /dev/acd0 root:cd_access perm /dev/acd0 0770 to devfs.conf. I'm not on the list so cc me, but I will still try to check the archives for replies too.