> # mount an NFS server and copy some files from it > mkdir /mnt/custom > mount machine.domain.com:/export /mnt/custom make this: mount -o nolock,ro,rsize=8192,wsize=8192 machine.domain.com:/export \ /mnt/custom that will cause the portmap issues to go away lockd is trying to automatically start up and it can't b/c portmap is not ready. -sv