Hello
Media files are on synology na (ip 192.168.0.3)
folder /volume1/video/ is nfs shared
I cannot get librelec mount this directory
This is what i do (and do it wrong)
I went to the nfs sample file under /storage/.config/system.d
Mount
What=//192.168.0.3/volume1/video
Where=/storage/video (this is a folder that already exists on libreelec
The other settings I left unchanged
I entered the command systemctl enable storage-videos.mount and it just seem to do nothing. I only get back to the prompt
LibreELEC:~/.config/system.d #
So the next thing I did was systemctl status storage-videos.mount and I got this
storage-videos.mount - nfs mount script
Loaded: loaded (/storage/.config/system.d/storage-videos.mount; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2017-02-17 13:46:30 CET; 3 weeks 1 days ago
Where: /storage/videos
What: //192.168.0.3/volume1/video
Feb 17 13:46:30 LibreELEC systemd[1]: Mounting nfs mount script...
Feb 17 13:46:30 LibreELEC systemd[1]: storage-videos.mount: Mount process exited, code=exited status
=255
Feb 17 13:46:30 LibreELEC systemd[1]: Failed to mount nfs mount script.
Feb 17 13:46:30 LibreELEC systemd[1]: storage-videos.mount: Unit entered failed state.
Has one of you have any idea what I should do to get this work?
Must be probably overlooking something very easy
Thanks to all