From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 23 06:48:47 2003 Return-Path: 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 3247C16A4B3; Thu, 23 Oct 2003 06:48:47 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 581CF43FA3; Thu, 23 Oct 2003 06:48:45 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from lanczos.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Oct 2003 14:48:44 +0100 (BST) Date: Thu, 23 Oct 2003 14:48:42 +0100 From: David Malone To: Nicholas Esborn Message-ID: <20031023134842.GA60356@lanczos.maths.tcd.ie> References: <20031023064206.GA47873@carbon.berkeley.netdot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031023064206.GA47873@carbon.berkeley.netdot.net> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-hackers@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: Serve NFS from within a jail? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 13:48:47 -0000 On Wed, Oct 22, 2003 at 11:42:06PM -0700, Nicholas Esborn wrote: > However, neither mountd nor nfsd are happy running inside the jail: NFS is one of those things that is largely implemented as a service in the kernel, and so doesn't really fit in with the way jail's work. If you want to run an NFS server from a jail, you'd probably need a userland NFS server. I don't know for certain, but cfs from ports might be able to do this. David.