Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!howland.erols.net!math.ohio-state.edu!jussieu.fr!univ-lyon1.fr!newsserver.cilea.it!sirio.cineca.it!galileo.polito.it!usenet From: Luca Bertoncello <lucabert@biella.alpcom.it> Newsgroups: comp.unix.bsd.freebsd.misc Subject: mount_nfs Date: Wed, 05 Mar 1997 15:18:55 +0100 Organization: Teknosoft s.r.l. Lines: 18 Message-ID: <331D80CF.1468@biella.alpcom.it> Reply-To: lucabert@biella.alpcom.it NNTP-Posting-Host: luca.teknosoft.biella.alpcom.it Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (WinNT; I) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:36584 Hi, I have a computer with FreeBSD and I want to "link" an area on another computer (alpha with OSF Unix) to a directory on my BSD computer. I suppose I use mount_nfs, so I created a directory (/bmm) and I use this command (from root user): mount_nfs biella.alpcom.it:/usr/users/lucabert /bmm where "biella.alpcom.it" is the Alpha server, "/usr/users/lucabert" is my directory on it, and "/bmm" is a directory on my local computer. Well, no problem encountered during mounting, but if I ask directory of /bmm (ls /bmm) there is no files!! Someone can help me? Thanks Luca Bertoncello (lucabert@teknosoft.biella.alpcom.it)