Hello @Richard_Raquillet
Thank you for the update. We have checked the diagnostic report enabled on your account
Before anything else, I want to clarify an important point:
Roon does not require SMBv1.
Roon is fully capable of using SMBv2+, and many Synology users (including in this thread) run SMBv2 without issues. So you do not need to enable insecure SMBv1 on your NAS.
Your log snippet shows:
[831] 11/26 13:07:25 Debug: [broker/filebrowser/volumeshare] TryConnect: share volume was not available, so attempting to connect: \\192.168.1.253 Volume1
[832] 11/26 13:07:25 Info: [broker/locations/directorystoragelocation] drive availabilitychanged: False, FileBrowser.Entry: \\192.168.1.253, VOLUME1 : \Music\ITunes2020RR\Music (it was False)
[833] 11/26 13:07:25 Warn: [roon/cifs] [roon/cifs] mounting failed: mount_smbfs -N -s -o nobrowse '//192.168.1.253/Volume1' '/Users/r2raquillet/Library/RoonMounts/RoonStorage_b0cd8008cb30c932e2f4990b380ff6275d059632' [rc:68, output:mount_smbfs: server connection failed: Operation timed out]```
This tells us the MacOS Roon process is attempting to mount, but the request never completes — which indicates a connection or authentication issue between macOS and the NAS, not a protocol-version mismatch.
To move forward efficiently, could you please confirm the following:
1. Can you mount the share manually in macOS Finder using the exact same credentials Roon is using?
Please open Finder → Go → Connect to Server and enter:
smb://192.168.1.253/Roon_music
When prompted, enter the same username/password you entered in Roon.
Does it mount successfully from the same Mac that is running Roon Server?
This is the most important test — if Finder cannot mount with the same credentials and path, Roon won’t be able to either.
2. Did the NAS user’s password or permissions change recently?
Please check on your Synology:
Control Panel → Shared Folder → Roon_Music → Permissions
and
Control Panel → File Services → SMB → Advanced → “Enable SMB” (v2 or v3 is fine)
Make sure the user Roon is authenticating with has:
- Read/Write access to the share
- SMB enabled
- Password unchanged
3. Try connecting via the NAS hostname
Sometimes macOS fails to resolve SMB mounts by IP, especially on networks with mDNS quirks or multiple interfaces.
Please try:
smb://<your_NAS_name>/Roon_music
Option 2 — Windows-style UNC path
\\192.168.1.253\Roon_Music
Please let us know if you were able to connect using the guidelines above