how umount for reiserfsck

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default how umount for reiserfsck

    Suse Linux 8.0 (Raid 5 SCSI)
    is crashed periodically (it doesn't react to the mouse or keyboard and can't
    be accessible throw network)
    /var/log/boot.msg is missing
    /var/log/messages doesn't consist date for last 10 hours

    If I ran init 1 or press 1 during boot
    I can see the following after command mount

    /dev/sda1 on / type reiserfs (rw)
    proc on /proc type proc (rw)
    devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
    /dev/data/lv0 on /data type reiserfs (rw)
    /dev/data/lv1 on /ddd type reiserfs (rw)
    /dev/data/lv2 on /lbp type reiserfs (rw)
    /dev/sdc1 on /other type ext3 (rw)
    shmfs on /dev/shm type shm (rw)
    usbdevfs on /proc/bus/usb type usbdevfs (rw)

    If I run umount / I didn't get error message but nothing change in mount
    If I try boot from fdd or cdrom and run init1 the situation is the same (May
    be I should do anithing else for boot from floppy and don't mount /?).

    If I run fsck / I get the following message
    "block 84369 has wrong order of items ..Fatal corruption were found,
    Semantic pass skipped ..There were found 2 corrupions which can be fixed
    only during --rebuild-tree check_and_tree_buffer_mem:dirty buffer (3 16)
    found fsck.reiserfs /dev/sda1 failed (status ox2) Run manually"

    If I run reiserfsck --rebuild-tree /
    I get message "can not rebuild tree of mounted filesystem"

    Please give me advice how I can umount /


    Evgeniy Petrov Guest

  2. Similar Questions and Discussions

    1. Mount / Umount in user mode
      Hi, How to mount or umount any file system in user mode ? like cdrom, usb drive ... ? I have hearn vfs.usermount with sysctl but I have set it...
  3. #2

    Default Re: how umount for reiserfsck

    Evgeniy Petrov wrote:
    > Suse Linux 8.0 (Raid 5 SCSI)
    > is crashed periodically (it doesn't react to the mouse or keyboard and can't
    > be accessible throw network)
    > /var/log/boot.msg is missing
    > /var/log/messages doesn't consist date for last 10 hours
    >
    > If I ran init 1 or press 1 during boot
    > I can see the following after command mount
    >
    > /dev/sda1 on / type reiserfs (rw)
    > proc on /proc type proc (rw)
    > devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
    > /dev/data/lv0 on /data type reiserfs (rw)
    > /dev/data/lv1 on /ddd type reiserfs (rw)
    > /dev/data/lv2 on /lbp type reiserfs (rw)
    > /dev/sdc1 on /other type ext3 (rw)
    > shmfs on /dev/shm type shm (rw)
    > usbdevfs on /proc/bus/usb type usbdevfs (rw)
    >
    > If I run umount / I didn't get error message but nothing change in mount
    > If I try boot from fdd or cdrom and run init1 the situation is the same (May
    > be I should do anithing else for boot from floppy and don't mount /?).
    >
    > If I run fsck / I get the following message
    > "block 84369 has wrong order of items ..Fatal corruption were found,
    > Semantic pass skipped ..There were found 2 corrupions which can be fixed
    > only during --rebuild-tree check_and_tree_buffer_mem:dirty buffer (3 16)
    > found fsck.reiserfs /dev/sda1 failed (status ox2) Run manually"
    >
    > If I run reiserfsck --rebuild-tree /
    > I get message "can not rebuild tree of mounted filesystem"
    >
    > Please give me advice how I can umount /
    >
    >
    When you boot from the floppy or cdrom that SuSE provides you are
    mounting the root from that device rather than /dev/sda1. Try
    reiserfsck --rebuild-tree /dev/sda1.

    Mike Forsman
    Mike Forsman Guest

  4. #3

    Default Re: how umount for reiserfsck

    > > Please give me advice how I can umount /
    > When you boot from the floppy or cdrom that SuSE provides you are
    > mounting the root from that device rather than /dev/sda1. Try
    > reiserfsck --rebuild-tree /dev/sda1.
    Thank's for you answer!

    When I boot fom SuSE cdrom I can't see my /dev/sda1 .
    Reiserfsck doesn't see it.
    reiserfsck --rebuild-tree /dev/sda1 (for sda2..5 situation the same)
    Is it possible that I need do something for load my SCSI RAID controller aic
    7899 ?
    What I can do for it?




    Evgeniy Petrov Guest

  5. #4

    Default Re: how umount for reiserfsck

    On Fri, 2 Jul 2004 15:36:54 +0400, Evgeniy Petrov <evg@mail.wurth.ru> poured
    into the usenet group comp.unix.admin:
    > When I boot fom SuSE cdrom I can't see my /dev/sda1 .
    > Reiserfsck doesn't see it.
    > reiserfsck --rebuild-tree /dev/sda1 (for sda2..5 situation the same)
    > Is it possible that I need do something for load my SCSI RAID controller aic
    > 7899 ?
    > What I can do for it?
    modprobe aic7xxx

    Devdas Bhagat
    Devdas Bhagat Guest

  6. #5

    Default Re: how umount for reiserfsck

    > > When I boot fom SuSE cdrom I can't see my /dev/sda1 .
    > > Reiserfsck doesn't see it.
    > > reiserfsck --rebuild-tree /dev/sda1 (for sda2..5 situation the same)
    > > Is it possible that I need do something for load my SCSI RAID controller
    aic
    > > 7899 ?
    > > What I can do for it?
    > modprobe aic7xxx
    >
    > Devdas Bhagat
    Thank's a lot for answer! But
    SuSE wrote "driver needed to access the root file system should be compiled
    directly into the kernel.
    Do not configure scsi driver as modules."
    Does anyone know how make boot disk with scsi support in kernel?
    I can't find documentation about it in detail.


    Evgeniy Petrov Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139