From owner-freebsd-questions@FreeBSD.ORG Tue Nov 14 09:02:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8F64816A416 for ; Tue, 14 Nov 2006 09:02:37 +0000 (UTC) (envelope-from farremosen@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F8F43D4C for ; Tue, 14 Nov 2006 09:02:35 +0000 (GMT) (envelope-from farremosen@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1146214uge for ; Tue, 14 Nov 2006 01:02:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=tZkZkfx9ugyAKVdbGlNa+0277wIVXbcLAApEpRa3rmDyJWCvoBz9ddwfhsQsgpKTsmU1oFNR6BKpCKw4pFZ8KDyn5l5nvX4TDmaHtt51XyLbHQrK8R5bAP3KOdeoteYjuzFPJwwLLCj8aBZCQjeD8+/tRnRvBg79PW0qslvWEqA= Received: by 10.78.142.14 with SMTP id p14mr788953hud.1163494951891; Tue, 14 Nov 2006 01:02:31 -0800 (PST) Received: by 10.78.186.6 with HTTP; Tue, 14 Nov 2006 01:02:31 -0800 (PST) Message-ID: Date: Tue, 14 Nov 2006 10:02:31 +0100 From: "=?ISO-8859-1?Q?Klaus_Friis_=D8stergaard?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NFS export - how no_root_squash with -maproot= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 09:02:37 -0000 Hi, I need to set up a NFS export for a client, I have created the dir /export/data I have chown nobody:nogroup and acess chmod 755 on /export/data the requrements are that the export for Linux is /export/data x.x.x.x (rw, no_root_squash) should this be like this when it is configured in FreeBSD /export/data x.x.x.x -maproot=nobody:nogroup -- Klaus