<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.elphel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nikolardo</id>
	<title>ElphelWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.elphel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nikolardo"/>
	<link rel="alternate" type="text/html" href="https://wiki.elphel.com/wiki/Special:Contributions/Nikolardo"/>
	<updated>2026-08-03T21:16:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=NFS_tutorial&amp;diff=10562</id>
		<title>NFS tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=NFS_tutorial&amp;diff=10562"/>
		<updated>2012-04-05T17:57:39Z</updated>

		<summary type="html">&lt;p&gt;Nikolardo: 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;hr /&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&#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&#039;s fine.&lt;/div&gt;</summary>
		<author><name>Nikolardo</name></author>
	</entry>
</feed>