Re: no NFS mounts from other hosts (!)

1997-02-21 Thread Perry Piplani
Ioannis Tambouras wrote: > > > You should uncomment the lines to start the nfsd and mountd on the other > > hosts in the file /etc/init.d/netstd_nfs. > > Well, not if the only thing I want is to mount volumes. In that > case you only need rpc support from the kernel. That is all. > > Thanks for a

Re: no NFS mounts from other hosts (!)

1997-02-20 Thread Ioannis Tambouras
> You should uncomment the lines to start the nfsd and mountd on the other > hosts in the file /etc/init.d/netstd_nfs. Well, not if the only thing I want is to mount volumes. In that case you only need rpc support from the kernel. That is all. Thanks for all who replied. I will do some addit

Re: no NFS mounts from other hosts (!)

1997-02-20 Thread Rik Huygen
Ioannis Tambouras wrote: > NFS mounts for other hosts fail. On the server everything is in place: > portmap, nfs, mountd, are running, and I can mount nfs partitions from > the server to itself. But, from another host (who has nfs module loaded) > I get the classic: "mount clntudp_create: RPC: Pr

Re: no NFS mounts from other hosts (!)

1997-02-20 Thread Ioannis Tambouras
[Jerry, allow me to send a copy to debian-user.] > mount -t nfs -o mountport=824 server:/world /world > > where 824 is the tcp proto port for mountd on the server. Now, it works - THANKS! The problem apparenlty is with the portmapper in netbase_2.06-1 in bo (unstable). HostA (was called "se

no NFS mounts from other hosts (!)

1997-02-19 Thread Ioannis Tambouras
NFS mounts for other hosts fail. On the server everything is in place: portmap, nfs, mountd, are running, and I can mount nfs partitions from the server to itself. But, from another host (who has nfs module loaded) I get the classic: "mount clntudp_create: RPC: Program not registered" What