From owner-freebsd-questions Wed May 15 14:53:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA25937 for questions-outgoing; Wed, 15 May 1996 14:53:26 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA25932 for ; Wed, 15 May 1996 14:53:23 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id PAA20557; Wed, 15 May 1996 15:53:04 -0600 Date: Wed, 15 May 1996 15:53:04 -0600 From: Nate Williams Message-Id: <199605152153.PAA20557@rocky.sri.MT.net> To: Jim Binkley Cc: questions@FreeBSD.ORG Subject: Re: nfs mount problem with solaris system In-Reply-To: <199605152005.NAA09263@sirius.cs.pdx.edu> References: <199605152005.NAA09263@sirius.cs.pdx.edu> Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm trying to do a mount from a freebsd 2.1R system > to a solaris 2.X somesuch system. I do > # mount -o -P solarisbox:/somewhere /somehere > and the mount completes. Then I do > > # cd /somehere > > and that hangs. [ I edited out all of the non-relevant portions of the stuff ] moth:~ % uname -a FreeBSD moth.sri.MT.net 2.1-STABLE FreeBSD 2.1-STABLE #3: Mon Jan 8 17:47:44 MST 1996 root@moth.sri.MT.net:/usr/src/sys/compile/SNDMOTH i386 moth:~/tmp % cat /etc/fstab /dev/sd0s1 /dos msdos rw,noauto 0 0 rocky:/users /users nfs rw,soft,intr fly:/usr5 /usr5 nfs rw,soft,intr moth:~/tmp % df Filesystem 1K-blocks Used Avail Capacity Mounted on rocky:/users 1970590 1537004 236527 87% /users fly:/usr5 1829893 1176701 470212 71% /usr5 rocky:~ % uname -a SunOS rocky 4.1.3 4 sun4m fly:~ % uname -a SunOS fly 5.4 Generic_101945-10 sun4m sparc So I'm having no problems mounting disks from any Suns. Just for grines, I just exported a directory on my new Ultra running Slowlaris 2.5. ultra:/etc/init.d # uname -a SunOS ultra.sri.MT.net 5.5 Generic_103093-02 sun4u sparc SUNW,Ultra-1 It works fine. > Anybody seen this before? any clues? What kind of ethernet card do you have on the PC? If it's one of the 'slower' ones, you may want to kick the packet size down to 1K (I don't remember how, check out the manpage). Nate