On Wed, 2006-04-19 at 07:56 +0530, Shridhar Daithankar wrote: > Add 'users' option in /etc/fstab so that any user can mount/unmount the > filesytem and add a relevant umount/mount command sequence to the ~/.bashrc > for the user so that the filesystem is mounted whenever user logs on. And of > course being the mounting user (s)he gets full access to the filesystem.
In /etc/fstab, I tried the following, along with 'mount /dev/sda3 /mnt/sda3' in ~/.bashrc - a. rw,exec,noauto,users --> no user is able to mount at login, only root can do that. b. rw,exec,auto,users --> mounted readonly for all users at login, belongs to root, no user gets to write or execute. Am I missing something ? -- --K.Ghosh 093 910 58 749 [EMAIL PROTECTED] [EMAIL PROTECTED] Debian GNU/Linux user No.301508 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
