Welcome to LQ!
You really should read all of "man mount" and "man fstab" as you are trying
to do something which is not the design of the GNU/Linux operating system.
From "man mount" (the manual page for the mount command):
Quote:
(iii) Normally, only the superuser can mount file systems. However, when fstab con-
tains the user option on a line, anybody can mount the corresponding system.
|
I use these options to mount my vfat partitions so all users can read/write to them:
Code:
/dev/hda2 /Storage vfat users,umask=1000,rw,auto 1 0