Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Test 환경 :

  • Server - Ubuntu

...

  • 18.04

...

  • Client - CentOS 7

Table of Contents

Server

NFS Package 설치

Code Block
languageactionscript3
apt-get update
apt-get install nfs-common nfs-kernel-server rpcbind

...

Code Block
languageactionscript3
/home/share 175.197***.***.124.*(rw,sync,no_root_squash,no_all_squash)
# [/경로] [허용할 IP주소. *은 모두 허용](옵션)

...

Code Block
languageactionscript3
mount -t nfs 175.197***.***.100.150:/home/share /data

...

Code Block
languageactionscript3
175.197***.***.100.150:/home/share    /data   nfs defaults 0 0

...