aaa 라는 서버의 /apache 를 원격지에서 마운트 하고싶습니다.
aaa 서버 의 /etc/exports 파일의 내용은 다음과 같이 했구요
/apache -ro xxx.xxx.xxx.xxx
bbb 라는 서버에서
mount -t nfs -o ro aaa:/apache /home/apache 라고 하면(root에서 작업)
다음과 같은 에러가 나네요..
NFS Portmap: RPC: Program not registered
어떻게 해야하는건지요?