From owner-freebsd-current Mon Jun 3 18:49:55 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03612 for current-outgoing; Mon, 3 Jun 1996 18:49:55 -0700 (PDT) Received: from gordius.gordian.com (gordius.gordian.com [192.73.220.81]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA03602 for ; Mon, 3 Jun 1996 18:49:45 -0700 (PDT) Received: from delphi.gordian.com (delphi.gordian.com [192.73.220.125]) by gordius.gordian.com (8.7.5/8.6.5) with ESMTP id SAA23265 for ; Mon, 3 Jun 1996 18:48:32 -0700 (PDT) Received: (from steve@localhost) by delphi.gordian.com (8.7.2/8.6.9) id SAA12823; Mon, 3 Jun 1996 18:48:31 -0700 (PDT) Date: Mon, 3 Jun 1996 18:48:31 -0700 (PDT) Message-Id: <199606040148.SAA12823@delphi.gordian.com> From: Steve Khoo To: freebsd-current-digest@FreeBSD.ORG CC: steve@gordian.com Subject: NFS problem: Irix 5.2 server, 2.2-960501-SNAP client Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have an interesting nfs problem... The server is running irix 5.2 and the client is running 2.2-960501-SNAP. The mount exit without any error, but when I do df, ls or pwd I get the following: # df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 49231 14290 31003 32% / /dev/sd0s1f 1388387 446552 830765 35% /usr /dev/sd0s1e 49231 797 44496 2% /var procfs 4 4 0 100% /proc hermes:/n/hermes 1468230 1316047 152183 90% /n/hermes hermes:/n/hermes2 997025 867008 130016 87% /n/hermes2 delphi:/n/delphi 639048 639048 0 100% /n/delphi delphi:/n/delphi2 639048 639048 0 100% /n/delphi2 # cd /n/delphi # ls ls: .: Not a directory # pwd pwd: Not a directory # The last two filesystems listed in df are the problem filesystems. The funny thing is, I can nfs mount another SGI(hermes) also running irix 5.2 without any problems. The server with problems(delphi) is a Challenge S server and (hermes) is Indigo. The only difference I can think of is, (hermes) was upgraded from irix 4.05 and the filesystem was created in irix 4.05. All filesystems on (delphi) was created in irix 5.2. Any ideas? I'd appreciate any help. Thanks! SEK