From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 08:22:10 2003 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 A732216A4B3 for ; Sat, 11 Oct 2003 08:22:10 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA3F43FBD for ; Sat, 11 Oct 2003 08:22:10 -0700 (PDT) (envelope-from gsam@trini0.org) Received: from hivemind.trini0.org (trini0.org[68.39.114.118]) by comcast.net (rwcrmhc11) with ESMTP id <2003101115220901300qpriie>; Sat, 11 Oct 2003 15:22:09 +0000 Received: from trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 2C1C791 for ; Sat, 11 Oct 2003 11:22:09 -0400 (EDT) Message-ID: <3F882021.3070301@trini0.org> Date: Sat, 11 Oct 2003 11:22:09 -0400 From: Gerard Samuel User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en, th, nl, ar, en-us MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Permission denied with NFS mount 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: Sat, 11 Oct 2003 15:22:10 -0000 I already have 2 mount points setup from the server to my workstation and they are working perfectly. When adding a third mount point, HUPping mountd, and trying to mount it (as root), Im getting -> gladiator# mount hivemind:/files/www/data /home/gsam/www [udp] hivemind:/files/www/data: Permission denied My exports file look like -> /usr/ports -maproot=0 gatekeeper gladiator /storage/files -maproot=0 gladiator /storage/gatekeeper_tmp -maproot=0 gatekeeper /files/www/data -maproot=0 gladiator File permissions -> hivemind# pwd && ls -al /files/www total 10 drwxr-xr-x 5 root wheel 512 Aug 9 22:40 . drwxr-xr-x 3 root wheel 512 Sep 14 10:03 .. drwxr-xr-x 2 www www 512 Jun 28 11:15 Backup drwxr-xr-x 11 www www 512 Oct 10 14:08 data drwxr-xr-x 5 www www 512 Jul 16 02:06 gallery Any ideas? Thanks