From owner-freebsd-questions@FreeBSD.ORG Wed Apr 25 15:27:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F131916A400 for ; Wed, 25 Apr 2007 15:27:36 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id ADB5C13C483 for ; Wed, 25 Apr 2007 15:27:36 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 25 Apr 2007 11:27:36 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NFO57222; Wed, 25 Apr 2007 11:27:35 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 25 Apr 2007 11:27:23 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17967.29533.690659.185065@jerusalem.litteratus.org> Date: Wed, 25 Apr 2007 11:27:25 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <20070425110028.a2690d32.wmoran@potentialtech.com> References: <000901c78748$de2e9ba0$0200a8c0@satellite> <20070425110028.a2690d32.wmoran@potentialtech.com> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Re: lost+found 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: Wed, 25 Apr 2007 15:27:37 -0000 Bill Moran writes: > > What is lost+found? I've got one on all my filesystems and > > over the past few days i've had things being deleted from > > there. Do i have a problem? > > When fsck finds problems with the filesystem, it saves any data > that otherwise may have been lost to this directory. To elaborate a little: When fsck finds a file that no directory thinks belongs to it. it stores that file in the "lost+found" directory of that partition as "#". Robert huff