--- Quote Start ---
originally posted by tarekeldeeb+jul 10 2006, 01:57 pm--><div class='quotetop'>quote (tarekeldeeb @ jul 10 2006, 01:57 pm)</div>
--- quote start ---
<!--quotebegin-hippo@Jul 10 2006, 07:15 AM
sorry for late. i had a vacation last week.
did you open the firewall on your server?
or try to disable firewall totally.
service iptables stop
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16732)</div> --- Quote End ---
ok.. i stopped the firewall .. double and even tripple checked that the service is running correctly on the server .. i tried with another PC linux ..
from the other pc i typed :
showmount -e <myIP>
the shared folder appeared after a while .. (about 5 seconds at first..faster next)
but when i tried to mount .. it said" RPC timeout" after a loong while ..
i tried to mount from the uCinux .. it said the following:
<div class='quotetop'>QUOTE </div>
--- Quote Start ---
/> mount 192.168.0.122:/home/tarek/Desktop /mnt
mount: RPC: Timed out
mount: nfsmount failed: Bad file descriptor
mount: Mounting blaBla on Blabla failed: Invalid Argument[/b]
--- Quote End ---
Did you see such thing before..? .. sorry ..i am still a starter ..
I had spent about 4 hours till now just trying .. no results..
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/blink.gif
thanks for helping .. and waiting for the next clue from you ..
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif
Bye
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16742)</div>
[/b]
--- Quote End ---
You need the -o nolock in mount flags.
mount -t nfs -n -o nolock,rsize=1024,wsize=1024 192.168.1.2:/home/nios2 /mnt/nfs
( eg, server ip 192.168.1.2)
Look in the wiki carefully.
But why you failed to mount nfs from another linux pc?