From owner-freebsd-questions@FreeBSD.ORG Tue Sep 21 13:43:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D5016A4CE for ; Tue, 21 Sep 2004 13:43:58 +0000 (GMT) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E06FF43D31 for ; Tue, 21 Sep 2004 13:43:57 +0000 (GMT) (envelope-from vj@xs4all.nl) Received: from webmail.xs4all.nl (webmail9.xs4all.nl [194.109.22.169]) by smtp-vbr10.xs4all.nl (8.12.11/8.12.11) with SMTP id i8LDhu63085330 for ; Tue, 21 Sep 2004 15:43:56 +0200 (CEST) (envelope-from vj@xs4all.nl) Received: from 213.84.152.131 (SquirrelMail authenticated user vj) by webmail.xs4all.nl with HTTP; Tue, 21 Sep 2004 15:43:56 +0200 (CEST) Message-ID: <15964.213.84.152.131.1095774236.squirrel@webmail.xs4all.nl> Date: Tue, 21 Sep 2004 15:43:56 +0200 (CEST) From: vj@xs4all.nl To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: NFS weird problem on fbsd4.10stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 13:43:58 -0000 Hi. Iam trying to get nfs to work on two fbsd 4.10 stable machines. One as an client and one as an server. Loading nfs module by /boot/loader.conf, portmap is running. Following handbook ways of doing and iam not getting any further. On the client iam trying to run: # nfsiod -n 4 nfsiod: vfsload(nfs): File exists But it just comes back with that error, what am i doing wrong? vj