Mount NFS on OS X

> sudo mount -t nfs server:/export /mnt

Will not work, don´t know why… But

> sudo mount_nfs -P server:/export /mnt

works fine.