From owner-freebsd-fs@FreeBSD.ORG Mon Nov 17 08:40:57 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33E82106564A for ; Mon, 17 Nov 2008 08:40:57 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id DF7AA8FC0A for ; Mon, 17 Nov 2008 08:40:56 +0000 (UTC) (envelope-from andrew@modulus.org) Received: by email.octopus.com.au (Postfix, from userid 1002) id 9CBC0174BC; Mon, 17 Nov 2008 19:40:53 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: X-Spam-Status: No, score=-1.3 required=10.0 tests=ALL_TRUSTED, DNS_FROM_SECURITYSAGE autolearn=no version=3.2.3 Received: from [10.20.30.101] (60.218.233.220.exetel.com.au [220.233.218.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id 06E7217323; Mon, 17 Nov 2008 19:40:49 +1100 (EST) Message-ID: <49212E04.9000507@modulus.org> Date: Mon, 17 Nov 2008 19:40:36 +1100 From: Andrew Snow User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Andriy Gapon References: <491D710A.9090308@icyb.net.ua> <491D8621.40101@icyb.net.ua> <20081117043042.GA2101@garage.freebsd.pl> In-Reply-To: <20081117043042.GA2101@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: zfs snapdir: from hidden to visible and back again X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2008 08:40:57 -0000 > And it seems that any snapshot accessed in this way gets automatically > added to mounts. This doesn't seem to be reasonable. One workaround I use is to use the "clone" command on any specific snapshots I want to have mounted, and then the rest can be left hidden. When you are finished accessing the snapshot, simply destroy the clone. - Andrew