Service - NFS | Ubuntu
https://ubuntu.com/server/docs/service-nfssudo apt install nfs-kernel-server To start the NFS server, you can run the following command at a terminal prompt: sudo systemctl start nfs-kernel-server.service Configuration. You can configure the directories to be exported by adding them to the /etc/exports file. For example:
Service - NFS | Ubuntu
ubuntu.com › server › docsAt a terminal prompt enter the following command to install the NFS Server: sudo apt install nfs-kernel-server To start the NFS server, you can run the following command at a terminal prompt: sudo systemctl start nfs-kernel-server.service Configuration. You can configure the directories to be exported by adding them to the /etc/exports file ...
Set up an NFS Server - KubeSphere
kubesphere.io › nfs-serverJun 11, 2021 · Step 1: Install the NFS kernel server. To set up your server machine, you must install the NFS kernel server on it. Run the following command so that you will be using the latest package on Ubuntu for installation. sudo apt-get update. Install the NFS kernel server. sudo apt install nfs-kernel-server.