I have the following lines in fstab:
# NFS file systems:
#linux01.gwdg.de:/suse/6.3/i386.de /mnt/nfs nfs defaults 0 0
Gateway:C /mnt/Gtwy cifs credentials=/home/bruce/cred,uid=bruce,servern=GATEWAY,domain=FOWLPLAY,rw,setuids,nocase,rsize=8192,wsize=8192, 0 0
Human:/ /mnt/Hmn nfs defaults,noauto,users 0 0
#192.168.1.2:/dev/hdc1
Human:/mnt/Win-arc /mnt/Win-arc nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
#192.168.1.2:/dev/hda1
#Human:/mnt/WinDos /mnt/WinDos cifs credentials=/home/bruce/cred,uid=bruce,servern=GATEWAY,domain=FOWLPLAY,rw,setuids,nocase,rsize=8192,wsize=8192, 0 0
Human:/dev/hda1 /mnt/WinDos cifs credentials=/home/bruce/cred,uid=bruce,servern=GATEWAY,domain=FOWLPLAY,rw,setuids,nocase,rsize=8192,wsize=8192, 0 0
I can mount Gateway but receive the following:
Compaq://home/bruce
root:# mount /mnt/Hmn
mount.nfs: mount to NFS server 'rpcbind' failed: RPC Error: Program not registered
mount.nfs: internal error
Just to be sure, I re-ran the following:
Compaq://home/bruce
root:# ln -s /mnt/Gtwy
Compaq://home/bruce
root:# rpc.portmap
Compaq://home/bruce
root:# rpc.mountd
Compaq://home/bruce
root:# rpc.nfsd
Compaq://home/bruce
root:# rpc.statd
Compaq://home/bruce
root:# rpc.rquotad
Compaq://home/bruce
root:# exportfs -a
Compaq://home/bruce
root:# mount /mnt/Hmn
mount.nfs: mount to NFS server 'rpcbind' failed: RPC Error: Program not registered
mount.nfs: internal error
and from the other computer
bruce6:$ mount /mnt/Cmpq
mount.nfs: internal error
Human:/~
bruce6:$ su
Password:
...
localuser:root being added to access control list
Human://home/bruce6
root:# mount /mnt/Cmpq
mount.nfs: internal error
Is there something else I can use to troubleshoot this?