From owner-freebsd-questions Wed Mar 29 6:53:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id CD4C537C044 for ; Wed, 29 Mar 2000 06:53:45 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12aJhH-0008Rp-00; Wed, 29 Mar 2000 16:43:51 +0200 From: Sheldon Hearn To: Walsh Michael J NPRI Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Persistent user access to floppy, zip, and cd-rom drives In-reply-to: Your message of "Wed, 29 Mar 2000 09:00:01 EST." <42AEE645FD42D311BAB300104B316E7401403F42@NPRICSDEXC01.NPT.NUWC.NAVY.MIL> Date: Wed, 29 Mar 2000 16:43:51 +0200 Message-ID: <32476.954341031@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Mar 2000 09:00:01 EST, Walsh Michael J NPRI wrote: > How do I give persistent user (me) access to the floppy, zip, and cd-rom > drives? I've read in the archives that I can issue the command > > # sysctl -w vfs.usermount=1 > > as root to allow this (which works), but I don't want to have to do this > every time I reboot. Do I need to build something into the kernel? As of FreeBSD 4.0-RELEASE, you can add the following line to /etc/sysctl.conf: vfs.usermount=1 The /etc/rc.sysctl script will do the right thing with that at boot time. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message