Hello,
I have updated my RockPi4 by fresh install to LE12.0.
My previous setting on LE11.6 was worked verywell, so I desided to keep the same config files for the LE12.0.
See below my storage-backup.mount file
Code
[Unit]
#NFS mount
Description=test nfs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
#NFS mount
What=172.25.2.60:/mnt/Backup/Kodi/RockPi4
Where=/storage/backup
Options=
Type=nfs
[Install]
WantedBy=multi-user.target
Display More
But that don't work. See the result of systemctl status storage-backup.mount
Code
× storage-backup.mount - test nfs mount script
Loaded: loaded (/storage/.config/system.d/storage-backup.mount; enabled; preset: disabled)
Active: failed (Result: exit-code) since Sun 2024-05-26 13:37:27 CEST; 6min ago
Where: /storage/backup
What: 172.25.2.60:/mnt/Backup/Kodi/RockPi4
CPU: 24ms
May 26 13:37:27 LibreELEC systemd[1]: Mounting storage-backup.mount...
May 26 13:37:27 LibreELEC mount[851]: mount.nfs: rpc.statd is not running but is required for remote locking.
May 26 13:37:27 LibreELEC mount[851]: mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
May 26 13:37:27 LibreELEC mount[851]: mount.nfs: Protocol not supported for 172.25.2.60:/mnt/Backup/Kodi/RockPi4 on /storage/backup
May 26 13:37:27 LibreELEC systemd[1]: storage-backup.mount: Mount process exited, code=exited, status=32/n/a
May 26 13:37:27 LibreELEC systemd[1]: storage-backup.mount: Failed with result 'exit-code'.
May 26 13:37:27 LibreELEC systemd[1]: Failed to mount storage-backup.mount.
Display More
Thank you for your help.
Meirick