NFS FSTAB mount not working on boot anymore

Hello.

I also bumped into this problem this morning. After the October update reboot I realised that some of my smb mounts did not mount properly. So, the fstab file looks like that:

//192.168.1.3/media/TOSH/Movies /mnt/TOSHMovies cifs x-systemd.automount,noauto,rw,iocharset=utf8,username=xxxx,password=xxxx,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770 0 0
//192.168.1.3/media/TOSH/TVShows /mnt/TOSHTVShows cifs x-systemd.automount,noauto,rw,iocharset=utf8,username=xxxx,password=xxxx,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770 0 0
//192.168.1.3/media/EXT4/Movies /mnt/EXT4Movies cifs x-systemd.automount,noauto,rw,iocharset=utf8,username=xxxx,password=xxxx,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770 0 0
//192.168.1.3/media/EXT4/TVShows /mnt/EXT4TVShows cifs x-systemd.automount,noauto,rw,iocharset=utf8,username=xxxx,password=xxxx,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770 0 0
//192.168.1.3/media/WDPP/Movies /mnt/WDPPMovies cifs x-systemd.automount,noauto,rw,iocharset=utf8,username=xxxx,password=xxxx,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770 0 0
//192.168.1.3/media/WDPP/TVShows /mnt/WDPPTVShows cifs x-systemd.automount,noauto,rw,iocharset=utf8,username=xxxx,password=xxxx,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770 0 0
//192.168.1.3/media/EXT4/Music /mnt/EXT4Music cifs x-systemd.automount,noauto,rw,iocharset=utf8,username=xxxx,password=xxxx,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770 0 0
//192.168.1.3/media/EXT4/OSMC /mnt/OSMC cifs x-systemd.automount,noauto,rw,iocharset=utf8,username=xxxx,password=xxxx,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770 0 0

Everything mounts properly, except EXT4TVShows and WDPPTVShows. Please, notice that EXT4Movies and EXT4TVShows are on the same NAS (192.168.1.3) and even on the same disk (EXT4), but EXT4Movies mounts normally on startup while EXT4TVShows does not. If I manually mount /mnt/EXT4TVShows everything is ok. Ditto for WDPPTVShows.

The other workaround that seems to solve the issue is to disable “update library on startup”, as already mentioned in a post above.

I have used Configuring fstab based Samba share mounts for setting up fstab with no deviation in the “options” and beyond the fore-mentioned problem everything works as expected.

Should I change something in the fstab line?

Thanks.