Fstab not working

Hi, I’m trying to get Fstab mount working but it gives me an error. I followed exactly this guide Configuring fstab based NFS share mounts

My entry in Fstab is:

192.168.0.117:/volume1/Movies /mnt/Film nfs noauto,x-systemd.automount 0 0

The error I get after “sudo mount /mnt/Film” is:

mount.nfs: requested NFS version or transport protocol is not supported

I’m trying to mount a sygnology NAS.

Hi,

Trying adding nfsver=3, so:

192.168.0.117:/volume1/Movies /mnt/Film nfs nfsver=3,noauto,x-systemd.automount 0 0

Thanks Tom.

Nope, it gives me the same error.

Hi,

Double check nfs is enabled on the nas and what version; its normally nfs3 and a tick box for nfs4.

Thanks Tom.

Hi,

Yes, NFS is enabled I can acces it through Kodi’s normal mounting options but it is to slow for hi bitrate movies hence the Fstab mount.

On my synology I can not find the NFS version but the tick box for nfs4 was checked. Should i uncheck it or change the version in Fstab?

Thanks in advance.

Hi,

Try changing nfsver=3 to nfsver=4, in the fstab entry.

Thanks Tom.

My deepest apologies, the ip adress was that of the Vero 4k not the NAS. I changed it and it is working now. my bad.

nsfver=4 gave an error though, once I removed it it worked.

I can watch 110 Mps without a problem now. very happy.

thnx.

1 Like

Hi,

Glad to hear its sorted.

Thanks Tom.

1 Like

Things like that can happen. Have a good laugh, move on and enjoy your Vero 4k! :+1:t2:

2 Likes

A post was split to a new topic: Mount.nfs: requested NFS version or transport protocol is not supported)