Share from Linux to Mac

Hi,

Thank you for this project. Do you have any experience with sharing from Linux host to Mac clients?

On client I can open the Samba share, but there are some problems when I access.

Working:

  • write to a file from any software works (example: save text from text editor)
  • copy from server to client works (command line + drag and drop)
  • copy from client to server from command line works ($cp unnamed.png /Volumes/rclone )

Not working:

  • copy from client to server via drag and drop Mac: The operation can’t be completed because an unexpected error occurred (error code -50).

After trying I see an empty file with the actual filename on the server, so it is created, but the content is not copied.

  • file delete $rm /Volumes/rclone/unnamed.png
    rm: /Volumes/rclone/unnamed.png: Operation not supported