From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yury Umanets Subject: Re: Permission denied on access to files; even as root Date: Sun, 16 Jun 2002 21:20:56 +0400 Message-ID: <3D0CC8F8.9090206@namesys.com> References: <1024353028.26879.10577.camel@xserver> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Chris Worley Cc: reiserfs-list@namesys.com Chris Worley wrote: >I've got a couple hundred files that seem to be in a bad state since I >tried (unsuccessfully) converting my file system, for example (as root): > >/usr/bin # ls -l gdb >ls: gdb: Permission denied >/usr/bin # mv gdb gdb.bak >mv: cannot stat `gdb': Permission denied >/usr/bin # chmod a+r gdb >chmod: getting attributes of `gdb': Permission denied > >Any idea what has happened and how to recover these files? > It means that your filesystem is corrupted. Probably statdata item of gdb. Have you tried to fsck it? What did fsck say? > >Thanks, > >Chris > > > > >