[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NFS problem.
- To: "linux-il(at-nospam)linux.org.il" <linux-il(at-nospam)linux.org.il>
- Subject: NFS problem.
- From: Maxim Kryachko <maximk(at-nospam)e-mobile.com>
- Date: Thu, 22 Mar 2001 17:33:13 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Reply-To: maximk(at-nospam)e-mobile.com
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
Hi list,
here is my setup:
Two Linuces, RH 6.2 on both. First one is exporting a directory to the
world, /etc/exports:
/home/rotor (rw)
Exportfs -a shows exactly this line. The directory is of mode 777.
When trying to mount from the second machine with:
mount -t nfs 192.168.0.1:/home/rotor /mnt/rotor
I get message saying
mount version is older than kernel
and then just nothing. The process seems to hang, after appr. 3 or 5
minutes I get a message looking like:
Portmap: localhost is not responding.
ps -ef shows [rpciod] running
I don't have portmap at all on client machine. I tried this with or
without lo interface initialized - with the same result.
But the most strange thing is that when I log in to client with telnet
and kill the shell I tried to mount from, the shell got killed, but
mount stays. I see remote directory, copy files etc...
Any idea why it happens?
Thnks
Maxim
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il