I'm running a Linux file server which has a filesystem mounted via sshfs. This filesystem is shared via Samba to some Windows computers.
I'm experiencing a problem when a Windows 7 computer attempts to delete a non-empty folder. The error is "permission denied".
sshfs + samba + Windows 2000 works properly, as does samba + Windows 7 (no sshfs).
My problem appears to be the same as this person's:
http://en.usenet.digipedia.org/thread/11920/304/
I'm using the following:
SSHFS version 2.2
FUSE library version: 2.8.4
fusermount version: 2.8.4
using FUSE kernel interface version 7.12
smbd version 3.2.5
Thanks to anyone who could point me in the right direction.