What filesystem do you suggest then ?
I have tested the USB stick on a Mac and no issues, I can write files.
Has the SMB server been tested from a Mac and if so what is the recommended setup in terms of filesystem, partition type, size, etc ?
I have reformatted the USB stick, reset the router firmware and setup Network Share again.
I get same error copying from Finder, but I also tested in commandline and it appeared to be working, but then at the end I get an error
could not copy extended attributes to /Volumes/shared/dvd.iso: Attribute not found
Probably 'vfs' compatibility not very well, please try:
go to GL router smb server configuration on command line, group 'global', add this one option (original is yes):
Hi Bruce, I just check the file /etc/samba/smb.conf.template it has the following set by default;
fruit:nfs_aces = no
fruit:aapl = yes
vfs objects = catia fruit streams_xattr
I find this file gets overwritten when setting up a samba share again. I edited the /var/etc/smb.conf file instead and re-started SMB service to test again with these settings;
Now I can create multiple folders in finder and that works, but copying files fails again in finder, creating a zero byte file.
The operation can’t be completed because an unexpected error occurred (error code -50).
Testing from command line on Mac to copy does copy the file, but again shows extended attributes error on completion.
Re-formatted the USB to ext4 and tested again, working as expected now.
Basically, can't user exFAT on Samba share to a Mac, exFAT does not support extended attributes (xattrs), which are needed for vfs_streams_xattr to function properly