Passt vielleicht nicht ganz zum Topic aber ich habe ein Problem mit meiner SD-Karte.
Das Raspberry Pi bootet nicht mehr. Die neue SD-Karte funktioniert problemlos, sprich es kann nicht an der I²C Geschichte liegen sondern muss andere Gründe haben.
Die letzten Zeilen von der Ausgabe sind diese hier:
Code:
[ 2.199804] mmcblk0: p1 p2[ 2.298210] List of all partitions:
[ 2.303951] b300 7823360 mmcblk0 driver: mmcblk
[ 2.311569] b301 57344 mmcblk0p1 00000000-0000-0000-0000-000000000000
[ 2.323408] b302 7761920 mmcblk0p2 00000000-0000-0000-0000-000000000000
[ 2.335283] No filesystem could mount root, tried:
[ 2.340281] USB 1-1: new high-speed USB device number 2 using dwc_otg
[ 2.351379] ext4
[ 2.355597] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
[ 2.368909] [<c0013e1c>] (unwind_backtrace+0x0/0xf0) from [<c037753c>] (panic+0x74/0x1a8)
[ 2.382144] [<c037753c>] (panic+0x74/0x1a8) from [<c04c2c08>] (mount_block_root+0x1e8/0x248)
[ 2.395659] [<c04c2c08>] (mount_block_root+0x1e8/0x248) from [<c04c2e7c>] (mount_root+0xf0/0x118)
[ 2.409784] [<c04c2e7c>] (mount_root+0xf0/0x118) from [<c04c2ffc>] (prepare_namespace+0x158/0x1b8)
[ 2.424185] [<c04c2ffc>] (prepare_namespace+0x158/0x1b8) from [<c04c285c>] (kernel_init+0xfc/0x12c)
[ 2.439002] [<c04c285c>] (kernel_init+0xfc/0x12c) from [<c000e930>] (kernel_thread_exit+0x0/0x8)
PANIC: VFS: Unable to mount root fs on unknown-block(179,2)
Entering kdb (current=0xcb828c80, PID 1) due to Keyboard Entry
kdb>
So wie ich das verstehe kann er kein Filesystem finden.
Aber wieso nicht? Und gibt es eine Möglichkeit dieses Problem zu beheben bzw. die Daten die auf der Karte sind runter zu bekommen?
Lesezeichen