On Thu, 2004-11-11 at 12:26 +0100, Alexander Apprich wrote:
Hi *!
I've just installed FC3 on a brand new box. I configured it to export its own directories over NFS like I did on the other RH9 boxes. The strange thing is, from any RH9 box (e.g. kidd) I can mount directories from elmstreet (FC3) over NFS, when I try to mount a directory from any other machine, I get an "No such file or directory"
The syslog on my RH9 (kidd) box says
Nov 11 12:13:14 kidd rpc.mountd: refused mount request from elmstreet.s-c.de for /net/kidd/fs3/scr/kidd (/): no export entry
Same thing w/ any other machine. As it works w/ all other Linux boxes I guess my FC3 box is/has the problem.
If you need more details, let me know.
Any help is grealty appreciated. TIA.
It would be helpful if you provided the export entries, and mount commands that you are using.
/etc/exports on kidd (RH9)
apprich@kidd elmstreet $ cat /etc/exports /net/kidd @s+c(rw,insecure,sync) /net/kidd/fs1 @s+c(rw,insecure,sync) /net/kidd/fs2 @s+c(rw,insecure,sync) /net/kidd/fs3 @s+c(rw,insecure,sync)
(/net/kidd/fs3 is where /scr/kidd is located at, /net/kidd/fs1 is where /home/apprich is located at)
root@elmstreet / # cd /scr/kidd /scr/kidd: No such file or directory.
root@elmstreet / # mount -t nfs 10.0.0.18:/net/kidd/fs3 /mnt/
mount: 10.0.0.18:/net/kidd/fs3 failed, reason given by server: Permission denied
From auto.home
# kidd -fs:=/net/kidd/fs3/scr/kidd host!=kidd;rhost:=kidd;rfs:=${fs} || host==kidd;type:=link
kidd kidd:/net/kidd/fs3/scr/kidd
Alex