fstab

snippet of my /etc/fstab.
Allows users access to my Fat32 windows partitions and allows 'users' to modify the partitions.

/dev/hdb1 /windows/audio vfat user,users,gid=users,umask=0002,utf8=true 0 0
/dev/hdb6 /windows/neuro vfat user,users,gid=users,umask=0002,utf8=true 0 0
/dev/hdb5 /windows/video vfat user,users,gid=users,umask=0002,utf8=true 0 0
/dev/hdb7 /windows/virtuo vfat user,users,gid=users,umask=0002,utf8=true 0 0

0 comments: