Re: fstab mount options

2000-07-03 Thread Harry Putnam
Vivek Khera <[EMAIL PROTECTED]> writes: > > "HP" == Harry Putnam <[EMAIL PROTECTED]> writes: [...] > You need to turn on a sysctl to allow user mounts, then adjust file > permissions to allow specific file systems to be mounted by the user. > For example, from my Xstartup script (run by kd

Re: fstab mount options

2000-07-03 Thread Crist J. Clark
On Tue, Jul 04, 2000 at 12:07:32AM +0200, Brad Knowles wrote: > At 5:23 PM -0400 2000/7/3, Vivek Khera wrote: > > > # allow CD-ROM and ZIP drive user-mounting. > > for i in /dev/*acd0* /cdrom /dev/*da0* /zip > > do > > chmod 0755 $i > > chown $USER $i > > done > > So, if you happen