Please can someone steer me in the right direction. Here is my .mount file
Code
[Unit]
Description=nfs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.1.100/i/4KMoviesUSB1
Where=/storage/4kMoviesUSB1
Type=nfs
[Install]
WantedBy=multi-user.target
Display More
But it doesn't work.
I SSH into the Minix and enabled the mount with the command "systemctl enable storage-4KMovies2.mount and the 4KMoviesUSB1 folder appears in the storage area within Kodi, but it's empty.
Can anyone help?