리눅스 & 안드로이드
Network File System(NFS) 환경 설정
세월의돌
2011. 6. 1. 11:38
* Setting the NFS shared directory
1. Add shared directorie to the list file "/etc/exports"
ex) /opt/rootfs *(rw,no_root_squash,no_all_squash,no_subtree_check,async)
2. Restart NFS service
prompt# /etc/init.d/nfs-kernel-server restart