Re: allowing users to mount cdrom again (thanks)

2004-07-09 Thread Grant Speelman
On Thursday 08 July 2004 14:34, you wrote: > On Thu, 8 Jul 2004 00:41:59 +0200 > > Grant Speelman <[EMAIL PROTECTED]> wrote: > > Hi > > > > I read in the previous post about allowing users to mount cdrom > > and wanted to try it for myself > > I did

Re: allowing users to mount cdrom again

2004-07-08 Thread Randy Pratt
On Thu, 8 Jul 2004 00:41:59 +0200 Grant Speelman <[EMAIL PROTECTED]> wrote: > Hi > > I read in the previous post about allowing users to mount cdrom and > wanted to try it for myself > I did the follow : > > added vfs.usermount=1 to /etc/sysctl.conf > changed t

Re: allowing users to mount cdrom again

2004-07-07 Thread Gautam Gopalakrishnan
On Thu, 8 Jul 2004 00:41:59 +0200, Grant Speelman <[EMAIL PROTECTED]> wrote: > Hi > > I read in the previous post about allowing users to mount cdrom and > wanted to try it for myself > I did the follow : > > added vfs.usermount=1 to /etc/sysctl.conf > changed t

allowing users to mount cdrom again

2004-07-07 Thread Grant Speelman
Hi I read in the previous post about allowing users to mount cdrom and wanted to try it for myself I did the follow : added vfs.usermount=1 to /etc/sysctl.conf changed the permissions on /dev/acd0 to include the user restarted freebsd (It's amazing what a restart does for me sometimes)

Re: allowing users to mount cdrom

2004-07-04 Thread jobse
hey! On Sat, 2004-07-03 at 23:55, Mikko Työläjärvi wrote: > On Sat, 3 Jul 2004, jobse wrote: > > > Dear List, > > When trying to mount the cdrom I get Operation not permitted. > > sysctl: vfs.usermount=0(what does that mean and how can I *permanently* > > change it to 1) > > I'd rather not set t

Re: allowing users to mount cdrom

2004-07-03 Thread Mikko Työläjärvi
On Sat, 3 Jul 2004, jobse wrote: Dear List, When trying to mount the cdrom I get Operation not permitted. sysctl: vfs.usermount=0(what does that mean and how can I *permanently* change it to 1) I'd rather not set the sticky bit on mount/umount if I mustn't. suggestions? /jobse vfs.usermount allows

Re: allowing users to mount cdrom

2004-07-03 Thread Bruce Hunter
On Sat, 2004-07-03 at 17:09, jobse wrote: > Dear List, > When trying to mount the cdrom I get Operation not permitted. > sysctl: vfs.usermount=0(what does that mean and how can I *permanently* > change it to 1) > I'd rather not set the sticky bit on mount/umount if I mustn't. > > suggestions? > /j

Re: allowing users to mount cdrom

2004-07-03 Thread Simon Barner
jobse wrote: > Dear List, > When trying to mount the cdrom I get Operation not permitted. > sysctl: vfs.usermount=0(what does that mean and how can I *permanently* > change it to 1) It means, that users are not allowed to mount file systems. To change it, run (as root) # sysctl vfs.usermount=1 T

allowing users to mount cdrom

2004-07-03 Thread jobse
Dear List, When trying to mount the cdrom I get Operation not permitted. sysctl: vfs.usermount=0(what does that mean and how can I *permanently* change it to 1) I'd rather not set the sticky bit on mount/umount if I mustn't. suggestions? /jobse ___