Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 20:54:07 +0200
From:      Steve Mazerski <smazerski@yahoo.co.jp>
To:        dan@slightlystrange.org, freebsd-questions@freebsd.org
Cc:        "Balaji, Pavan" <pavan.balaji@intel.com>
Subject:   Re: /cdrom for normal users?
Message-ID:  <200207182054.07296.smazerski@yahoo.co.jp>
In-Reply-To: <20020718180952.GA10283@catflap.home.slightlystrange.org>
References:  <3D386AED1B47D411A94300508B11F18703BC5BCF@fmsmsx116.fm.intel.com> <20020718180952.GA10283@catflap.home.slightlystrange.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 entr=
y to
> > users,ro,noauto
> >
> > /dev/acd0c              /cdrom          cd9660 users,ro,noauto   0   =
  =20
> > 0
>
> Hmm, just edited my /etc/fstab to look like this, and I get a different
> message:
>
> cd9660: -o users: option not supported

That's what I got when I borrowed the relevent line from my Linux
/etc/fstab. Being a hopeless beginner I presumed this was a naive
error on my part and discretely forgot to mention it.

> However, google brought me this:
>
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FL=
OPPY
>MOUNT

Thanks, but been there, done that (see my original mail).

So, what's up? At the moment things look like this?

localuser@localhost > uname -a
FreeBSD localhost.local 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Sun Jul 14=20
17:14:44 CEST 2002     root@localhost.local:/usr/src/sys/compile/KERNEL_1=
 =20
i386

(I recompiled the kernel for ext2fs support)

root# sysctl -a | fgrep vfs\.usermount
vfs.usermount: 1

localuser@localhost > ls -ld /cdrom
drwxrwxr-x  2 root  wheel  512 Jul 14 18:10 /cdrom
localuser@localhost > ls -l /dev/acd0c
crw-rw----  4 root  operator  117,   0 Jul 14 18:15 /dev/acd0c
localuser@localhost > groups
localuser wheel operator
localuser@localhost > cat /etc/fstab | fgrep cdrom
/dev/acd0c              /cdrom          cd9660  ro,noauto,users 0       0
localuser@localhost > mount /cdrom=20
cd9660: -o users: option not supported
localuser@localhost >  mount -t cd9660 /dev/acd0c  ~/cdrom=20
localuser@localhost >  ls ~/cdrom
EULA            README          RedHat          autorun
GPL             RPM-GPG-KEY     TRANS.TBL

(well, it was the first one I had to hand ;-)

Any ideas? Just wondering...
(I may of course be overlooking something).

S.Mazerski


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207182054.07296.smazerski>