From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 12:22:15 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 E75CC37B401 for ; Mon, 7 Jul 2003 12:22:15 -0700 (PDT) Received: from mta9.adelphia.net (mta9.adelphia.net [64.8.50.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DFFA43F93 for ; Mon, 7 Jul 2003 12:22:15 -0700 (PDT) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([24.53.179.151]) by mta9.adelphia.net (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP id <20030707192214.SAUJ1347.mta9.adelphia.net@potentialtech.com>; Mon, 7 Jul 2003 15:22:14 -0400 Message-ID: <3F09C866.2070401@potentialtech.com> Date: Mon, 07 Jul 2003 15:22:14 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Klaffenboeck References: <20030707191411.GM388@martin.kleinerdrache.org> In-Reply-To: <20030707191411.GM388@martin.kleinerdrache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: fstab spezial 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: Mon, 07 Jul 2003 19:22:16 -0000 Martin Klaffenboeck wrote: > Hello, > > Is it possible to make an fstab entry which matches to all users? > Something like: > > /dev/fd0 ${HOME}/floppy msdos dev,rw,noauto 0 0 > > But this does not work, and I couldn't find the correct one in the > documentation. I don't believe it's possible. Look at scripting in the user's login script, or (probably easier) just symlink each users ~/floppy to /floppy and mount the disk on /floppy. -- Bill Moran Potential Technologies http://www.potentialtech.com