From owner-freebsd-questions Fri Jul 19 6: 0:38 2002 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 C8E2237B400 for ; Fri, 19 Jul 2002 06:00:35 -0700 (PDT) Received: from mail4.nc.rr.com (fe4.southeast.rr.com [24.93.67.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F79843E5E for ; Fri, 19 Jul 2002 06:00:35 -0700 (PDT) (envelope-from bts@fake.com) Received: from this.is.fake.com ([66.26.254.93]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Fri, 19 Jul 2002 09:00:34 -0400 Received: by this.is.fake.com (Postfix, from userid 111) id D4203BB2C; Fri, 19 Jul 2002 09:00:06 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: Steve Mazerski , dan@slightlystrange.org, freebsd-questions@FreeBSD.ORG Subject: Re: /cdrom for normal users? Date: Fri, 19 Jul 2002 09:00:06 -0400 X-Mailer: KMail [version 1.3] Cc: "Balaji, Pavan" References: <3D386AED1B47D411A94300508B11F18703BC5BCF@fmsmsx116.fm.intel.com> <20020718180952.GA10283@catflap.home.slightlystrange.org> <200207182054.07296.smazerski@yahoo.co.jp> In-Reply-To: <200207182054.07296.smazerski@yahoo.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020719130006.D4203BB2C@this.is.fake.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 18 July 2002 02:54 pm, Steve Mazerski wrote: | On Thursday 18 July 2002 20:09, Daniel Bye wrote: | > On Thu, Jul 18, 2002 at 07:15:10AM -0700, Balaji, Pavan wrote: | > > By default, cdrom is /dev/acd0c is only mountable by root in FreeBSD. | > > You can make it mountable by normal users by changing the /etc/fstab | > > entry to users,ro,noauto | > > | > > /dev/acd0c /cdrom cd9660 users,ro,noauto 0 | > > 0 | > | > Hmm, just edited my /etc/fstab to look like this, and I get a different | > message: | > | > cd9660: -o users: option not supported Right. That's because you can't do that in FreeBSD. I wish you could, too. At least, it's never worked for me. | > However, google brought me this: | > | > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOP | >PY MOUNT That's ok if you can live with users being able to mount only into their own directories, but I found that rather awkward. I use "op" (from the ports/packages) to permit ordinary users to mount the cdrom. This is a sort of "super sudo" command that you use to give limited or full access with or without passwords to various commands. It means that ordinary users would mount with op mount /cdrom rather than just mount /cdrom. Myself, I alias mount to op mount in my "ordinary user" profile. -- Brian, the man from Babble-On . . . . bts@babbleon.org (personal) http://www.babbleon.org http://www.eff.org http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message