Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.bhp.com.au!mel.dit.csiro.au!munnari.OZ.AU!news.hawaii.edu!ames!olivea!wetware!sjsumcs.sjsu.edu!psgrain!newsfeed.internetmci.com!news.ghgcorp.com!usenet From: John Kinkead <kinkead@ghgcorp.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Mounting Remote Filesystems Date: 24 Jan 1996 20:55:11 GMT Organization: GHG Corporation Lines: 23 Message-ID: <4e66bf$9uh@pan.ghgcorp.com> NNTP-Posting-Host: 192.112.219.251 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 1.1N (X11; I; BSD/386 uname failed) X-URL: news:comp.unix.bsd.freebsd.misc/4072-4172 I have tried mounting a remote filesystem using several configurations (ie, FreeBSD to FreeBSD, FreeBSD to SCO, and SCO to FreeBSD). I use the following command: mount -t nfs remote:/ /mnt and I receive the following message: nfs: can't access /: Address already in use It doesn't seem to matter what remote path I try, whether it exists or not. For example, the following: mount -t nfs remote:/asdasdsa /mnt gives me the same Address already in use error. Does anyone know what could be causing this? I have nfsd running on the server as well as mountd. Thanks, John