System bleibt stehen

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Hi Leute,

    wer kennt dieses Problem?
    Log of fsck -C -R -A -y
    Thu Oct 8 19:56:06 2015

    fsck from util-linux 2.20.1
    dosfsck 3.0.13, 30 Jun 2012, FAT32, LFN
    0x25: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
    Automaticaly removing dirty bit.
    /System Volume Information
    Start does point to root directory. Deleting dir.
    fsck: Warning... fsck.vfat for device /dev/mmcblk0p1 exited with signal 6.
    fsck died with exit status 8

    Thu Oct 8 19:56:06 2015
    ----------------

    Mit CTRL + D fährt das System hoch!

    Kurt
    :@

    :)

  • Hallo Kurt,

    Zitat

    fsck from util-linux 2.20.1
    dosfsck 3.0.13, 30 Jun 2012, FAT32, LFN
    0x25: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.

    Das Problem kannst du mit Dirty bit is set sollte der Code unten lösen.


    Code
    sudo umount /boot
      sudo git clone http://daniel-baumann.ch/git/software/dosfstools.git
      sudo cd dosfstools
      sudo make
      sudo ./fsck.fat -V /dev/mmcblk0p1
    
    
      sudo ./fsck.fat -a /dev/mmcblk0p1
      sudo mount /boot
    Zitat

    /System Volume Information
    Start does point to root directory. Deleting dir.

    Die System Volume Information wird meist von Windows externen Geräten erzeugt und ist Versteckt, Linux erkennt das und stellt fest das es nicht fürs Booten benötigt wird. Das Problem sollte aber nur einmal aufgetaucht sein?

    Zitat

    fsck: Warning... fsck.vfat for device /dev/mmcblk0p1 exited with signal 6.

    fsck died with exit status 8

    Hier ist ein Problem mit vfat das sollte der obere Befehl mit finden und anzeigen. Eventuell hast du auch noch ein falschen Eintrag in der /etc/fstab


    Gruß Joiyco

  • Hi, danke für die Info.
    Problem abgestellt.
    :bravo2:

    :)

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!