NFS mount not working

Copied the data from /etc/fstab from a previous OSMC install where NFS shares did work:

10.0.1.2:/volume1/movies /mnt/movies nfs rw,defaults,intr,vers=3,x-systemd.automount,noauto 0 0
10.0.1.2:/volume1/tvshows /mnt/tvshows nfs rw,defaults,intr,vers=3,x-systemd.automount,noauto 0 0
10.0.1.2:/volume1/download /mnt/download nfs rw,defaults,intr,vers=3,x-systemd.automount,noauto 0 0

Now dmesg give me the following error:

[ 3.505038] systemd[1]: Job rpcbind.service/start deleted to break ordering cycle starting with basic.target/start
[ 3.507297] systemd[1]: mnt-movies.automount: Directory /mnt/movies to mount over is not empty, mounting anyway.
[ 3.507376] systemd[1]: Failed to initialize automounter: No such file or directory
[ 3.507747] systemd[1]: Failed to set up automount mnt-movies.automount.
[ 3.507901] systemd[1]: Dependency failed for Remote File Systems.
[ 3.507930] systemd[1]: Unit mnt-movies.automount entered failed state.
[ 3.507983] systemd[1]: mnt-tvshows.automount: Directory /mnt/tvshows to mount over is not empty, mounting anyway.
[ 3.508036] systemd[1]: Failed to initialize automounter: No such file or directory
[ 3.508304] systemd[1]: Failed to set up automount mnt-tvshows.automount.
[ 3.508319] systemd[1]: Unit mnt-tvshows.automount entered failed state.
[ 3.508362] systemd[1]: mnt-download.automount: Directory /mnt/download to mount over is not empty, mounting anyway.
[ 3.508412] systemd[1]: Failed to initialize automounter: No such file or directory
[ 3.508681] systemd[1]: Failed to set up automount mnt-download.automount.

Do your mount points exist? Are they empty?

Okay, now I feel dumb :<

Thanks for the help :slightly_smiling:

Enjoy!