Return to BSD News archive
From: dwmalone@maths.tcd.ie (David Malone) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: NFS Mount from SunOS Sparc 5 Date: 19 Mar 1997 20:00:47 -0000 Organization: Dept. of Maths, Trinity College, Dublin, Ireland. Lines: 14 Sender: mathnews@graves.maths.tcd.ie Message-ID: <5gpglf$e8@graves.maths.tcd.ie> References: <Pine.SUN.3.91.970319115630.23886A-100000@enet1> NNTP-Posting-Host: graves.maths.tcd.ie Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!ns.saard.net!spasun.tpa.com.au!duster.adelaide.on.net!news.ade.connect.com.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!serv.hinet.net!news.uoregon.edu!hammer.uoregon.edu!news-xfer.netaxs.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!EU.net!Ireland.EU.net!maths.tcd.ie!not-for-mail Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:37495 Justin England <jengland@enetis.net> writes: >I am tring to mount a partition from our Sparc5 running SunOS 4.1.4 on my >FreeBSD P100. I have read through the docs, faqs, etc. and they state >that I need to use either mount -o -P sun:/dir /mnt or mount -o resvport >sun:/dir /mnt which is the same option. I can mount it with no problems, >and I can see the root directory from the mount point, but I can not see >any files below the root. I can access the files if I know their >location and that they exist, but I can not see them using ls. It may be that you are not exporting it with the correct permissions. Do you allow root access in the sun's exports file ? David.