From owner-freebsd-jail@FreeBSD.ORG Wed Jan 12 16:57:25 2011 Return-Path: Delivered-To: jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A93D1065679 for ; Wed, 12 Jan 2011 16:57:25 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC478FC0C for ; Wed, 12 Jan 2011 16:57:24 +0000 (UTC) Received: by pvc22 with SMTP id 22so120189pvc.13 for ; Wed, 12 Jan 2011 08:57:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Nlp1OCY8cs2VlsFtrVC+n66G+sFqEh3QbgOVXK30rC8=; b=UVRuEYnwQum8K0gADOAY2zoHsPpvDuxNgDBpeQKNuJcaE9izArfUQPiGzwXgtEGJZY FkbUfttYlFojj5WXJUV/ONjkag91FsQZqCOFDw9yD2Mup4ZpGHPuJo0m2A4Yth3ID76x h759/THVC6RrPPCQOt84/8B2JHJZK5hK6FzxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=r0M2sZ90/zihxdmXbpxfolNwhDWfoALIahCYCvvVy2fwZ2wmXBK8cGhAtDh9rmrlAq A3Yjmuwr/IM2f1YjXG4gSmyGUrRfh7egEGC4DLhUQzWhRE1iH+bh8VUrZUW7KQqG513n rdMI6U3igLMpeyjhP4G/vccoKdYX2vunKv37c= MIME-Version: 1.0 Received: by 10.142.212.15 with SMTP id k15mr60806wfg.53.1294851444030; Wed, 12 Jan 2011 08:57:24 -0800 (PST) Received: by 10.142.166.3 with HTTP; Wed, 12 Jan 2011 08:57:23 -0800 (PST) In-Reply-To: References: Date: Wed, 12 Jan 2011 17:57:23 +0100 Message-ID: From: Redd Vinylene To: jail@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Old jail dir reappears after reboot 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: Wed, 12 Jan 2011 16:57:25 -0000 On Wed, Jan 12, 2011 at 5:54 PM, Redd Vinylene wrote: > Hi, > > After rebooting my host server, some old dir I once had my jails in > reappears. What might be the cause of that and how do I stop it? > > More specifically, I once had my jails in /jail, but now I've moved them > all into /jails. rc.conf does not reference /jail and I can't find any file > that does. > > Anybody know? > > Thanks! > > I have to umount this old dir before I can delete it though. I checked /etc/fstab if maybe it's referenced there, but no. Thanks!