From owner-freebsd-questions@FreeBSD.ORG Tue Oct 18 22:42:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1A3DA16A41F for ; Tue, 18 Oct 2005 22:42:58 +0000 (GMT) (envelope-from mohansingh68@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A18C43D46 for ; Tue, 18 Oct 2005 22:42:57 +0000 (GMT) (envelope-from mohansingh68@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1077098nzo for ; Tue, 18 Oct 2005 15:42:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Z1oi5Y+SvOEOJIu/8EogbzN2Pl0jPcKsdoSrhFYblTuaz1CYn/Zq+6D/qX2AeiWBB+LlbYCJxYpHVBMg6xmBAnvbvY+WVYUdROtAL7X01G3HChnviFM7IVnPvVlA7OSbqkOaw+Z7YucNJf/VRqp5HUxiTdu6gCOZ6u6J5Apnlcw= Received: by 10.36.9.4 with SMTP id 4mr1823610nzi; Tue, 18 Oct 2005 15:42:55 -0700 (PDT) Received: by 10.36.251.40 with HTTP; Tue, 18 Oct 2005 15:42:55 -0700 (PDT) Message-ID: <48d803190510181542o528b15at95b1a3005329fb2d@mail.gmail.com> Date: Tue, 18 Oct 2005 18:42:55 -0400 From: Mohan Singh To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: root can't write to NFS mounted directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 22:42:58 -0000 I have some home directories that is mounted over NFS. The users who log in via NIS can write to their respective home directories, but root on the NFS client can't. The NFS directories are exported via a NAS. I know it is not a configuration issue on the NFS server, as it previously worked fine, and the only change I have made recently is to wipe and install the client. What setting on the client allows root to write to NFS mounted directories?