Hello,
It is a LibreELEC 9.0.1 on RaspberryPi 3.
I have configured the mount by NFS as in the previous version 8.2.5, where it worked fine, and in version 9.0.1 does not mount on startup.
The configuration /storage/.config/storage-Media.mount
Code
[Unit]
Description=nfs mount /storage/Media
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=192.168.2.12:/mnt/disco1/Media
Where=/storage/Media
Options=
Type=nfs
[Install]
WantedBy=multi-user.target
Display More
When checking the status with systemctl status storage-Media.mount
Code
storage-Media.mount - nfs mount /storage/Media
Loaded: loaded (/storage/.config/system.d/storage-Media.mount; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2018-06-22 13:11:56 CEST; 9 months 8 days ago
Where: /storage/Media
What: 192.168.2.12:/mnt/disco1/Media
Jun 22 13:11:53 LibreELEC systemd[1]: Mounting nfs mount /storage/Media...
Jun 22 13:11:56 LibreELEC mount[359]: mount: mounting 192.168.2.12:/mnt/disco1/Media on /storage/Media failed: No route to host
Jun 22 13:11:56 LibreELEC systemd[1]: storage-Media.mount: Mount process exited, code=exited status=255
Jun 22 13:11:56 LibreELEC systemd[1]: storage-Media.mount: Failed with result 'exit-code'.
Jun 22 13:11:56 LibreELEC systemd[1]: Failed to mount nfs mount /storage/Media.
Display More
But, if once started, I execute systemctl start storage-Media.mount
When checking again the status with systemctl status storage-Media.mount
Code
storage-Media.mount - nfs mount /storage/Media
Loaded: loaded (/storage/.config/system.d/storage-Media.mount; enabled; vendor preset: disabled)
Active: active (mounted) since Sun 2019-03-31 18:48:37 CEST; 2s ago
Where: /storage/Media
What: 192.168.2.12:/mnt/disco1/Media
CGroup: /system.slice/storage-Media.mount
Mar 31 18:48:37 LibreELEC systemd[1]: Mounting nfs mount /storage/Media...
Mar 31 18:48:37 LibreELEC systemd[1]: Mounted nfs mount /storage/Media.
Does anyone know why to version 8.2.5 this worked and as of version 9.0.x it does not work anymore?
Does this happen to someone else?
Thank you very much in advance.
Wimiti.
PD: This has been translated from Spanish through Google Translator. Sorry for possible inaccuracies.