Because I need a fast wireless connection between the Vero 4K and my NAS I read on this forum that I need to setup fstab by nfs. The reason why is that some 1080P DTS-HD MA movie files suffer stutter. I read a huge sum of topics and I spend two days just to make it work. I have reached the end of the line, and I really need help on this…
This is how my fstab-file looks like:
# rootfs is not mounted in fstab as we do it via initramfs. Uncomment for remount (slower boot)
#/dev/vero-nand/root / ext4 defaults,noatime 0 0
192.168.1.1:/path/ShareFolder\040Movies /mnt/ShareFolder\040Movies nfs x-systemd.automount,noauto,noatime,nofail,nolock,local_lock=all,nfsvers=3,soft,user,rw,iocharset=utf8,username=username,password=password,tcp 0 0
192.168.1.1:/path/ShareFolder\040Series /mnt/ShareFolder\040Series nfs x-systemd.automount,noauto,noatime,nofail,nolock,local_lock=all,nfsvers=3,soft,user,rw,iocharset=utf8,username=username,password=password,tcp 0 0
Sudo mount -av gives me the following output:
/mnt/ShareFolder\ Movies: ignored
/mnt/ShareFolder\ Series: ignored
I’ve been using the basic fstab entries (like I posted) for several years with no problems. I don’t have any 4K sources to test, but just copying files I always get the bandwidth that I’d expect on a 100M network connection.