The user must have rw rights to the folder you are mounting on, before it is mounted. Also, you need to add the user's user group to the line defining the mount point.
For example
This would allow only root to modify the mounted folder.Code:/dev/hda2 /mnt/hda2 ext2 rw,noauto 0 0
By doing this change, I'm allowing anyone in the trickster group to modify the folder.Code:/dev/hda2 /mnt/hda2 ext2 rw,trickster,noauto 0 0


Reply With Quote

Bookmarks