Where/How are NFS Shares Configured?

Hi tikitofu,

These are being software mounted, which is fine; but you will better throughput with kernel mounted (fstab.)

You may need to mount these via fstab for plexmedia server, you should be able to set these up the same way as on raspbian. You would be better of setting up fstab mounted nfs shares, as it will result in less buffering.

To prevent having to remount on reboot, I would recommend an entry like this in the fstab:

ip:/path/to/nameofshare /mnt/nameofshare nfs x-systemd.automount,noauto,ro

you will need to sudo mkdir /mnt/nameofshare

If provided further details of the device your sharing the nfs shares, I can advise further.

Thanks Tom.

2 Likes