From owner-freebsd-questions@FreeBSD.ORG Wed Jan 16 19:10:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70EA716A41A for ; Wed, 16 Jan 2008 19:10:12 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6730713C43E for ; Wed, 16 Jan 2008 19:09:54 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m0GJ86FG001941; Wed, 16 Jan 2008 20:08:06 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m0GJ82jl001938; Wed, 16 Jan 2008 20:08:06 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 16 Jan 2008 20:08:02 +0100 (CET) From: Wojciech Puchar To: RW In-Reply-To: <20080116181544.787f2d17@gumby.homeunix.com.> Message-ID: <20080116200616.V1891@wojtek.tensor.gdynia.pl> References: <478DCC6C.8010605@mbnet.fi> <478E15F3.7090809@mbnet.fi> <20080116174455.H1425@wojtek.tensor.gdynia.pl> <20080116181544.787f2d17@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: growfs and soft updates 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, 16 Jan 2008 19:10:12 -0000 >> problem then+i've got zero sized file in lost+found that i was unable >> to delete until i took off all strange flash with chflags. >> >> but i did it ONLY because i had no way to back it up. > > Personally I don't think it's worth the risk, unless the data is > disposable like a squid cache. What I normally do is create a new > partition and symlink things into it. it was network users shared directory for movies music etc. i already told them that i will probably remove it unless they will back it up. so i don't have to worry in case growfs would screw it up completely. anyway where to send patches? i patched it to support sector size >512 bytes (i have geli with 4k sectors).