Followed steps on
https://docs.qnap.com/nas/4.1/SMB/en/index.html?win_mac_nfs.htm I set up
a specific share for the music folder and enabled NFS for it, with
read-only access (LMS seems happy with that) and restricted it to only
serve the LMS client IP address (as NFS doesn't have username/password
access).

I wanted to avoid messing around with fstab again, so I put the
following into /etc/rc/local:


Code:
--------------------
    sudo mount 192.168.0.4:/flacmusic /mnt/Music -t nfs4
  
--------------------


Seems to work perfectly through a reboot.


------------------------------------------------------------------------
tuck1s's Profile: http://forums.slimdevices.com/member.php?userid=67484
View this thread: http://forums.slimdevices.com/showthread.php?t=109663

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to