From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 05:55:16 2004 Return-Path: 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 9B93016A4D0 for ; Fri, 6 Feb 2004 05:55:16 -0800 (PST) Received: from mail.web-mania.com (mail.web-mania.com [217.204.37.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B15143D6D for ; Fri, 6 Feb 2004 05:55:09 -0800 (PST) (envelope-from edd@arameus.net) Received: from tectonics.force9.co.uk ([212.159.95.35] helo=it3) by mail.web-mania.com with smtp (Exim 3.36 #13) id 1Ap6Ts-0001jW-00 for freebsd-questions@freebsd.org; Fri, 06 Feb 2004 13:57:16 +0000 Message-ID: <003101c3ecb9$0703f2b0$8000a8c0@it3> From: "Edd Barrett" To: Date: Fri, 6 Feb 2004 13:56:02 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-WM-MailScanner-Information: Please contact the ISP for more information X-WM-MailScanner: Found to be clean Subject: Howto umount a cdrom as non-root? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 13:55:16 -0000 I have used vfs.usermount=1 to allow users to mount the cdrom in a dir in thier home dir. What is the most proper and secure method of doing so. If possible without the use of sudo or chmod +s. Thanks vext01