> I'm having a really strange problem with mounting NFS partitions
> compile in NFS support. What am I doing wrong?
>
you probably don't have portmapper and/or the other rpc
services started on the client
/etc/init.d/portmap start
/etc/init.d/nfs-common start
(now try to mount)
nate
I'm having a really strange problem with mounting NFS partitions on my
Debian box. I have another box running an NFS server on the same
network, and am trying to mount an NFS share on my client PC. I type:
mount 10.1.1.40:/home/cvs -t nfs /home/cvs
And the terminal in which I do this completely h
2 matches
Mail list logo