개요
- 리눅스 exportfs
- /usr/sbin/exportfs
- 로컬의 디렉토리를 NFS 클라이언트로 export[1]하거나 unexport하는 명령어
root@localhost:~# exportfs -ra
root@localhost:~#
- → /etc/exports 파일[2]을 읽어서 재적용한다.[3]
같이 보기
참고
- https://linux.die.net/man/8/exportfs
- https://linux.101hacks.com/unix/exportfs/
- https://www.ibm.com/support/knowledgecenter/ko/ssw_aix_71/com.ibm.aix.cmds2/exportfs.htm
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/storage_administration_guide/s1-nfs-server-config-exportfs
- ↑ NFS 클라이언트가 마운트할 수 있게 하는 것
- ↑ + /etc/exports.d 아래의 파일들
- ↑ /var/lib/nfs/etab에 적용된다.