after upgrade to etch, nautilus hangs when I drag desktop icons

2006-02-20 Thread Johannes Kiehl
Hi folks, since I moved to etch/testing, my gnome desktop icons freeze whenever I drag them around. How can I learn more about where nautilus gets stuck? Killing, then restarting nautilus with strace returned the following lines around the segmentation fault: % strace nautilus ... select(4, [3],

Re: [solved] Re: can't mount my root partition (rescue mode)

2006-01-04 Thread Pascal Kiehl
I used e2fsck -b 32769 /dev/hda4 and all worked well. Many inodes corrupted, but after the fix I could mount my filesystem :-) might be time for a new disk? I don't really now... The reason is because I used my laptop and sudently my hardrive was disconnected... I don't know if this it's de

[solved] Re: can't mount my root partition (rescue mode)

2006-01-03 Thread Pascal Kiehl
So I tried e2fsck -b 8193 /dev/hda4 and I got again this message : fsck.ext3 file system revision too high while trying to open /dev/hda4. The file system is appalently too high for this version of e2fsck (or the filesystem superblock is corrupt). The superblock could not be read or does not cont

Re: can't mount my root partition (rescue mode)

2006-01-03 Thread kiehl
> Did you try 'dmesg | tail' like it suggested? EXT3-fs: hda4: couldn't mount because of unsupported optional features (2000200). > Usually if you can't mount a filesystem it's because it got corrupted > somehow, > in this case it might be a "bad superblock" like it says. dmesg will > provide > i

can't mount my root partition (rescue mode)

2006-01-01 Thread kiehl
Hi all, I have a debian sid. I can't boot anymore with grub because of an error 24. So I use a knoppix to rescue my Debian. The problem is that I can't mount my root partition (which is /dev/hda4) [EMAIL PROTECTED] mount -t ext3 /dev/hda4 /mnt/hda4 mount: wrong fs type, bad option, bad superblo