I have forked-daapd v.26 running in a jail
/mnt/Extensions/Jails/ForkInIt/
and I intend on putting the audio files in
/mnt/pool/smbshare1
...and would like that to be accessible read/write by forked-daapd.
In the jail it would be /mnt/smbshare1
So I created the directory at:
/mnt/Extensions/Jails/ForkInIt/smbshare1
...and made the entry in theBrig fstab settings as:
/mnt/pool/smbshare1 /mnt/Extensions/Jails/ForkInIt nullfs rw . 0 . 0
The jail starts, at the shell from within jail, I go to /mnt/smbshare1
...and I can not see the data that I have there. I can create files/directories from within the jail and who knows where they are, but I'm not seeing them on the share either.
Otherwise I'll just package up forked-daapd v.26 and pkg install it on the host, because I know that will work.
The included FireFly service is fairly old and I'd like to use a newer option, but only v.24 is available from the packager / ports so I have to make it myself.
