Edit your /etc/fstab as follows (change /dev/sdaX to your shared partition location):
/dev/sdaX /mnt/shared vfat defaults,user,auto,umask=0 0 0
Now it should automatically mount the partition and it should be readable and writable by all users. If you want to disable auto-mount of the partition, replace
auto
with noauto
.
No comments:
Post a Comment