ext3 filesystem corruption with Fedora Core 2, Test 3 with latest 2.6.6.x kernel

From: Amit D. Chaudhary (amit_ml_at_comcast.net)
Date: 07/30/04

  • Next message: OGAWA Hirofumi: "Re: [PATCH] Fix NR_KEYS off-by-one error"
    Date:	Thu, 29 Jul 2004 18:11:55 -0700
    To: fedora-list@redhat.com, linux-kernel@vger.kernel.org
    
    
    

    What happened:
    I got filesystem corrupted yesterday when using a Fedora Core 3, Test 3
    with linux kernel 2.6.6-1.435.

    The filesystems were /boot and /, particularly files under /bin were
    missing including /bin/sh, /etc/fstab, etc.
    kernel images, and other files under /boot had disappeared.

    Setup:
    The desktop is a HP with a P3 700 with 512 MB RAM, 2 HDD, this happenned
    on ide0 (hda1 and hda3)
    The ext3 filesystems had the default journaling mode.

    How I ran into it:
    I ran vncserver from one of the mingetty (text) consoles, I am still
    trying it out and probably used an incorrect xstartup, attached incase
    it might be useful. Anyways, I did not connect to it, decided to log
    onto another mingetty (CTRL+ALT+2), this took the login name and hung.
    Now the computer went into a hard hang (No Oops, CTRL+ALT+DEL, etc did
    not work.)
    On a reboot using grub directly went into Windows (it is a dual boot
    system). Using the rescue disk, I noticed, since it did not mount
    /dev/hda1 as /boot, the old /boot was being effective and suprisingly
    did not have a link entry.

    I have reinstalled the OS, so no direct help is needed.
    Thought should email it to the list for information and if someone knows
    which release this happens in and is there a fix to it.

    Thanks
    Amit

    
    

    #!/bin/sh

    # Uncomment the following two lines for normal desktop:
    # unset SESSION_MANAGER
    # exec /etc/X11/xinit/xinitrc

    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    #Original commands
    #xsetroot -solid grey
    #vncconfig -iconic &
    #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    #twm &

    #/usr/bin/gdm-binary -nodaemon&
    /usr/bin/gnome-keyring-daemon&
    metacity&
    /usr/libexec/gnome-settings-daemon&
    xscreensaver -nosplash&
    magicdev&
    #nautilus&
    gnome-panel&
    eggcups&

    konsole&

    /usr/libexec/gnome-vfs-daemon&
    dcopserver --nosid --suicide&
    /usr/libexec/mapping-daemon&
    kded&
    klauncher&

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: OGAWA Hirofumi: "Re: [PATCH] Fix NR_KEYS off-by-one error"

    Relevant Pages