From owner-freebsd-fs@FreeBSD.ORG Sun Jun 19 18:42:58 2011 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 4C4CA106566B for ; Sun, 19 Jun 2011 18:42:58 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D33BD8FC12 for ; Sun, 19 Jun 2011 18:42:57 +0000 (UTC) Received: by wyb33 with SMTP id 33so2839166wyb.13 for ; Sun, 19 Jun 2011 11:42:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=/7+5oSVtaadT0Vwp9Z2lcinBOfsknWd0Vs6/PM1MdyI=; b=tZd+N7Tg4CfiiBH+MUMCvX9tMkTnOA4gnR+jOQTVlNuG6PwBdy0U4ANET3zBqZb8CR ZpyXtetr0fhfWK2OIQxaz6etucEbUstFLqk13f7mKDcxDy8Gz5N0IoE0uNaOZikmRw+e Au0LDxubU2fi1PQ1EweIJFOlhP1AR1HefmcBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=gLVSpr2BITEgvz2CL6RPGU2tReB8OaBNxQgOa4jrYzVY1M4lTHCuwz1nQ4YLOiTKfl Id7E1zo4thSUhUhhf0dZPK6aZPdxxVv5xo6u+SO6L222UYK1DAvSWAT1FlMkY3PhXtPG ZvlgDazyqU1R5VKWdiDyv54H8JDBs2IJnIxds= Received: by 10.227.182.74 with SMTP id cb10mr4120890wbb.48.1308507452381; Sun, 19 Jun 2011 11:17:32 -0700 (PDT) Received: from prime.nonspace (nat66.mia.three.co.uk [217.171.129.66]) by mx.google.com with ESMTPS id eq4sm2573416wbb.37.2011.06.19.11.17.31 (version=SSLv3 cipher=OTHER); Sun, 19 Jun 2011 11:17:31 -0700 (PDT) Message-ID: <4DFE3D38.1040207@gmail.com> Date: Sun, 19 Jun 2011 19:17:28 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110606 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-fs@freebsd.org References: <5084282.22648.1308474239008.JavaMail.root@co3> In-Reply-To: <5084282.22648.1308474239008.JavaMail.root@co3> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ZFS, noexec and snapshots 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: Sun, 19 Jun 2011 18:42:58 -0000 On 19/06/2011 10:03, Patrick Proniewski wrote: > > Every ZFS volume is made with noexec, but I've just find out that the automount of .zfs/snapshot/* is not made with the noexec option. > Just two days ago I was wondering why some of my snapshots are not visible in .zfs/snapshot/ after setting snapdir=visible. All of given datasets have the noexec property set on. I guess that is the answer then. Michael