From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent CARON Subject: Re: ReiserFS 3.6 - Unable to access some files Date: Tue, 20 Dec 2005 16:21:05 +0100 Message-ID: <43A82161.6090706@apartia.fr> References: <43A81EB4.8080907@apartia.fr> <43A82014.1080608@namesys.com> 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: <43A82014.1080608@namesys.com> List-Id: Content-Type: text/plain; charset="iso-8859-1"; format="flowed" To: reiserfs-list@namesys.com Cc: "Vladimir V. Saveliev" Vladimir V. Saveliev a =E9crit : >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 > >>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=20 /dev/partition should "normally" be able to fix it .?.?