<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.elphel.com/index.php?action=history&amp;feed=atom&amp;title=NFS_tutorial</id>
	<title>NFS tutorial - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.elphel.com/index.php?action=history&amp;feed=atom&amp;title=NFS_tutorial"/>
	<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=NFS_tutorial&amp;action=history"/>
	<updated>2026-08-03T21:12:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=NFS_tutorial&amp;diff=10562&amp;oldid=prev</id>
		<title>Nikolardo: Created a page describing the basic use of NFS for recording onto the hard drive for people without external camera drives.</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=NFS_tutorial&amp;diff=10562&amp;oldid=prev"/>
		<updated>2012-04-05T17:57:39Z</updated>

		<summary type="html">&lt;p&gt;Created a page describing the basic use of NFS for recording onto the hard drive for people without external camera drives.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== NFS ==&lt;br /&gt;
Camomgui is the recommended tool to use for recording video to a hard drive.  However, users who opted for the base camera, without the SATA port, are unable to use this without following the following steps.&lt;br /&gt;
&lt;br /&gt;
Also, recording with mencoder, vlc, or similar, from a stream, will NOT create sufficient metadata in JP4 (raw) shooting to allow movie2dng to function.  When shooting in a raw format, in is necessary to use Camomgui.&lt;br /&gt;
&lt;br /&gt;
Create the folder &amp;quot;nfs&amp;quot; in your root directory.  If you are using the livecd (or have installed it) then said directory already exists.&lt;br /&gt;
&lt;br /&gt;
Determine the IP address of your computer.  If it is not connected to a network, it may not have one.  In that case, set it:&lt;br /&gt;
&lt;br /&gt;
sudo ifconfig eth0 192.168.2.1&lt;br /&gt;
&lt;br /&gt;
Click on the connected camera&amp;#039;s icon on the desktop.  Go into the browser-based terminal.&lt;br /&gt;
Enter the following commands:&lt;br /&gt;
&lt;br /&gt;
mkdir /var/hdd&lt;br /&gt;
mount -t nfs -o nolock,tcp 192.168.2.1:/nfs/ /var/hdd&lt;br /&gt;
&lt;br /&gt;
where &amp;quot;192.168.2.1&amp;quot; is replaced by your IP address, if it is different.&lt;br /&gt;
&lt;br /&gt;
Set whatever shooting parameters you wish, then record using camomgui.  The resulting shots will appear in the /nfs directory on your hard drive.&lt;br /&gt;
&lt;br /&gt;
SOMETIMES the browser-based terminal is unresponsive after entering the second command.  In these circumstances, occasionally a reboot of the camera and/or computer is required.  Occasionally /var/hdd will already exist.  That&amp;#039;s fine.&lt;/div&gt;</summary>
		<author><name>Nikolardo</name></author>
	</entry>
</feed>