$ sudo -i
#nfs 클라이언트 설치
$ sudo apt-get install nfs-common
#nfs 서버 확인
$ show mount -e [nfs ip 주소]
#nfs 파일 시스템 마운팅
$ mount x.x.x.x:./xxxx/root /mnt
# 재부팅시 자동 마운팅
$ vi /etc/fstab
$ x.x.x.x:xxxx/root /mnt nfs rw,async,hard,intr,noexec 0 0
'Development' 카테고리의 다른 글
[GCP] HTTP(S) 로드밸런서 http 에서 https로 리다이렉트 하기 (0) | 2019.11.01 |
---|---|
[GCP]Internal Load Balancer(=AWS NLB) 구축 및 활용 (0) | 2019.10.15 |
ubuntu16.04 + apache2 + mod_wsgi + python3-flask + gcp sdk (0) | 2019.10.02 |
쿠버네티스 용어 정의 (0) | 2019.07.15 |
GKE 클러스터 생성 및 Docker 이미지 배포 (0) | 2019.07.12 |