From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 21:05:56 2003 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 A9AA716A4C1 for ; Thu, 28 Aug 2003 21:05:56 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5656B43FD7 for ; Thu, 28 Aug 2003 21:05:53 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (rwcrmhc11) with ESMTP id <20030829040115013003u6c4e>; Fri, 29 Aug 2003 04:01:15 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h7T41EN9050709 for ; Fri, 29 Aug 2003 00:01:14 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h7T41Aju050706; Fri, 29 Aug 2003 00:01:10 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: freebsd-questions@freebsd.org References: <000101c36de0$9c1883a0$6501a8c0@croydon> From: Lowell Gilbert Date: 29 Aug 2003 00:01:09 -0400 In-Reply-To: <000101c36de0$9c1883a0$6501a8c0@croydon> Message-ID: <44bru93yey.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: allowing non root users to mount 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, 29 Aug 2003 04:05:56 -0000 Desmond Lee writes: > However, can you do this on freeBSD? I mean, with RedHat it does it for > you so that you have a floppy and cdrom icon on your desktop. But can > you do that w/ freeBSD? I don't think so cause if there is no floppy/zip > disk/ or cdRom in the drive when you mount, it will return you an error. > So trying to mount these on boot is not right... is this correct? The usual approach for this is an automounter: see amd(8). > Is there any way that I can get no root users to mount files systems > like cdrom, zip and floppy? Yes. See the FreeBSD FAQ: "How do I let ordinary users mount floppies, CDROMs and other removable media?" > I tried to look this up and some people said to use the "user" option in > the /etc/fstab file, but this didn't work. That advice is for Linux.