From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 8 21:18:42 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 6AF1F16A41F for ; Sat, 8 Oct 2005 21:18:42 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2138743D46 for ; Sat, 8 Oct 2005 21:18:42 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.30] (april.chuckr.org [66.92.151.30]) by chuckr.org (Postfix) with ESMTP id DC5F911637 for ; Sat, 8 Oct 2005 17:10:08 -0400 (EDT) Message-ID: <434835B0.7020005@chuckr.org> Date: Sat, 08 Oct 2005 17:10:08 -0400 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050625) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-hackers@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 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:18:42 -0000 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. The mount isn't ro, in fact, when I do the mount -v, I get: april.chuckr.org:/usr3/osrc/ports on /usr/ports type nfs (rw, ctime=Sat Oct 8 10:23:49 2005, v3, tcp, hard, wsize=8192, rsize=8192, rdirsize=8192, timeo=100, retrans=10, maxgrouplist=16, readahead=1, acregmin=5, acregmax=60, acdirmin=5, acdirmax=60) Showmount -e on FreeBSD shows the right network (I was going to post it, but I chickened out, it's got too much stuff I don't want publicized, I have static IPs). How come I can't get permissions fixed?