All of lore.kernel.org
 help / color / mirror / Atom feed
* ReiserFS 3.6 - Unable to access some files
@ 2005-12-20 15:09 Laurent CARON
  2005-12-20 15:15 ` Vladimir V. Saveliev
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent CARON @ 2005-12-20 15:09 UTC (permalink / raw)
  To: reiserfs-list

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

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....?

Thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ReiserFS 3.6 - Unable to access some files
  2005-12-20 15:09 ReiserFS 3.6 - Unable to access some files Laurent CARON
@ 2005-12-20 15:15 ` Vladimir V. Saveliev
  2005-12-20 15:21   ` Laurent CARON
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir V. Saveliev @ 2005-12-20 15:15 UTC (permalink / raw)
  To: Laurent CARON; +Cc: reiserfs-list

Hello

Laurent CARON wrote:
> 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
> 

is there anything in system logs?

> 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....?
> 

It looks like a filesystem corruption: there is a name in a directory, but the
file itself can not be found.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ReiserFS 3.6 - Unable to access some files
  2005-12-20 15:15 ` Vladimir V. Saveliev
@ 2005-12-20 15:21   ` Laurent CARON
  2005-12-20 15:29     ` Vladimir V. Saveliev
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent CARON @ 2005-12-20 15:21 UTC (permalink / raw)
  To: reiserfs-list; +Cc: Vladimir V. Saveliev

Vladimir V. Saveliev a écrit :

>Hello
>
>Laurent CARON wrote:
>  
>
>>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
>>
>>    
>>
>
>is there anything in system logs?
>  
>
No error in the logs.

>  
>
>>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....?
>>
>>    
>>
>
>It looks like a filesystem corruption: there is a name in a directory, but the
>file itself can not be found.
>  
>
If it is a "little" FS corruption, a reiserfsck --fix-fixable 
/dev/partition should "normally" be able to fix it .?.?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ReiserFS 3.6 - Unable to access some files
  2005-12-20 15:21   ` Laurent CARON
@ 2005-12-20 15:29     ` Vladimir V. Saveliev
  0 siblings, 0 replies; 4+ messages in thread
From: Vladimir V. Saveliev @ 2005-12-20 15:29 UTC (permalink / raw)
  To: Laurent CARON; +Cc: reiserfs-list

Hello

Laurent CARON wrote:
> Vladimir V. Saveliev a écrit :
> 
>> Hello
>>
>> Laurent CARON wrote:
>>  
>>
>>> 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
>>>
>>>   
>>
>> is there anything in system logs?
>>  
>>
> No error in the logs.
> 
>>  
>>
>>> 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....?
>>>
>>>   
>>
>> It looks like a filesystem corruption: there is a name in a directory,
>> but the
>> file itself can not be found.
>>  
>>
> If it is a "little" FS corruption, a reiserfsck --fix-fixable
> /dev/partition should "normally" be able to fix it .?.?
> 

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-20 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-20 15:09 ReiserFS 3.6 - Unable to access some files Laurent CARON
2005-12-20 15:15 ` Vladimir V. Saveliev
2005-12-20 15:21   ` Laurent CARON
2005-12-20 15:29     ` Vladimir V. Saveliev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.