Fixed in
https://test.libreelec.tv/12.0/RPi/RPi4/…-0af59b4.img.gz
Thanks HiassofT et al.
How do I mark this threadas [SOLVED}?
Glad it's fixed for you but no luck for me.
Running from ssh, I'm getting the following errors using 18th January nightly for RPi5:
Code
/storage$ systemctl start storage-NAS_1.mount
Job failed. See "journalctl -xe" for details.
/storage$ systemctl status storage-NAS_1.mount
× storage-NAS_1.mount - Disk 1 nfs mount script
Loaded: loaded (/storage/.config/system.d/storage-NAS_1.mount; enabled; preset: disabled)
Active: failed (Result: exit-code) since Thu 2024-01-18 20:56:18 GMT; 33s ago
Where: /storage/NAS_1
What: 192.168.1.200:/mnt/HD_a2
CPU: 2ms
Jan 18 20:56:18 LibreELEC systemd[1]: Mounting storage-NAS_1.mount...
Jan 18 20:56:18 LibreELEC mount[1396]: mount.nfs: rpc.statd is not running but is required for remote locking.
Jan 18 20:56:18 LibreELEC mount[1396]: mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
Jan 18 20:56:18 LibreELEC systemd[1]: storage-NAS_1.mount: Mount process exited, code=exited, status=32/n/a
Jan 18 20:56:18 LibreELEC systemd[1]: storage-NAS_1.mount: Failed with result 'exit-code'.
Jan 18 20:56:18 LibreELEC systemd[1]: Failed to mount storage-NAS_1.mount.
Display More
This is with systemd mount script:
Code
[Unit]
Description=Disk 1 nfs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=192.168.1.200:/mnt/HD_a2
Where=/storage/NAS_1
Type=nfs
[Install]
WantedBy=multi-user.target
Display More
Did you have to make any changes to your script or exports file to get it to work?