Hi Stuart, thanks for your reply.
NFS can be tcp or udp
address@hidden:~$ egrep nfs /etc/services
nfs 2049/tcp # Network File System
nfs 2049/udp # Network File System
address@hidden:~$ rpcinfo -p | egrep nfs
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
For example if I want to mount a nfs file system with TCP I have to
specify the "-o tcp" flag. I will keep on my research, any news I will
let you know.
[]'s
Hamilton Vera.
On Thu, Nov 19, 2009 at 3:39 PM, Stuart Hughes <address@hidden> wrote:
Hi Hamilton,
As far as I know NFS is UDP only. How about sshfs, however I think that
would mean adding fuse etc to LTIB.
Regards, Stuart
Hamilton Vera wrote:
Hail everyone.
We are looking for a way to force NFS to be mounted through TCP.
I am trying to deploy ltib in an imx27 based board, unfortunately I am
having some problems with the FEC and UDP packages. Using TCP I can
collect more info and place some debug info.
Thanks in advance.
Hamilton Vera