Kitaab

NFS mounts on Kodi

ops kodi cli tip

published 2022-03-20 15:47

updated 2022-03-20 15:47

LibreElec / Kodi NFS mount GUI is busted af. To mount NFS directories you gotta ssh in. You'll need to create a systemd unit and then (re)start it.

nano /storage/.config/system.d/storage-x.mount

[Unit]
Description=test nfs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service

[Mount]
What=192.168.1.240:/mnt/three/movies
Where=/storage/movies
Options=
Type=nfs

[Install]
WantedBy=multi-user.target