I don´t see a big difference in practice using Gbit network
I´ve checked it out - videos aren´t playing better after local NFS mount.
Maybe it works in some cases using fast ethernet only
Well,
my humble experience with S905/S905X/S912 boxes has showed that when playing content from NFS mounted via Kodi - the box freezes on 10-15 minute. Regardless of cache settings. No such issue in comparison with SMB3, same cache settings, same source server.
When OS (LE) is mounting NFS to a local folder - no such issues observed. See this thread. ![smile :)](https://forum.libreelec.tv/core/images/smilies/emojione/263a.png)
Also,
I could not distinguish a big difference in performace/throughput between NFS3 and SMB3... ![shrug /shrug](https://forum.libreelec.tv/core/images/smilies/smiley51.png)
what and where should I copy?
Thank you
You have to make a local folder,
add the following into .config/autostart.sh, for example:
mkdir -p /storage/MEDIA
sleep 10 (or sleep 15, or more, empirically discovered value)
mount -t nfs <IP_of_the_source_server>:</NFS_export_folder> /storage/MEDIA
Of course,
you can mount NFS shared folders to existing, pre-built ones, like /storage/videos, /storage/music and etc. ![smile :)](https://forum.libreelec.tv/core/images/smilies/emojione/263a.png)