From owner-freebsd-questions@FreeBSD.ORG Wed Aug 2 16:36:43 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 1E1AD16A4DD for ; Wed, 2 Aug 2006 16:36:43 +0000 (UTC) (envelope-from freebsd@scottevil.com) Received: from relay.aplus.net (relay.aplus.net [216.55.128.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE11143D46 for ; Wed, 2 Aug 2006 16:36:42 +0000 (GMT) (envelope-from freebsd@scottevil.com) Received: from [216.55.131.248] (helo=[192.168.191.103]) by relay.aplus.net with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1G8Ji6-0006SF-Jv for freebsd-questions@freebsd.org; Wed, 02 Aug 2006 09:36:42 -0700 Message-ID: <44D0D498.1030405@scottevil.com> Date: Wed, 02 Aug 2006 09:36:40 -0700 From: Scott Oertel User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44D0C36C.2050902@scottevil.com> <20060802162524.GB58585@dan.emsphone.com> In-Reply-To: <20060802162524.GB58585@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: removing large files (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, 02 Aug 2006 16:36:43 -0000 Dan Nelson wrote: > In the last episode (Aug 02), Scott Oertel said: > >> Yesterday after an fsck a file was placed in the lost+found folder which >> size was exactly the size of the drive (450gb). What is the safest way >> to remove this file? >> > > If its timestamp updates when you touch a file on the main filesystem, > it's most likely a snapshot file, either leftover from a failed > background fsck, or manually created by you with mksnap_ffs. You can > just delete it. > > The time stamp doesn't update, it gives an error: touch: #00000005: Operation not permitted -Scott Oertel