'nfs'에 해당되는 글 1건

  1. 2010/01/26 우분투 NFS 설치
우분투2010/01/26 16:59
서버설치
apt-get install nfs-kernel-server nfs-common

공유위치 설정
vi /etc/export

/var/www        ***.***.***.***(rw,no_root_squash,async)


클라이언트
apt-get install nfs-common

vi /etc/fstab

xxx.xxx.xxx.xxx:/var/www  /var/www        nfs     bg,soft,rw      0       0


저작자 표시 비영리 변경 금지

'우분투' 카테고리의 다른 글

NFS 마운트  (0) 2010/03/15
MySQL 계정추가  (0) 2010/01/27
우분투 NFS 설치  (0) 2010/01/26
우분투 삼바 설치 & 설정  (0) 2010/01/19
우분투 + Lighttpd + PHP5(FastCGI) + Mysql + Sqlite 설치  (0) 2010/01/19
우분투  (0) 2010/01/19
Posted by Tommy Lymm