Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:general_information:nfs [2018/03/22 17:57] – reworked liedmannen:general_information:nfs [2022/08/04 15:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 ====== NFS server ====== ====== NFS server ======
 +
 +The NFS server can be used to provide a root file system that can be mounted root filesystem on the traget hardware, this is very convenient for application development. 
 +
 +
 ===== Tested with the following operating systems ===== ===== Tested with the following operating systems =====
   * Ubuntu 10.04 x86 in VMware Player   * Ubuntu 10.04 x86 in VMware Player
Line 7: Line 11:
   * Ubuntu 16.04 x86_64 in VMware Player   * Ubuntu 16.04 x86_64 in VMware Player
 ===== Installation ===== ===== Installation =====
-\\+ 
 +On Ubuntu the nfs-kernel-server package has to be installed.  
 <code bash> <code bash>
 user@ubuntu:~$ sudo apt-get install nfs-kernel-server user@ubuntu:~$ sudo apt-get install nfs-kernel-server
  • Last modified: 2022/08/04 15:04