From owner-freebsd-hackers@FreeBSD.ORG Wed May 4 18:52:06 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4063916A4CE for ; Wed, 4 May 2005 18:52:06 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D342143D68 for ; Wed, 4 May 2005 18:52:05 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id CE9E77A403; Wed, 4 May 2005 11:51:50 -0700 (PDT) Message-ID: <427919C6.5040100@elischer.org> Date: Wed, 04 May 2005 11:51:50 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050423 X-Accept-Language: en, hu MIME-Version: 1.0 To: Maslan References: <319cceca0505040530623245d7@mail.gmail.com> In-Reply-To: <319cceca0505040530623245d7@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Hackers Subject: Re: files refused to delete X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2005 18:52:06 -0000 use ls -lo to see if there are any special flags set on the file. man chflags for more information on the flags. How did you delete if from linux? last I heard the linux ufs code was not very healthy. maybe they fixed it.. Maslan wrote: >when i've extract a bz2 file containing filenames in other encodings (arabic), >the file names appears ??? and it refuses to delete , however i >deleted them from linux >but the fsck created a hard link to them in lost+found and this hard >links refused to deleted, it also created a hard link to my home >directory which also refused to delete. >is this bug in bfs or in fsck ??? > > >