-
I have all my files stored on my Mac running Sonoma 14.5 through iTunes. I have Music Assistant as an Add-on for Home Assistant. I set up a Standard user called MusicAssistant on my Mac. Now I try to add the folder as a Filesystem (remote share) Provider giving the fqdn and share name, and the credentials for the user.
The error message in the add-on logs is the same. On the HA Host log I see the following (hostname and timestamp redacted):
I'm copying and pasting the password from the same place when I am creating the user and setting up the Provider, so no typos can happen. In Mac System Settings > Network > Firewall > Options File Sharing (SMB) is set to Allow incoming connections. What am I doing wrong? Additional info that may be relevant. My media files are on an external USB drive connected to the Mac.
The error is with the mounting - I don't think that issue is related to the contents of the share. I worked on an Add-On that was going to mount SMB shares, and couldn't figure out how to do it (something to do with Docker's security model). Then Home Assistant started supporting Network Shares which could then be mapped to Add-ons, so I gave up as that worked. However, now I am suspecting there is some issue with sharing from an external USB drive... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
You can try using the IP address instead of the host name. However, MA is just using the OS mount command which you can see from the error message. I would say you are the right track and this is something that you have to resolve at your end. Maybe try a dedicated network forum. |
Beta Was this translation helpful? Give feedback.
-
I think there is some issue accessing Mac SMB shares if the folder is on a USB drive. From a Windows PC, I can get to the Mac in Windows Explorer, see all the shares listed and access all of them except any on a USB drive. I've tested this on USB drives formated with APFS and Mac OS Extended, and the same issue arises - the share is visible but can't be opened even using an admin account. I'll share what I find out here, as I can't be the only person wanting to expose a large iTunes music library on an external drive from a Mac to Music Assistant. |
Beta Was this translation helpful? Give feedback.
-
Found the fix for this. I needed to grant Here's how to do it for macos Sonoma:
|
Beta Was this translation helpful? Give feedback.
Found the fix for this. I needed to grant
/usr/sbin/smbd
Full Disk Access rights. After doing that I was able to add the share.Here's how to do it for macos Sonoma:
/usr/sbin
then selectsmbd