fstab - how to set rwx perimission to all user?
Pretty dumb question that is, but how do I set this drive to be u+rwx everytime I boot my computer? This is my fstab for this drive. Thanks!
# /dev/sda5, size=81931437, type=11: FAT32 (extended)
/dev/sda5 /mnt/win_d vfat user,exec,rw,noauto,iocharset=utf8,umask=0 0 0
|