|
Not a solution to your problem, but a suggestion. samba is an implementation of a windows protocol (cfs). I would suggest using samba to ONLY share files from a *nix machine to a windows machine. I use NFS for file sharing from *nix to *nix, its alot less headache. I suggest running samba and nfs on the same file server and mounting the exact same directories. Use pam_mount to mount your nfs share for your linux machines and windows client to detect your samba share. In the end you are sharing the exact same files, but using specific(reliable) protocols for each.
|