Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2005 22:31:38 +0100
From:      "Rob MacGregor" <freebsd.macgregor@blueyonder.co.uk>
To:        <FreeBSD-hackers@freebsd.org>
Subject:   RE: mount permissions problems
Message-ID:  <004701c5cc4f$aa5b25b0$0100a8c0@macgregor>
In-Reply-To: <434835B0.7020005@chuckr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004701c5cc4f$aa5b25b0$0100a8c0>