[plug] Just started with linux, need help

John Summerfield summer at os2.ami.com.au
Tue Oct 5 08:49:06 WST 1999


> Ari Finander wrote:
> > 
> > Christian,
> > 
> >      Tried your advice and edited the fstab file as root...now the system
> > will let me access the 'usermount' GUI but it still says that mounting of
> > devices is restricted to superuser.  For those of you tuning into this late
> ,
> > my goal is to be able to get regular users to be able to access floppy,
> > cdrom, and cdrive.

This works for me:

[summer at possum summer]$ grep floppy /etc/fstab
/dev/fd0                /mnt/floppy             auto    
noauto,user,nodev,noexec

noauto means don't mount unless specifically requested
user	anyone can do it
nodev	Don't use any devices in that filesystem
noexec	Don't run any programs from that filesystem

There are other options. Root can override them.
-- 
Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.




More information about the plug mailing list