On Thu Aug 06 1998, Jovanny Saravia wrote:

[Cc to linux-kernel removed... irrelevant clutter there and that list is
too busy already.]

> I am trying of make mount via nfs from A to B servers.
> I can make in server A:
> 
>       mount -t nfs hostnameB:/directory /mnt
> 
> and is all right. But when I try to make similar nount via nfs on server B:
> 
>       mount -t nfs hostnameA:/directory /mnt
> 
> system says :
> 
> hostnameB:/# mount -t nfs hostnameA:/directory /mnt
> mount: hostnameA:/directory failed, reason given by server: Permission denied
> hostnameB:/#
> 
> I check in /etc/hosts files and everything is ok
> any have some ideas ?

man exports

(You have to have /etc/exports set up to allow NFS mounting from the
server).

Cheers
Tony

Reply via email to