1、 Install services for NFS
sudo apt-get install nfs-kernel-server rpcbind
(by the way, you can start the SSH service sudo apt get install openssh server)
2、 NFS profile
Open profile
sudo vim /etc/exports
Add server folder path
/home/zwz/linux/nfs *(rw,sync,no_root_squash)
As above, my path is/home/ZWZ/Linux/NFS
3、 Restart NFS service
sudo /etc/init.d/nfs-kernel-server restart
4、 Experimental test
1. Copy files to the NFS folder (such as zimage)
2. The client can use the corresponding NFS command to try.
Read More:
- SUSE mount NFS prompt mount.nfs no such device
- NFS mount error: mount.nfs mount system call failed
- Linux configuration SFTP server
- RPC with NFS setup error: program not registered
- Linux Tomcat accessing files on the server
- Busybox encountered input/output error while mounting NFS to TMP file system
- Problem in configuring Maven error: Java_ HOME not found in your environment.
- A series of problems in configuring OpenGL development environment in vs2015
- Error in initializing namenode when configuring Hadoop!!!
- About Using SSH connection for Linux server
- Configuring OpenGL in VS
- The Linux version of todesk cannot connect to the server
- Configuring common environment variables in Windows
- Configuring pyflink in pychar (failed)
- The simplest course of configuring OpenGL in vs2015
- Configuring OpenGL in Code:: blocks
- The solution of configuring OpenGL in vs2017
- Configuring OpenGL in Visual Studio 2015
- Configuring OpenGL environment with code blocks16.0 in Windows 10
- Problems encountered in configuring OpenGL development environment in vs2015