Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Setup NFS environment

Zhizhen Tang edited this page Jan 14, 2020 · 1 revision

Table of Contents

Note: If there are two or more machines, make sure NFS server is just one, the others install NFS client.

Install the NFS server (master or slave nodes)

cd CDN-Transcode-Sample/script
sudo ./nfs_setup.sh

Install the NFS client(master or slave nodes)

Install the NFS client on Ubuntu

sudo apt-get install nfs-common

Install the NFS client on CentOS

sudo yum install nfs-utils
Clone this wiki locally