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;">&lt;hostname&gt;:/path/to/exported/dir /nfs/mount-point&nbsp;&nbsp; nfs&nbsp;&nbsp; user,hard,intr 0 0</span><br>
<br>But sometimes the machine &lt;hostname&gt; is not powered up.<br>When I run &quot;yum -y upgrade&quot; it freezes on &quot;Running transaction test&quot; .<br>So I decided to strace it and I saw it stops at stat64(&quot;/nfs/mount-point&quot;, .... <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>