From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vladimir V. Saveliev" Subject: Re: ReiserFS 3.6 - Unable to access some files Date: Tue, 20 Dec 2005 18:29:01 +0300 Message-ID: <43A8233D.3090603@namesys.com> References: <43A81EB4.8080907@apartia.fr> <43A82014.1080608@namesys.com> <43A82161.6090706@apartia.fr> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <43A82161.6090706@apartia.fr> List-Id: Content-Type: text/plain; charset="iso-8859-1" To: Laurent CARON Cc: reiserfs-list@namesys.com Hello Laurent CARON wrote: > Vladimir V. Saveliev a =E9crit : >=20 >> Hello >> >> Laurent CARON wrote: >> =20 >> >>> Hi, >>> >>> I'm currently using a big (1.2Tb) Reiser3.6 filesystem under debian SID >>> (Kernel 2.6.13). >>> >>> Problem: I'm trying to delete a file, but unfortunately.... it won't me >>> delete it. >>> >>> server:/var/tmp# rm -Rf network.old >>> rm: cannot remove `network.old/Makefile': Permission denied >>> >>> =20 >> >> is there anything in system logs? >> =20 >> > No error in the logs. >=20 >> =20 >> >>> cd ./network.old >>> server:/var/tmp/network.old# ls -al >>> ls: Makefile: Permission denied >>> total 0 >>> drwxrwxrwt+ 2 root Domain Users 72 2005-07-13 10:17 ./ >>> drwxrwxrwt 4 root root 104 2005-12-02 13:42 ../ >>> >>> server:/var/tmp/network.old# stat * >>> stat: cannot stat `Makefile': Permission denied >>> >>> >>> Is this a filesystem corruption, a bug in reiserfs....? >>> >>> =20 >> >> It looks like a filesystem corruption: there is a name in a directory, >> but the >> file itself can not be found. >> =20 >> > If it is a "little" FS corruption, a reiserfsck --fix-fixable > /dev/partition should "normally" be able to fix it .?.? >=20 yes, reiserfsck --fix-fixable will fix it if there is nothing worse. So, you should start with "reiserfsck /dev/partition" and see what it says.