On 06/30/13 20:10, Timur Aydin wrote: > Here is the mount command: > > mount -o nolock,tcp 10.2.2.254:/romfs_2011R1 /mnt >
BTW, when I use UDP instead of TCP, then the mount works after repeated reboots. But I would rather use TCP, because based on past experiments I did, TCP mounted NFS shares have a higher bandwidth. Also, when using TCP, if I restart the NFS server on the gentoo host, /etc/init.d/nfs restart Then I can mount the NFS share on the Blackfin repeatedly. This all tells me that the NFS server is preventing subsequent TCP mounts unless the existing mount is unmounted first. -- Timur

