<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-AT">
	<id>https://becomwiki.live.md-websolutions.com/index.php?action=history&amp;feed=atom&amp;title=NFS_Server</id>
	<title>NFS Server - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://becomwiki.live.md-websolutions.com/index.php?action=history&amp;feed=atom&amp;title=NFS_Server"/>
	<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=NFS_Server&amp;action=history"/>
	<updated>2026-05-13T14:09:37Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in BECOM Systems Support</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://becomwiki.live.md-websolutions.com/index.php?title=NFS_Server&amp;diff=512&amp;oldid=prev</id>
		<title>Peter: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=NFS_Server&amp;diff=512&amp;oldid=prev"/>
		<updated>2023-10-31T08:03:11Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de-AT&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 31. Oktober 2023, 10:03 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de-AT&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
	<entry>
		<id>https://becomwiki.live.md-websolutions.com/index.php?title=NFS_Server&amp;diff=511&amp;oldid=prev</id>
		<title>en&gt;Peter: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=NFS_Server&amp;diff=511&amp;oldid=prev"/>
		<updated>2023-08-22T19:35:54Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If you want to mount the root file system on your board via NFS, you need to set up an NFS server on your workstation. It is very comfortable during development, since you can access the target&amp;#039;s file system locally on your PC.&lt;br /&gt;
&lt;br /&gt;
== Install an NFS server ==&lt;br /&gt;
&lt;br /&gt;
The following is tested on Ubuntu 9.04 and 10.04.&lt;br /&gt;
&lt;br /&gt;
*Install the package &amp;#039;&amp;#039;&amp;#039;nfs-kernel-server&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
*Example configuration file &amp;#039;&amp;#039;&amp;#039;/etc/exports&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
 # /etc/exports: the access control list for filesystems which may be exported&lt;br /&gt;
 #		to NFS clients.  See exports(5).&lt;br /&gt;
 #&lt;br /&gt;
 # Example for NFSv2 and NFSv3:&lt;br /&gt;
 # /srv/homes       hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)&lt;br /&gt;
 #&lt;br /&gt;
 # Example for NFSv4:&lt;br /&gt;
 # /srv/nfs4        gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)&lt;br /&gt;
 # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)&lt;br /&gt;
 #&lt;br /&gt;
 /tftpboot/rootfs-mx6/ *(rw,no_root_squash,sync,no_subtree_check)&lt;br /&gt;
 /tftpboot/rootfs-mx53/ *(rw,no_root_squash,sync,no_subtree_check)&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;rootfs-xxx&amp;#039;&amp;#039;&amp;#039; directories are symbolic links to the real directory containing the embedded target&amp;#039;s root file system. E.g., for i.MX6, this symlink is created with the command&lt;br /&gt;
 cd /tftpboot&lt;br /&gt;
 ln -s /home/bluetechnix/imx/6/ltibinstall/ltib/rootfs rootfs-mx6&lt;br /&gt;
&lt;br /&gt;
For each root directory you want to export via NFS, you have to add 1 entry to this configuration file. Of course you do not need to use a symbolic link; you can also insert the full path. But remember: You have to specify the full path on the target&amp;#039;s kernel command line!&lt;br /&gt;
&lt;br /&gt;
If you change the &amp;#039;&amp;#039;/etc/exports&amp;#039;&amp;#039; configuration file, or the symbolic links, you have to restart the NFS server afterwards:&lt;br /&gt;
 sudo /etc/init.d/nfs-kernel-server restart&lt;br /&gt;
&lt;br /&gt;
[[Category:i.MX]]&lt;br /&gt;
[[Category:uClinux]]&lt;/div&gt;</summary>
		<author><name>en&gt;Peter</name></author>
	</entry>
</feed>