The following example will automatically mount the partition, allow the user to mount/un-mount it (
user) and set the permissions (
umask).
Code:
/dev/hda2 /mnt/downloads auto defaults,user,uid=phoenigs,gid=phoenigs,umask=022 0 0
Take a look at the MAN page for
mount, you will find description concerning all the available options.
