<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6930&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / nfs client timeo option not working]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6930</link>
		<description><![CDATA[The most recent posts in nfs client timeo option not working.]]></description>
		<lastBuildDate>Thu, 21 Nov 2024 13:10:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: nfs client timeo option not working]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53030#p53030</link>
			<description><![CDATA[<p>I don&#039;t know if it makes a difference, but I always make a symlink so that the mount appears in my home directory.<br />Something like this. The link does not need to have the same name as the mount.</p><div class="codebox"><pre><code>ln -s /nfs/fileshare  /home/chomwitt/fileshare</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 21 Nov 2024 13:10:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53030#p53030</guid>
		</item>
		<item>
			<title><![CDATA[Re: nfs client timeo option not working]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53027#p53027</link>
			<description><![CDATA[<p>fsmithred thanks for pointing towards autofs.&#160; I have started experimenting with it:</p><div class="codebox"><pre><code># nano /etc/auto.master
/nfs /etc/auto.nfs</code></pre></div><p>and</p><div class="codebox"><pre><code># nano /etc/auto.nfs
filestore    192.168.1.70:/home/chomwitt/NFSExport</code></pre></div><p>I also added a newline at the end of both file due to a related hint in the <a href="https://wiki.archlinux.org/title/Autofs" rel="nofollow">archwiki page</a>.</p><div class="codebox"><pre><code>$ /etc/init.d/autofs status
automount is running.</code></pre></div><p>But i can not&#160; access from directory /nfs/filestore my remote files.</p><p>How do i troubleshoot that?<br />I found showmount command and it can find my remote nfs share.</p><div class="codebox"><pre><code>$ sudo showmount -e 192.168.1.70
Export list for 192.168.1.70:
/home/chomwitt/NFSExport 192.168.1.73</code></pre></div><p>ok. it worked. But no &#039;filestore&#039; directory is created . But when in my filemanager (thunar) i entered /nfs/filestore my remote files appeared!</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Thu, 21 Nov 2024 11:01:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53027#p53027</guid>
		</item>
		<item>
			<title><![CDATA[Re: nfs client timeo option not working]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53002#p53002</link>
			<description><![CDATA[<p>Use autofs on the client instead of an fstab entry.<br /><a href="https://dev1galaxy.org/viewtopic.php?id=6561" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=6561</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 18 Nov 2024 22:51:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53002#p53002</guid>
		</item>
		<item>
			<title><![CDATA[nfs client timeo option not working]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52999#p52999</link>
			<description><![CDATA[<p>I want my devuan pc running an nfs client to be flexible in case the nfs server is not available .<br />By flexible i mean be able to bootup with no delays and my desktop file manager to work with<br />no hungups.</p><p>With my&#160; (client)/etc/fstab<br />192.168.1.90:/home/chomwitt/NFSExport&#160; &#160;/nfs/general&#160; &#160;nfs&#160; &#160;defaults,timeo=900,retrans=5,_netdev&#160; &#160; &#160; &#160;0 0<br />my client will seemingly freeze at booting at the line:<br /><strong>starting nfs utilities : imapd, idmapd</strong><br />and file managers freeze also in my desktop.</p><p>I tried in (client)/etc/fstab :<br />192.168.1.90:/home/chomwitt/NFSExport&#160; &#160;/nfs/general&#160; &#160;nfs&#160; &#160;soft,timeo=30,retrans=5,&#160; 0 0<br />But again the client wont start (i mean booting my devuan pc) for many minutes as in my original settup</p><p>My latest try is:<br />192.168.1.76:/home/chomwitt/NFSExport&#160; &#160;/nfs/general&#160; &#160;nfs&#160; &#160;soft,timeo=3&#160; &#160;0&#160; 0<br />was better but still takes a minute.</p><p>My latest try is:<br />192.168.1.76:/home/chomwitt/NFSExport&#160; &#160;/nfs/general&#160; &#160;nfs&#160; &#160;soft,retrans=1,retry=0,timeo=1&#160; &#160;0&#160; 0<br />worked ok. <br />I found that on <a href="https://unix.stackexchange.com/questions/29196/automount-nfs-autofs-timeout-settings-for-unreliable-servers-how-to-avoid-han" rel="nofollow">here</a></p><p>Unfortunately although i ve read the nfs man page i cant say that helped me.<br /> For example timeo=30 should amount to 3 sec and not a minute that i experience.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 18 Nov 2024 14:46:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52999#p52999</guid>
		</item>
	</channel>
</rss>
