I really need some help. I installed F10 with great excitement because I was stuck on FC8 because I could never get nfs mounts working properly. After I got FC10 installed, nfs was working again. I placed my mounts in an autofs file. However, I then started to get "Stale NFS file handle" errors anytime I tried to do anything beyond a simple ls or edit of a single file. Here is an example:
[jmb@arturo intel]$ pwd
/share1/user/jmb/ftp/intel
[jmb@arturo intel]$ tar ztvf det-1.1.tar.gz
gzip: stdin: Stale NFS file handle
tar: Child returned status 1
tar: Error exit delayed from previous errors
[jmb@arturo intel]$ uname -a
Linux arturo 2.6.27.4-68.fc10.x86_64 #1 SMP Thu Oct 30 00:25:13 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
[jmb@arturo intel]$ mount
/dev/mapper/VolGroup01-LogVol00 on / type ext3 (rw)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sdb1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
gvfs-fuse-daemon on /home/jmb/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=jmb)
192.168.0.107:/SHARE1/user on /share1/user type nfs (rw,hard,intr,nolock,sloppy,addr=192.168.0.107,nfs vers=3,proto=udp,mountproto=udp,mountport=1029)
Does anyone have any clue what might be the problem?
/JMB