From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephane Chazelas Subject: Re: recursive subvolume delete Date: Sun, 2 Oct 2011 22:33:41 +0100 Message-ID: <20111002213341.GA4569@yahoo.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-btrfs@vger.kernel.org To: "krzf83@gmail.com " Return-path: In-Reply-To: List-ID: 2011-10-02 16:38:21 +0200, krzf83@gmail.com : > Also I think there are no real tools to find out which > directories are subvolumes/snapshots [...] On my system (debian), there's "mountpoint" command (from the initscript package from http://savannah.nongnu.org/projects/sysvinit) that will tell you that (it compares the st_dev of the given directory with that of directory/..). -- Stephane