Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
en:nfs [2014/05/02 06:59] – switch from NOTE to WRAP lenzen:nfs [2016/06/07 15:52] ernst
Line 7: Line 7:
 user@ubuntu:~$ sudo apt-get install nfs-kernel-server user@ubuntu:~$ sudo apt-get install nfs-kernel-server
 </code> </code>
 +
 +After installation create an NFS share in file /etc/exports and add the rootpath to /etc/exports. In this example we used the BSP for TQMa6x:
 +
 +<code>
 +/home/embedded/workspace/TQMa6x-BSP-REV.0109/platform-MBa6x/root       *(rw,async,no_subtree_check,no_root_squash)
 +</code>
 +
 +After editing the file /etc/exports the NFS Server needs to be restarted.
  
 ===== Configuration ===== ===== Configuration =====
  • Last modified: 2022/08/04 15:02