From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 8 21:31:43 2005 Return-Path: X-Original-To: FreeBSD-hackers@freebsd.org Delivered-To: FreeBSD-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2441316A420 for ; Sat, 8 Oct 2005 21:31:43 +0000 (GMT) (envelope-from freebsd.macgregor@blueyonder.co.uk) Received: from the-macgregors.org (82-46-96-19.cable.ubr06.stav.blueyonder.co.uk [82.46.96.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE1443D45 for ; Sat, 8 Oct 2005 21:31:42 +0000 (GMT) (envelope-from freebsd.macgregor@blueyonder.co.uk) X-Urban-Legend: Mail headers contain urban legends Received: from fire (rob@fire.macgregor [192.168.32.100]) (user=freebsd mech=LOGIN bits=0) by the-macgregors.org (8.13.5/8.13.5) with ESMTP id j98LVc4h004202 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sat, 8 Oct 2005 21:31:38 GMT From: "Rob MacGregor" To: Date: Sat, 8 Oct 2005 22:31:38 +0100 Message-ID: <004701c5cc4f$aa5b25b0$0100a8c0@macgregor> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <434835B0.7020005@chuckr.org> Thread-Index: AcXMTls6yTBKorXgRCK9rzEoJuCnswAANMSg X-Virus-Scanned: by amavisd-new Cc: Subject: RE: mount permissions problems X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2005 21:31:43 -0000 On Saturday, October 08, 2005 10:10 PM, Chuck Robey <> unleashed the infinite monkeys and produced: > I could sure use some help here. > > I have this Zaurus pda, running OpenBSD (FreeBSD doesn't run on arm, > last I looked), and I have just gotten usb networking to work. I am > trying to get nfs mounts to work, and I have very nearly got it working, > except for one problem: permissions. > > For example, I have a /usr3/local that I want to mount as /usr/ports on > the Zaurus. When I do that (and it does mount), if I try to "touch > garbage", it comes back and tells me "Permission denied". I can't get > around this. Keep in mind that the root user isn't mapped across an NFS mount by default: In the absence of -maproot and -mapall options, remote accesses by root will result in using a credential of -2:-2. All other users will be mapped to their remote credential. If you want a remote system to have root access to the file system you *MUST* explicity configure this. -- Rob | Oh my God! They killed init! You bastards!