
thiagomir
(usa Ubuntu)
Enviado em 04/10/2017 - 14:53h
Caros Amigos!
Estou com o seguinte problema.
Ao tentar montar um diretorio de um servidor para o outro esta me dando o seguinte erro.
mount: SERVER:/diretorio failed, reason given by server: Permission denied
é em um servidor em expecifico, pois estou conseguinto montar em outro sem problema, á deixei todos com as mesmas configurações mas ainda continua dando erro.
/etc/exports
/diretorio_local *servidor_remoto(rw,no_subtree_check,sync,no_root_squash)
/etc/fstab
Server_remoto:/diretorio /diretorio nfs rw,rsize=8192,wsize=8192,timeo=14,intr,tcp,soft 0 0
mount -a
mount: server_remoto:/diretorio failed, reason given by server: Permission denied
/etc/rc.d/init.d/nfs restart
Shutting down NFS mountd: [ OK ]
Shutting down NFS daemon: [ OK ]
Shutting down NFS quotas: [ OK ]
Shutting down NFS services: [ OK ]
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS daemon: [ OK ]
Starting NFS mountd: [ OK ]
Stopping RPC idmapd: [ OK ]
Starting RPC idmapd: [ OK ]
poderia me ajudar?
agradeço a todos!