From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 23:55:20 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 A711016A4CE for ; Fri, 6 Feb 2004 23:55:20 -0800 (PST) Received: from server1.web-mania.com (unknown [217.204.37.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 167E643D1D for ; Fri, 6 Feb 2004 23:55:20 -0800 (PST) (envelope-from freebsd@arameus.net) Received: (from www@localhost) by server1.web-mania.com (8.11.6/8.11.6) id i16BHaN01055; Fri, 6 Feb 2004 11:17:36 GMT Date: Fri, 6 Feb 2004 11:17:36 GMT Message-Id: <200402061117.i16BHaN01055@server1.web-mania.com> X-Authentication-Warning: server1.web-mania.com: www set sender to freebsd@arameus.net using -f To: freebsd-questions@freebsd.org Received: from 212.159.95.35 (auth. user freebsd@arameus.net@mail.arameus.net) by arameus.net with HTTP; Fri, 06 Feb 2004 11:17:36 +0000 X-IlohaMail-Blah: freebsd@arameus.net X-IlohaMail-Method: mail() [mem] X-IlohaMail-Dummy: moo X-Mailer: IlohaMail/0.7.11 (On: arameus.net) From: vext01 Bounce-To: vext01 Errors-To: vext01 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Desktop FreeBSD - is it up to it? 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: Sat, 07 Feb 2004 07:55:20 -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=3D1. 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