Example:
mount -t nfs 192.168.1.1:/home/user /mnt/
It's also possible to mount without portmap e.g. on small embedded devices with -o nolock
mount -o nolock -t nfs 192.168.1.1:/home/user /mnt/