From owner-freebsd-questions@FreeBSD.ORG Wed Jul 21 09:20:17 2010 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 51F9A1065698 for ; Wed, 21 Jul 2010 09:20:17 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out9.libero.it (cp-out9.libero.it [212.52.84.109]) by mx1.freebsd.org (Postfix) with ESMTP id DFAD88FC19 for ; Wed, 21 Jul 2010 09:20:16 +0000 (UTC) Received: from soth.ventu (151.51.33.62) by cp-out9.libero.it (8.5.107) id 4C4029D100DE0371 for freebsd-questions@freebsd.org; Wed, 21 Jul 2010 11:20:15 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.3) with ESMTP id o6L9KEvB081650 for ; Wed, 21 Jul 2010 11:20:14 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4C46BBCE.2080601@netfence.it> Date: Wed, 21 Jul 2010 11:20:14 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.1.10) Gecko/20100708 Thunderbird/3.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Strange filesystem problems 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, 21 Jul 2010 09:20:17 -0000 Hello. I'm experiencing a strange problem on a 7.2p8/i386 box. This is not critical, since I have a workaround, but it's annoying and I'm also curious :-) Let's say I have directory "foo"; under "foo" I have "bar" which keeps thousands of files (in several subdirectories). I do: %cd /xyzzy/foo %pwd xyzzy/foo %rm -fR bar %pwd pwd: .: Permission denied %cd .. %cd foo %pwd xyzzy/foo This is a local UFS filesystem, so it shouldn't be a network problem; no error shows up in the logs; in "bar" I don't have any symlink or special node, only plain files and directories. What should I check? bye & Thanks av.