RPI4: NFS mount doesn't works after update from 11.0.6 to 12.0.0

  • I updated my RPI4 from 11.0.6 to 12.0.0. That worked great too. Unfortunately it no longer mounts my NFS share from my QNAP NAS. The release is still there and works perfectly on my RPI3 with 11.0.6.

    The "systemctl status storage-recordings.mount" gives me an error:

    Code
    May 23 13:57:49 XXX systemd[1]: Mounting storage-nas12tb.mount...
    May 23 13:57:49 XXX mount[1326]: mount.nfs: rpc.statd is not running but is required for remote locking.
    May 23 13:57:49 XXX mount[1326]: mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
    May 23 13:57:49 XXX mount[1326]: mount.nfs: mounting 192.168.178.XX:/nas12tb failed, reason given by server: No such file or dir
    May 23 13:57:49 XXX systemd[1]: storage-nas12tb.mount: Mount process exited, code=exited, status=32/n/a
    May 23 13:57:49 XXX systemd[1]: storage-nas12tb.mount: Failed with result 'exit-code'.
    May 23 13:57:49 XXX systemd[1]: Failed to mount storage-nas12tb.mount.

    Are there any changes in 12.0.0 about mounting? Does somebody has a idea?

    Thanks

    Thomas