From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 01:11:35 2005 Return-Path: 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 16F7916A4CE for ; Fri, 4 Mar 2005 01:11:35 +0000 (GMT) Received: from smtphost.cis.strath.ac.uk (smtphost.cis.strath.ac.uk [130.159.196.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A11F43D1F for ; Fri, 4 Mar 2005 01:11:34 +0000 (GMT) (envelope-from chodgins@cis.strath.ac.uk) Received: from [192.168.0.4] (chrishodgins.force9.co.uk [84.92.20.141]) j241BNGD017164; Fri, 4 Mar 2005 01:11:24 GMT Message-ID: <4227B6F6.6090306@cis.strath.ac.uk> Date: Fri, 04 Mar 2005 01:16:38 +0000 From: Chris Hodgins User-Agent: Mozilla Thunderbird 1.0 (X11/20050204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eriksson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CIS-MailScanner-Information: Please contact support@cis.strath.ac.uk for more information X-CIS-MailScanner: Found to be clean X-CIS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6) X-CIS-MailScanner-From: chodgins@cis.strath.ac.uk cc: 'Emanuel Strobl' cc: freebsd-questions@freebsd.org Subject: Re: Sharing directories with jails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 01:11:35 -0000 Daniel Eriksson wrote: > Emanuel Strobl wrote: > > >>You can also use nullfs (man (8) mount_nullfs). It's slow and >>not certified to be bugfree but I never had any problems and >>especially for centralized ports very useful. > > > What has given you the idea that nullfs is slow? I'm using it extensively > and have not noticed any significant slowdown. Under what usecase(s) is it > slow? (My usage is mainly for medium to large files, with <200 files per > directory.) > > /Daniel Eriksson > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Thanks for your help. I have used nullfs to get this working and it works fine. Thanks Chris