Author: Chris Elvidge
Date: 19-08-10 08:11
New to FreeBSD. Been trying to mount an old file-server with embedded OS of some sort for a couple of days.
It mounts easily in Linux but FreeBSD kept giving me NFS Portmap: RPC: Program not registered.
I got a clue from Linux Mint. Mount said: (rw,rsize=8192,wsize=8192,soft,addr=192.168.1.212,nfsvers=2,proto=udp,mountproto=udp,mountport=810).
There's the problem - UDP. Add mntudp to the mount options in fstab.
Now fstab reads: rw,noauto,mntudp,rsize=8192,wsize=8192,soft
Hope it helps someone.
|
|