On Tue, 8 Feb 2000, Lucky wrote:

> Quiero compartir el directorio /usr de un PC con otro y he hecho lo
> siguiente:
> 
> En PC1:   /etc/exports        /usr 192.168.0.3 (rw)
> 
> En PC2:    mount -t nfs 192.168.0.3 /mnt/PC1
> 
> I me da el siguiente error: directory to mount not in host:dir format

   trata 

             mount -t nfs 192.168.0.3:/usr /mnt/PC1
   
   Adam

Responder a