From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 15:08:09 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 9181816A4C1 for ; Sat, 11 Oct 2003 15:08:09 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id D487143FCB for ; Sat, 11 Oct 2003 15:08:07 -0700 (PDT) (envelope-from gsam@trini0.org) Received: from hivemind.trini0.org (trini0.org[68.39.114.118]) by comcast.net (sccrmhc11) with ESMTP id <2003101122080701100ncaele>; Sat, 11 Oct 2003 22:08:07 +0000 Received: from trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id F080868; Sat, 11 Oct 2003 18:08:06 -0400 (EDT) Message-ID: <3F887F46.5060800@trini0.org> Date: Sat, 11 Oct 2003 18:08:06 -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: Gerard Samuel References: <3F882021.3070301@trini0.org> In-Reply-To: <3F882021.3070301@trini0.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: 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 22:08:09 -0000 Gerard Samuel wrote: > 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 Wouldn't you know. The last thing I would have thought about, worked. Rebooting the damn server. Dont know why HUPping mountd didn't work, but Im good now...