[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mount_nfs
On Sun, 2 Sep 2001, Joshua b. Jore wrote:
> When issuing commands like:
>
> mount -t nfs 1.2.3.4:/public /mnt
> mount_nfs -2 1.2.3.4 /mnt
> optionally with -U to force UDP
> I get the message ``NFS Portmap: RPC: Program not registered''
First, make sure OpenBSD's portmap daemon is running. It's a must.
Second, issue the command 'showmount -e xxx.xxx.xxx.xxx' or use the
hostname of the Windows machine, if it's resolvable. That will show you
what NFS mounts are exported from the Windows machine. If you get some
error message similar to what you saw before, verify that the NFS config
is correct on the Windows machine and that you have portmap and the
OpenBSD nfs client running.
--
Jordan Klein haplo@haplo.net
gpg fingerprint = 3D15 2822 F5A9 AED4 A66C 48EF 0A21 39CB A5BA 8C5B
You have moved your mouse. Windows will now reboot.
- References:
- mount_nfs
- From: "Joshua b. Jore" <josh@greentechnologist.org>