Originally Posted by
Morbius1
The only person getting write access to the folder being shared is root. From your other post it's because you used PySDM. Go into /etc/fstab and look at the line PySDM created for that partition. Please post the output of the following command:
It looks like PySDM has the umask parameter set to "umask=022". It needs to be changed to "umask=000"
This is the output of
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=cc1a8b2c-6c1a-415e-b2d6-c73a370d2b81 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=66b18417-1260-4e53-80c6-53575e7aadce none swap sw 0 0
/dev/sdb2 /media/sdb2 vfat users,user 0 0