Hi.<br><br>On my Fedora box I have defined some NFS mount points like this in my /etc/fstab :<br><span style="font-family: courier new,monospace;"><hostname>:/path/to/exported/dir /nfs/mount-point   nfs   user,hard,intr 0 0</span><br>
<br>But sometimes the machine <hostname> is not powered up.<br>When I run "yum -y upgrade" it freezes on "Running transaction test" .<br>So I decided to strace it and I saw it stops at stat64("/nfs/mount-point", .... <br>
<br>My first question is : <br>- Why yum/rpm has to go in that directory ?<br>- What are the correct options to put in the fstab in order not to have any process frozen when they try access an NFS directory that does not respond ?<br>
<br>Regards,<br>Laurent<br><br><br>