Subject: Re: Help:Mounting remote machine's directory
To: Chonla Banpha <gnnetbsd@hotmail.com>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 12/22/2000 07:22:23
On Fri, 22 Dec 2000, Chonla Banpha wrote:

>   I would like to mount a remote machine's directory when I am working, is 
> there any way to do this?  I tried this command
> mount -t nfs /<directory name>:<remote server> /mnt
> and it spitted out something like the mount commmand can not find network 
> id.  Can anyone help me on this?  Thanks in advance.

It's the other way round...

  mount -t nfs <server>:<directory> /mountpoint

-- 

Frederick