From owner-freebsd-jail@FreeBSD.ORG Sat May 29 13:06:32 2010 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6019F1065675 for ; Sat, 29 May 2010 13:06:32 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7F38FC08 for ; Sat, 29 May 2010 13:06:31 +0000 (UTC) Received: by vws12 with SMTP id 12so2752411vws.13 for ; Sat, 29 May 2010 06:06:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=FiS6zBpxuOa07549Sy/u00M7MDDfG/nDjdxgAeoa1uM=; b=an7v/66t3xKKup2vTIo+JyihXJruCxkq2bOjQ5fa67JjejeezWGIacprIdDH5X4yYi TsP6S0F+3wwe5YLbWeRXRHQ0vv7kkxiXu88mswYeaX2/H0imZIXCkMUKXEcKA6dfFBby ByP/I4+uH2j6WWR+8YzJ4+K6EWzn+bY/lrNVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=pLpeiq5/ihCOmsSR8buknaS+5Iws7CiRJzctGJwW/bNf/z9x1TTEW61obuhipPl3g1 oyWDwNKxOzuwjWYcCjjcqpJuKSMCO1qOzNenpiuSnL6oZsGnKOMk6OYvn/dC76uOkDI2 S6WIMJSJkUvxbPEqepWLiJeylRsE3XSeiXJ6U= Received: by 10.220.60.197 with SMTP id q5mr1250080vch.256.1275138390998; Sat, 29 May 2010 06:06:30 -0700 (PDT) Received: from n2-150-149.dhcp.drexel.edu (n2-150-149.dhcp.drexel.edu [144.118.150.149]) by mx.google.com with ESMTPS id g3sm14666475vcp.16.2010.05.29.06.06.29 (version=SSLv3 cipher=RC4-MD5); Sat, 29 May 2010 06:06:29 -0700 (PDT) Message-ID: <4C011154.6030407@gmail.com> Date: Sat, 29 May 2010 09:06:28 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Tim Gustafson References: <945052632.315351275084473673.JavaMail.root@mail-01.cse.ucsc.edu> In-Reply-To: <945052632.315351275084473673.JavaMail.root@mail-01.cse.ucsc.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-jail@freebsd.org Subject: Re: Mounting NFS From Within a Jail X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2010 13:06:32 -0000 Hi Tim, On 5/28/10 6:07 PM, Tim Gustafson wrote: > Hi, > > I previously sent this message to the freebsd-questions list, but I think perhaps I should have posted it to the freebsd-jail list instead. > > Is it possible to mount an NFS file system from within a jail? > You cannot mount NFS shares inside a jail because of rpcbind. The best solution I've found is to mount the NFS share on the jail host, and create a nullfs mount of that mountpoint to the jail. Regards, -- Glen Barber