From owner-freebsd-stable@FreeBSD.ORG Thu Mar 6 07:22:15 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B002106566B for ; Thu, 6 Mar 2008 07:22:15 +0000 (UTC) (envelope-from devin@spamcop.net) Received: from mail.distalzou.net (203.141.139.231.static.zoot.jp [203.141.139.231]) by mx1.freebsd.org (Postfix) with ESMTP id 371948FC33 for ; Thu, 6 Mar 2008 07:22:13 +0000 (UTC) (envelope-from devin@spamcop.net) Received: from plexi.pun-pun.prv ([192.168.7.29]) by mail.distalzou.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JXAQd-000AmU-2f; Thu, 06 Mar 2008 16:22:11 +0900 Date: Thu, 6 Mar 2008 16:22:09 +0900 (JST) From: Tod McQuillin X-X-Sender: devin@plexi.pun-pun.prv To: Peter Jeremy In-Reply-To: <20080305185841.GU68971@server.vk2pj.dyndns.org> Message-ID: <20080306160720.E1647@plexi.pun-pun.prv> References: <20080305213442.A36748@plexi.pun-pun.prv> <20080305185841.GU68971@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: Odd file in /lost+found after softupdate inconsistency in fsck X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 07:22:15 -0000 On Thu, 6 Mar 2008, Peter Jeremy wrote: > On Wed, Mar 05, 2008 at 09:43:15PM +0900, Tod McQuillin wrote: >> /home/lost+found# ls -lksh >> total 24432 >> 24432 -r-------- 1 root operator 40G Mar 5 20:12 #0000005 >> >> It is 40G in size but only occupies 24432k on disk, so it is a sparse file. > > The file permissions and sparseness matches a snapshot. If your FS > is 40GB then it is a snapshot. Thanks Peter. So, it's a shapshot -- is it still usable? Is it safe to delete it? snapinfo doesn't know about it: # snapinfo -v /home /dev/ad4s2e mounted on /home no snapshots found I'm not in the habit of making snapshots ... but it might have come from a dump -L. Anyway, I think the conclusion is that it's a snapshot, of mysterious origin, and it's probably not useful. Thanks again, -- Tod MCQuillin