<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.sharpfin.org/index.php?action=history&amp;feed=atom&amp;title=Mounting_nfs</id>
	<title>Mounting nfs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.sharpfin.org/index.php?action=history&amp;feed=atom&amp;title=Mounting_nfs"/>
	<link rel="alternate" type="text/html" href="https://www.sharpfin.org/index.php?title=Mounting_nfs&amp;action=history"/>
	<updated>2026-04-23T10:33:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.4</generator>
	<entry>
		<id>https://www.sharpfin.org/index.php?title=Mounting_nfs&amp;diff=151&amp;oldid=prev</id>
		<title>Philipp: Created page with &quot;To avoid messing around on the internal flash partition, it&#039;s a good idea to work on a network drive when playing around. NFS is the de-facto protocol for this.  I experienced some problems with the default NFS options (timeouts, lockups, etc), and some experimentation shows this works quite ok:    mkdir /tmp/root   mount -t nfs &lt;server ip&gt;:/tmp/revica/root /tmp/root -o rsize=1024,wsize=1024,soft,nolock  Your mileage might vary.  You can backup your reciva root to nfs wi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.sharpfin.org/index.php?title=Mounting_nfs&amp;diff=151&amp;oldid=prev"/>
		<updated>2025-06-08T11:46:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;To avoid messing around on the internal flash partition, it&amp;#039;s a good idea to work on a network drive when playing around. NFS is the de-facto protocol for this.  I experienced some problems with the default NFS options (timeouts, lockups, etc), and some experimentation shows this works quite ok:    mkdir /tmp/root   mount -t nfs &amp;lt;server ip&amp;gt;:/tmp/revica/root /tmp/root -o rsize=1024,wsize=1024,soft,nolock  Your mileage might vary.  You can backup your reciva root to nfs wi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To avoid messing around on the internal flash partition, it&amp;#039;s a good idea to work on a network drive when playing around. NFS is the de-facto protocol for this.&lt;br /&gt;
&lt;br /&gt;
I experienced some problems with the default NFS options (timeouts, lockups, etc), and some experimentation shows&lt;br /&gt;
this works quite ok:&lt;br /&gt;
&lt;br /&gt;
  mkdir /tmp/root&lt;br /&gt;
  mount -t nfs &amp;lt;server ip&amp;gt;:/tmp/revica/root /tmp/root -o rsize=1024,wsize=1024,soft,nolock&lt;br /&gt;
&lt;br /&gt;
Your mileage might vary.&lt;br /&gt;
&lt;br /&gt;
You can backup your reciva root to nfs with a spell like:&lt;br /&gt;
&lt;br /&gt;
 tar -cvf /tmp/root/root.tar /bin /boot /dev /etc /lib /linuxrc /opt /root /sbin /usr /var&lt;br /&gt;
&lt;br /&gt;
we don&amp;#039;t use wildcards for tar, because we don&amp;#039;t want to recurse across mount points and start tarring up nfs, and busybox tar can&amp;#039;t avoid that - so we have to specify all the root folders we want to backup.&lt;br /&gt;
&lt;br /&gt;
My NFS server is an NSLU2 micro-NAS running debian.&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
</feed>