Versions Compared

Key

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

...

Code Block
languageactionscript3
mkdir -p /home/share/jira
chmod 755 /home/share/jira
chown -R twoseed:twoseed /home/share/jira

/etc/exports 파일에 추가

vi /etc/exports

...

Code Block
languageactionscript3
mkdir -p /data/jira
chmod 755 /data/jira
chown -R twoseed:twoseed /data/jira

NFS 공유 폴더 마운트

Code Block
languageactionscript3
mount -t nfs 175.197.100.150:/home/share/jira /data/jira

Client 서버 재시작시 자동 마운트 설정

vi /etc/exportsfstab

Code Block
languageactionscript3
175.197.100.150:/home/share/jira    /data/jira   nfs defaults 0 0