I'm having a lot of trouble with SMB file shares between my DS1019+ and my Macs (macOS Catalina 10.15.2)
My settings are in the screenshots.
After a fresh reboot of my Mac and the diskstation, I can connect by the sidebar icons in Finder to the DS on my network and double click my shared folders to mount them. However after a random/indeterminate time, often after the Mac has woken from sleep, the mounted shares will be disconnected and I cannot connect to them by the finder window anymore.
I will then need to manually mount the shares by command-K in Finder to connect to the DS by its IP. This then mounts the shares again, but I still cannot open the network shares by the finder window anymore, until a new reboot.
This this a Catalina bug? I recently upgraded to Catalina (against my better judgment!), but I found these issues with Mojave as well.
Any other settings I can change in MacOS or the Synology?
SMB only, no AFP/NFS SMB advanced settings: SMB2 - SMB3, enable opportunistic locking & enable SMB2 lease Enable SMB durable handlesI noticed lackluster SMB performance on MacOS a while back. I believe this was due to extra access to the .DS_Store files and unnecessary SMB signing. Now I do these tweaks on MacOS clients:
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
printf "[default]\nsigning_required=no\n" | sudo tee /etc/nsmb.conf >/dev/null
For some reason I had a lot of issues with SMB from my Macs to my Diskstation as well but years ago I switched over to NFS and it's been rock solid. I have three Diskstation shares auto-mounted at startup and never have an issue. Read/write speeds seem fast although I have not checked empirically.
Conntect to NAS via smb on Mac
Synology SMB has problems with macOS Sequoia. Can be slow and even crash the SMB connection.
Moving from SMB1 to SMB 2/3: Synology NAS, Windows and macOS
MacOS SMB connection with DSM
Videos
Does anyone know were I can submit details of a bug I've run into, specific to the latest Synology DSM and macOS Sequoia (tested 15.2-15.3.2). It might be a Sequoia bug, but think it might be better addressed to Synology, since SMB shares from Windows and the older macOS Sonoma work ok.
If you have an MKV video file around 1GB in size, and try to remux it from macOS Sequoia (tested Apple Silicon M4 and M3), using MKVToolNix or the included command line tool mkvmerge, and the output file is on a Synology (latest) share, it can be super slow, compared to a Windows 11 or Sonoma SMB share. Also running the same MKVToolNix tools on Windows 11 or Sonoma, writing to the same Synology share, it works fine. It seems only Sequoia has the problem.
Example: In a Synology shared folder, using the Sequoia terminal command line and a 1GB-is mkv ..
/Applications/MKVToolNix-90.0.app/Contents/MacOS/mkvmerge -o output.mkv input.mkv
Synology SMB settings are default, like you would find at demo.synology.com, except I have "Enable SMB durable handles" enabled (not sure if that makes a difference). Also, if you have the SMB Advanced Option "Enable SMB2 file leasing" it can actually crash the SMB connection between the two systems.
Who knows what other less obvious problems may also be related??
If you set the SMB Advanced Setting for both Maximum and Minimum SMB protocol to "SMB2", it is much faster (not sure how desirable that is, regarding other interoperability aspects).
=-=-=-=-=-= Update -=-=-=-=-=-
In this testing, WiFi is not used on any of the systems in question. It is strictly wired connections, all through the same hub.
=-=-=-=-=-=-=-
