Date: Wed, 21 Jul 2010 11:20:14 +0200 From: Andrea Venturoli <ml@netfence.it> To: freebsd-questions@freebsd.org Subject: Strange filesystem problems Message-ID: <4C46BBCE.2080601@netfence.it>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C46BBCE.2080601>