From owner-freebsd-questions@FreeBSD.ORG Tue Jul 27 04:33:42 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 11F7516A4CE for ; Tue, 27 Jul 2004 04:33:42 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB6EB43D31 for ; Tue, 27 Jul 2004 04:33:41 +0000 (GMT) (envelope-from fbsd@comcast.net) Received: from krvn.comcast.net (c-24-0-241-226.client.comcast.net[24.0.241.226]) by comcast.net (sccrmhc13) with SMTP id <2004072704334001600ojj4ce> (Authid: fbsd); Tue, 27 Jul 2004 04:33:41 +0000 Message-Id: <6.1.2.0.0.20040726231952.01afc188@mail.comcast.net> X-Sender: fbsd@mail.comcast.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Mon, 26 Jul 2004 23:33:36 -0500 To: freebsd-questions@freebsd.org From: "V.Nair" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: NFS Problem 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, 27 Jul 2004 04:33:42 -0000 Hello all, I am running FreeBSD 5.2.1 and am having problems with NFS. I have an NFS server that is also running 5.2.1. The client is able to mount the NFS export and I am able to get a directory listing. However, I am unable to write to the NFS mount from the client, even as root. This is what my relevant /etc/fstab line looks like: taffy:/media /media nfs rw 0 0 Any suggestion would be appreciated. VN