Hi! From my first post:
If I try to do it manualy; i.e "mount -t nfs 192.162.5.10:/local /media/lokal" I get this: "mount: RPC: Feil i portmapper - RPC: Kan ikke sende" translated to english this should be something like this "mount: RPC: Error in portmapper - RPC: can not send"
On the server (192.168.5.10 hostname yoda.local) etc/exports and the nfs daemon are running.
On Saturday 05 July 2003 21:34, Andreas Winkelmann wrote:
Lars Forseth wrote:
If I try to start the nfs daemon in /etc/init.d/nfs I get this:
linux:/home/larsf # /etc/init.d/nfs restart Remove Net File System (NFS) done Importing Net File System (NFS)mount: RPC: Programmet ikke registrert mount: RPC: Programmet ikke registrert
failed linux:/home/larsf # /etc/init.d/nfs start Importing Net File System (NFS)mount: RPC: Programmet ikke registrert mount: RPC: Programmet ikke registrert
failed
I.e It says: The program (nfs) is not registered!
Hmm, here is no nfs-daemon. In /etc/init.d/nfs is only a mount-command to mount all nfs-types in fstab. If you want to start the nfs-server, you have to look for /etc/init.d/nfsserver (8.2, in 8.0 i hope it is the same).
OK! My error; I'm a newbie when it comes to networks and linux. But nfsd daemon is running on the server! Its the clients which has problems seeing/mounting the shared partitions! (Or so it seems to me). I have just been experiomenting with my laptop also; same problem there! I have checked hosts: and the server is correctly listetd there: se below! regards larsf hosts file on my workstation/laptop Same in the server. # # hosts This file describes a number of hostname-to-address # mappings for the TCP/IP subsystem. It is mostly # used at boot time, when no name servers are running. # On small systems, this file can be used instead of a # "named" name server. # Syntax: # # IP-Address Full-Qualified-Hostname Short-Hostname # 127.0.0.1 localhost # special IPv6 addresses ::1 localhost ipv6-localhost ipv6-loopback fe00::0 ipv6-localnet ff00::0 ipv6-mcastprefix ff02::1 ipv6-allnodes ff02::2 ipv6-allrouters ff02::3 ipv6-allhosts 192.168.5.11 linux.local linux 192.168.5.10 yoda.local yoda 192.168.5.12 tux.local tux