From owner-freebsd-questions@FreeBSD.ORG Sun Sep 10 20:05:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 76B1416A407 for ; Sun, 10 Sep 2006 20:05:52 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06FEC43D46 for ; Sun, 10 Sep 2006 20:05:51 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.141] (helo=anti-virus02-08) by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52) id 1GMVYr-0007tH-PV; Sun, 10 Sep 2006 21:05:49 +0100 Received: from [82.41.35.166] (helo=[192.168.0.2]) by asmtp-out3.blueyonder.co.uk with esmtp (Exim 4.52) id 1GMVYr-0004ug-45; Sun, 10 Sep 2006 21:05:49 +0100 Message-ID: <4504701C.6090104@dial.pipex.com> Date: Sun, 10 Sep 2006 21:05:48 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Bob References: <200609101426.52892.bob@tania.servebbs.org> In-Reply-To: <200609101426.52892.bob@tania.servebbs.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: SnapShot Magic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 20:05:52 -0000 Bob wrote: >/usr is a 33GB HW/Raid partition, how can it possibly hold 6 33GB >snapshots??? > >If I mount each one of these, they all report to df that they are indeed 33BB >file systems! > >How is this magic achieved? > >Is there a doc somewhere with an explaination? > > Snapshots only hold the originals of blocks that have changed, but still look like a complete file system when you mount them. From man mount: > Further details can be found in the file at > /usr/src/sys/ufs/ffs/README.snapshot. > > which should have a pointer to the original paper. --Alex