From owner-freebsd-questions@FreeBSD.ORG Thu Oct 9 17:18:26 2003 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 D4CA216A4B3 for ; Thu, 9 Oct 2003 17:18:25 -0700 (PDT) Received: from ganymede.hub.org (u173n10.eastlink.ca [24.224.173.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB99A43FAF for ; Thu, 9 Oct 2003 17:18:24 -0700 (PDT) (envelope-from scrappy@hub.org) Received: by ganymede.hub.org (Postfix, from userid 1000) id 72275349D7; Thu, 9 Oct 2003 21:17:12 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 6F50D3448F; Thu, 9 Oct 2003 21:17:12 -0300 (ADT) Date: Thu, 9 Oct 2003 21:17:12 -0300 (ADT) From: "Marc G. Fournier" To: Lewis Thompson In-Reply-To: <20031009231925.GD587@lewiz.org> Message-ID: <20031009211629.T28590@ganymede.hub.org> References: <20030803200948.GA10712@lewiz.org> <200310091700.09658.kennyf@pchg.net> <20031009231925.GD587@lewiz.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD-questions cc: Kenny Freeman Subject: Re: Jail FS questions. 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, 10 Oct 2003 00:18:26 -0000 On Fri, 10 Oct 2003, Lewis Thompson wrote: > > Anyway, nullfs is great for "remounting" > > parts of the file system. > > Yeah, right now I'm using NFS mounts, which is a bit ugly, to say the > least. Since I had troubles with union I steered clear of nullfs, since > the same ``slippery dog'' warning exists ;) pluto# df -t union | wc -l 65 What kind of troubles?