Hello! I have samba share on my sshfs-mounted folder. All works just fine except I can't delete files from sshfs unless they are in 0777 chmodded directory. Even if that files were putted trough smbclient. I can read files, write files (regardless their directory permissions) but not delete them.
Here is my share config: [myshare] comment = shre over sshfs path = /home/kli/work/remotes/dev valid users = kli public = no writable = yes printable = no delete readonly = yes read only = no force group = kli force user = kli /home/kli/work/remotes/dev is sshfs-mounted directory on another server. It's accessible by everyone and mounted with option 'allow_other' so every user on my system can create and delete files in sshfs directory. How can I make samba delete files from sshfs mounted directory? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
