NFS
Prerequisites
You need a PC running a Linux. Document here is made focused on Ubuntu but others Linux distributions can be used.
The server and client must be in the same network.
Create a NFS server
NFS Server installation
On Ubuntu, you can install it using the following command:
Exports configurations
You can edit the various exports options by editing the file /etc/exports:
Restarting the service
Once exports file is configured, the NFS server service must be restarted. The following command can be used:
The mounting status can be verified using the command
External ressources
More information can be found on the following links:
NFS how to - Official Ubuntu Documentation
Mount the NFS node (client side)
On the client side, your LORIX One, the command is really easy and the NFS client is already installed by default on it.
A more concrete example:
Once mounted, the content of the directory /home/test/nfs on your server is binded to the /mnt directory on your LORIX One. It allows you to send/receive files in a very convenient way and can be used to easily debug system or backup configuration files.