Re: NFS mounts and following soft links



markhobley@xxxxxxxxxxxxxxxxxxxxxxxxxxx (Mark Hobley) wrote in news:gmd666-
tbm.ln1@xxxxxxxxxxxxxxxxxxxxxxxxx:

Try this before starting the NFS server:

On the "masternode":

mount --bind /tmp/tutorial /usr/local/tutorial

Mark.



Thanks Mark! I tried it. Still doesnt work. Maybe I missed a step:

on masternode:
mkdir /usr/local/tutorial
mount --bind /tmp/tutorial/ /usr/local/tutorial
ls /usr/local/tutorial [shows all files correctly]
service nfs restart
mount
[shows me a line: /tmp/tutorial on /usr/local/tutorial type none (rw,bind)]
in /etc/exports I have:
/tmp/tutorial *.galaxy.foo.bar.edu(rw,async,no_root_squash)



on computenode:
ls /usr/local/tutorial/ [empty]

Any other stuff I can try?


--
Rahul
.



Relevant Pages