I want to do this on the the server, 192.168.2.1: mount 192.168.2.2:/usr/local /mnt but I get this: mount: RPC: Program not registered does /usr/local have to be in /etc/exports on every client? It works fine via yast2 but it seems a long way around just to get a few files from a client. Cheers, Steve.
On Wed, 1 Jan 2003 10:27:51 +0000 fsanta <fsanta@arrakis.es> wrote:
I want to do this on the the server, 192.168.2.1: mount 192.168.2.2:/usr/local /mnt but I get this: mount: RPC: Program not registered
does /usr/local have to be in /etc/exports on every client? It works fine via yast2 but it seems a long way around just to get a few files from a client.
Try mount -t nfs 192.168.2.2:/usr/local /mnt If that don't work, try restarting portmap and nfs on BOTH machines rcportmap restart rcnfsserver restart -- use Perl; #powerful programmable prestidigitation
On Wednesday 01 January 2003 10:27, fsanta wrote:
I want to do this on the the server, 192.168.2.1: mount 192.168.2.2:/usr/local /mnt but I get this: mount: RPC: Program not registered
this suggests host 192.168.2.2 doesn't have nfsserver set up properly, or it isn't running. Check out man rpcinfo to find out how to diagnose these things (rpc commands need root privelidge)
does /usr/local have to be in /etc/exports on every client?
Only if that client wants to export it. Dylan -- "Sweet moderation Heart of this nation Desert us not We are between the wars" Billy Bragg
On Wednesday 01 January 2003 11:27, fsanta wrote:
I want to do this on the the server, 192.168.2.1: mount 192.168.2.2:/usr/local /mnt
How about mount -t nfs 192.168.2.2:/usr/mount /mnt I do much the same thing with my systems, and it works..
but I get this: mount: RPC: Program not registered
You might have to start portmap on your client, but I'm not sure.. Mike -- Powered by SuSE 8.1 Kernel 2.4.19 KDE 3.0.4 Kmail 1.4.3 For a great linux portal try http://www.freezer-burn.org For SuSE Mondo/Mindi backup support go to http://home.t-online.de/~jroark 7:43pm up 2:38, 4 users, load average: 1.80, 2.15, 2.33
participants (4)
-
Dylan
-
fsanta
-
Mike
-
zentara