I am trying to mount a NFS ..
here the step that I did:
kernel i made sure that this option are compiled
I emerged nfs-utils on my serverFile Systems --->
Network File Systems --->
<*> NFS file system support
[*] Provide NFSv3 client support
[ ] Provide NFSv4 client support (EXPERIMENTAL)
[ ] Allow direct I/O on NFS files (EXPERIMENTAL)
<*> NFS server support
[*] Provide NFSv3 server support
[ ] Provide NFS server over TCP support (EXPERIMENTAL)
< > Secure RPC: Kerberos V mechanism (EXPERIMENTAL)
< > SMB file system support (to mount Windows shares etc.)
< > CIFS support (advanced network filesystem for Samba, Window and o...)
< > NCP file system support (to mount NetWare volumes)
< > Coda file system support (advanced network fs)
< > Andrew File System support (AFS) (Experimental)
I modified /etc/exports file
I started nfs service:# /etc/exports: NFS file systems being exported. See exports(5).
/mnt/users/shared X.Y.W.Z(sync,rw) X.Y.T.R(sync,rw)
Client Side:/etc/init.d/nfs start
rc-update add nfs default
Trying tomount the NFS directory/etc/init.d/portmap start
I made sure to have added the following line into my hosts.allow: ALL:X.Y.mount X.Y.W.Z:/mnt/users/shared /mnt/shared or this one mount -t nfs X.Y.W.Z:/mnt/users/shared /mnt/shared
I got the following message: mount: RPC: Timed out
I found the following topic wich had the same error, but wasn't enough to fix my problem:
http://forums.gentoo.org/viewtopic-t-62 ... timed.html
Any help is appreciated.
Thank you
Dany



