reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* problem with corrupted filesystem
@ 2010-03-30  8:59 Marcus Becker
  2010-03-30 10:24 ` Edward Shishkin
  0 siblings, 1 reply; 10+ messages in thread
From: Marcus Becker @ 2010-03-30  8:59 UTC (permalink / raw)
  To: reiserfs-devel

the problem is actual reproduceable. I emerged gcc again and the excact same happened:

disi-laptop portage # rm -r *
rm: cannot remove `sys-devel/gcc-4.4.3/work/gcc-4.4.3/libjava/classpath/resource/gnu/java/locale': Directory not empty

 

I am not sure, why it doesn't like that particular folder..
___________________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread
* problem with corrupted filesystem
@ 2010-03-29 16:32 Marcus Becker
  0 siblings, 0 replies; 10+ messages in thread
From: Marcus Becker @ 2010-03-29 16:32 UTC (permalink / raw)
  To: reiserfs-devel

I had some folders left after failed emerge in /var/tmp/portage, so I tried to remove the folders in there and got the error "directory not empty"
I was able to move the subfolder "locale" to my /root folder and then remove the directory with all other subdirectories
in the /root folder I still wasn't able to remove "locale"

After fsck.reiser4 --fix /dev/sda3 problem is solved, here is the relevant output:

disi-laptop ~ # uname -a
Linux disi-laptop 2.6.33-zen1 #3 ZEN SMP Sat Mar 27 17:00:34 GMT 2010 
i686 Intel(R) Pentium(R) M processor 1.60GHz GenuineIntel GNU/Linux

disi-laptop ~ # mkfs.reiser4 --version
mkfs.reiser4 1.0.7
Copyright (C) 2001-2005 by Hans Reiser, licensing governed by 
reiser4progs/COPYING.
disi-laptop ~ # ls
locale  xorg.conf.new
disi-laptop ~ # ls -l
total 5
drwx------ 2 root root    4 Mar 27 15:35 locale
-rw-r--r-- 1 root root 3944 Mar 27 15:05 xorg.conf.new
disi-laptop ~ # man ls
disi-laptop ~ # ls -li
total 5
509520 drwx------ 2 root root    4 Mar 27 15:35 locale
1584446 -rw-r--r-- 1 root root 3944 Mar 27 15:05 xorg.conf.new
disi-laptop ~ # mv locale locale_moved
disi-laptop ~ # ls -li
total 5
509520 drwx------ 2 root root    4 Mar 29 16:58 locale_moved
1584446 -rw-r--r-- 1 root root 3944 Mar 27 15:05 xorg.conf.new
disi-laptop ~ # rm -rf locale_moved/
rm: cannot remove `locale_moved': Directory not empty
disi-laptop ~ # ls -lai locale_moved/
total 1
509520 drwx------ 2 root root 4 Mar 29 16:58 .
99103 drwx------ 3 root root 9 Mar 29 16:58 ..
disi-laptop ~ # rmdir locale_moved/
rmdir: failed to remove `locale_moved/': Directory not empty
-- 3 root root 9 Mar 29 16:58 ..

fsck_sda3.log:
FSCK: obj40_repair.c: 223: obj40_stat_unix_check: Node (411349), item (3), 
[7c641:6c6f63616c6500:7c650] (stat40): wrong bytes (264), Fixed to (100). 
FSCK: obj40_repair.c: 350: obj40_stat_lw_check: Node (411349), item (3),
[7c641:6c6f63616c6500:7c650] (stat40): wrong size (4), Fixed to (2). 


disi-laptop ~ # ls
locale_moved  xorg.conf.new
disi-laptop ~ # ls -li
total 5
509520 drwx------ 2 root root    2 Mar 29 16:58 locale_moved
1584446 -rw-r--r-- 1 root root 3944 Mar 27 15:05 xorg.conf.new
disi-laptop ~ # mv locale_moved locale
disi-laptop ~ # ls -li
total 5
509520 drwx------ 2 root root    2 Mar 29 17:20 locale
1584446 -rw-r--r-- 1 root root 3944 Mar 27 15:05 xorg.conf.new
disi-laptop ~ # rm -r locale
disi-laptop ~ # ls -li
total 4
1584446 -rw-r--r-- 1 root root 3944 Mar 27 15:05 xorg.conf.new

Here is the related forum post: http://forums.gentoo.org/viewtopic-p-6223315.html#6223315

thanks,

Marcus
___________________________________________________________
WEB.DE DSL: Internet, Telefon und Entertainment für nur 19,99 EUR/mtl.!
http://produkte.web.de/go/02/
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2010-03-30 21:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-30  8:59 problem with corrupted filesystem Marcus Becker
2010-03-30 10:24 ` Edward Shishkin
2010-03-30 16:06   ` Marcus Becker
2010-03-30 16:50     ` Edward Shishkin
     [not found]       ` <op.vad3n9sfhogzsi@g17b>
2010-03-30 16:51         ` Fwd: " Jonáš Vidra
2010-03-30 17:47       ` Marcus Becker
2010-03-30 20:13       ` Marcus Becker
2010-03-30 21:07         ` Edward Shishkin
2010-03-30 21:24           ` Marcus Becker
  -- strict thread matches above, loose matches on Subject: below --
2010-03-29 16:32 Marcus Becker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).