How to change mount to grant user write permissions?
- by nals
I am on TomatoUSB, and using the feature to have a NAS.
The only way I can write to the Samba share is if I force root:
[global]
interfaces = 127.0.0.1, 192.168.1.1/24
bind interfaces only = no
workgroup = WORKGROUP
netbios name = TOMATO
security = share
wins support = yes
name resolve order = wins lmhosts hosts bcast
guest account = nobody
…