Nfs mount in ubuntu

Looking for some help. I've recently upgraded my dvr server to a ubuntu pc. I dont know how to mount my nfs to access my movies and tv shows. My nfs does not show in list of folders to choose. Anyone know how to mount?

Are you using fstab to mount the nfs share?

Just a tip it is a lot easier if you Install webmin but like mike said did you update fstab.

only thing i tried after some searching the web was nfs-common.. im still new to ubuntu so i dont know much stuff. how would i go about using fstab?

Google is your friend

Most distros do not ship NFS support by default. Ensure your NFS server is enabled, and your client devices have the proper services installed. After that, ensure your ID maps are installed and correct; then you shouldn't have any issues.

(If any of the above makes no sense, why the blazes are you using NFS as you clearly don't understand what you're doing?!)

Be careful with fstab.

sudo nano /etc/fstab

Below is mine .... just a sample.

10.0.0.214:/volume1/Public         /nfs/Public-share nfs     defaults

Make sure you install nfs-common so that your ubuntu client has nfs capabilities. I mounted mine in fstab

Make sure all of your permissions are right