주 메뉴 열기

wwiki β

바뀜

NFS

129 바이트 추가됨, 2022년 1월 23일 (일) 01:43
편집 요약 없음
== NFS client ==
$ apt-get install nfs-common
[[mount]]명령으로 마운트할 수 있다.
$ mount --types nfs --options uid=1000,gid=1000,rw 192.168.0.256:/export /export
/etc/[[fstab]]파일을 편집하여 자동마운트 시킬 수 있다.
편집
2,431