Vu+ SOLO2 Festplattenprobleme

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Vu+ SOLO2 Festplattenprobleme

      Moin zusammen!

      Ich habe ein Problem mit der Festplatte, welche meine Eltern in ihrer Solo2 haben. Model: ST1000LM024 HN-M (sda)

      Die Platte lief bisher problemlos, seit gestern bootet die Box jedoch nur noch stark verzögert und die Platte wird nicht mehr eingehängt.

      Die Platte ist zwar im DeviceManager zu finden hat aber:
      - Mountpoint: not mountetd
      - Filsystem: not formatted

      Quellcode

      1. root@vusolo2:/dev# sfdisk -l /dev/sda
      2. Disk /dev/sda: 121601 cylinders, 255 heads, 63 sectors/track
      3. Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
      4. Device Boot Start End #cyls #blocks Id System
      5. /dev/sda1 0+ 121601- 121602- 976762580 83 Linux
      6. /dev/sda2 0 - 0 0 0 Empty
      7. /dev/sda3 0 - 0 0 0 Empty
      8. /dev/sda4 0 - 0 0 0 Empty


      Versuche, das Dateisystem mit e2fsck wiederherzustellen, sind gescheitert:


      Quellcode

      1. root@vusolo2:/dev# e2fsck /dev/sda
      2. e2fsck 1.42.1 (17-Feb-2012)
      3. e2fsck: Superblock invalid, trying backup blocks...
      4. e2fsck: Bad magic number in super-block while trying to open /dev/sda
      5. The superblock could not be read or does not describe a correct ext2
      6. filesystem. If the device is valid and it really contains an ext2
      7. filesystem (and not swap or ufs or something else), then the superblock
      8. is corrupt, and you might try running e2fsck with an alternate superblock:
      9. e2fsck -b 8193 <device>





      Quellcode

      1. root@vusolo2:/dev# e2fsck -b 8193 /dev/sda
      2. e2fsck 1.42.1 (17-Feb-2012)
      3. e2fsck: Bad magic number in super-block while trying to open /dev/sda
      4. The superblock could not be read or does not describe a correct ext2
      5. filesystem. If the device is valid and it really contains an ext2
      6. filesystem (and not swap or ufs or something else), then the superblock
      7. is corrupt, and you might try running e2fsck with an alternate superblock:
      8. e2fsck -b 8193 <device>


      Hat jemand einen Tipp für mich, wie ich die Platte wiederbeleben, oder zumindest die Daten retten kann?

      Gruß, Martin