From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 06:38:57 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 AA2F916A4B3 for ; Wed, 22 Oct 2003 06:38:57 -0700 (PDT) Received: from antsrv1.ant.uni-bremen.de (antsrv1.ant.uni-bremen.de [134.102.176.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7F243FA3 for ; Wed, 22 Oct 2003 06:38:52 -0700 (PDT) (envelope-from rebehn@ant.uni-bremen.de) Received: from taipeh.ant.uni-bremen.de ([134.102.176.3] helo=ant.uni-bremen.de) by antsrv1.ant.uni-bremen.de with esmtp (Exim 4.22) id 1ACJCK-000MUv-0x; Wed, 22 Oct 2003 15:38:48 +0200 Message-ID: <3F966C4D.5040105@ant.uni-bremen.de> Date: Wed, 22 Oct 2003 13:38:53 +0200 From: Heinrich Rebehn User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4.1) Gecko/20031013 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <3F95324C.4090201@ant.uni-bremen.de> <44k76xe85g.fsf@be-well.ilk.org> In-Reply-To: <44k76xe85g.fsf@be-well.ilk.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Automatic mounting of removable meadia 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: Wed, 22 Oct 2003 13:38:57 -0000 Lowell Gilbert wrote: > Heinrich Rebehn writes: > > >>Is it possible to automatically mount media when they are inserted? >> From the GNOME 2.4 documentation (Nautilus, 1.8.1:To mount Media): >> >>" >>If your system is not configured to mount the device automatically, >>you must mount the device manually. Right-click on the desktop, then >>choose Disks->device-name. For example, to mount a floppy diskette, >>choose Disks->Floppy. An object that represents the media is added to >>the desktop. >>" >> >>So, how can i configure FreeBSD to mount the device automatically? > > > amd(8) Yes. Although it does not provide automatic mounting upon insertion of the disk (like windows does), it would be a solution. Unfortunately "man amd" does not say anything about the format of the map for a local device and i was unable to find anything in /usr/share/examples. Can anyone give me an example? > > >>Unfortunately, the GNOME way to manually mount media via an entry in >>/etc/fstab does not work under FreeBSD since the mountpoint must be >>owned by the user, which is difficult to configure for a multiuser >>system. > > > No, it's not. You can either have each user have a mountpoint in > their own home directory, or you can use a common mountpoint which > gets forced to the ownership of the user in the login procedure > (typically via fbtab(5) or the XFree86 login, e.g. xdm's GiveConsole > script). You have to be careful with security, but it's not very > different from letting ordinary users mount media in the first place. Thanks for these hints. Heinrich