From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 03:29:30 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 11C2216A4CE for ; Fri, 6 Feb 2004 03:29:30 -0800 (PST) Received: from mail.web-mania.com (mail.web-mania.com [217.204.37.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id A443343D1D for ; Fri, 6 Feb 2004 03:29:28 -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 1Ap4DA-0003Do-00 for freebsd-questions@freebsd.org; Fri, 06 Feb 2004 11:31:52 +0000 Message-ID: <000b01c3eca4$b7c41ae0$8000a8c0@it3> From: "Edd Barrett" To: Date: Fri, 6 Feb 2004 11:30:38 -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: desktop freebsd?? 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 11:29:30 -0000 Hi all, I have been using freebsd for my web/database/music server for a while and it has performed flawlessly. good good! However recently I installed freebsd on my desktop too. I can do the things I want to, it just seems that i need to be root to do a lot of things. If I didnt have root, I would be screwed. One point I find annoying is that I cant workout how a normal user can unmount a fs. I have created ~/cdrom and put an fstab entry in for it. The device is /dev/acd0 (777 for now). vfs.usermount=1. I can mount the share, but not unmount it. For now I have chmod +s /sbin/umount. This is bad and i wouldnt appreciate a normal user unmounting my hard disks. What is the proper way?? My version is 5.2-release. Also is there any guides online that tell you how freebsd can be configured as a desktop machine? Thanks vext01