tester: Linux: fsck will nicht

hallo !

da meine partition wegen 8 kleinen fehlenden blöcken des superblocks corrupt zu scheint, weigert sich fsck, das teil zu reparieren und auch der kernel will nicht weitermachen, sondern schickt mich in die bash!

würde jetz gern mal wieder starten und mein system nutzen,
auch wenn die 8 blöcke danach fehlen....
also bitte sagt mir, wie ich das teil reparieren kann.

danke

  1. Hallo,

    wenn dich dein kernel in die bash schickt, dann führ doch fsck mal manuell aus.

    gruss

    --
    no strict;
    no warnings;
    Selbstcode: (_*_) ^_^ ( . ) ( . ) :-(bla)
    1. naja, das geht leider nicht !
      zuerst sagt e2fsck mir, dass wohl superblocks corrupt sind...ob ers reparieren darf.
      dann lass ich ihn das machen.
      daraufhin werden manche dinge "geckecked" usw.
      dann is er fertig und ich lass es nochmal prüfen, dann bringt er nochmal den selben fehler :-((
      hilfe!!!!!!!!

      1. hallo

        [quote:man fsck.ext2]
         -b superblock
                      Instead  of  using  the  normal  superblock, use an
                      alternative  superblock  specified  by  superblock.
                      This  option  is  normally  used  when  the primary
                      superblock has been corrupted.  The location of the
                      backup  superblock is dependent on the filesystem's
                      blocksize.  For filesystems with 1k  blocksizes,  a
                      backup  superblock  can be found at block 8193; for
                      filesystems with 2k blocksizes, at block 16384; and
                      for 4k blocksizes, at block 32768.

        Additional  backup superblocks can be determined by
                      using the mke2fs program using  the  -n  option  to
                      print out where the superblocks were created.   The
                      -b option to mke2fs, which specifies  blocksize  of
                      the  filesystem  must be specified in order for the
                      superblock locations that are  printed  out  to  be
                      accurate.
        [/quote]

        hoffe das hilft dir schon mal weiter

        gruss

        --
        no strict;
        no warnings;
        Selbstcode: (_*_) ^_^ ( . ) ( . ) :-(bla)