Answer:
Normally I would mount NFS drives in my fstab like this:
Server:/drive /drive nfs rw,hard,intr,rsize=4096,wsize=4096 0 0
But if you want you can add this:
Server:/drive /drive nfs nfsv3,rw,hard,intr,rsize=4096,wsize=4096 0 0
For the SnapServer which is using v1.0 and v2.0 I changed it to
snap:/drive /drive nfs nfsv2,rw,intr,rsize=4096,wsize=4096 0 0
And Voila it mounts!
Thanks especially to:
John P Speno and BrianH_at_dice.com for their back and forth.
Original post is below:
===================================================
I have a new Quantum Snapserver, but I can not mount it via NFS on my
AlphaServer 4000's running Digital Unix 4.0D.
They say it is running NFS v1.0 and 2.0, yet when I try to mount it I get
the error:
NFS Portmap: RPC: Program not registered
They say it can be mounted from Linux and Sun. Why wouldn't I be able to
mount it? Am I doing something wrong? Has anyone else been able to get
this working under Digital Unix (Tru64).
Received on Wed Nov 01 2000 - 16:41:39 NZDT