Nextcloud Zugriffsproblem

Hallo Zusammen!

Ich bin schon etwas lÀnger dabei eine Nextcloud AIO und Paperless zusammen auf einem System laufen zu lassen. Irgendwie kommt es immer zu Problemen. Es scheint so als hÀtten beide Container (also Nextcloud und Paperless) Probleme auf Ihre Verzeichnisse zuzugreifen. Aber komischerweise immer erst nach einer Gewissen Zeit.

Ich habe das alles so aufgesetzt:
Ich habe drei externe Festplatten an meinem System angeschlossen. Diese sind in fstab eingetragen und gemounted. Folgende Pfade habe ich dafĂŒr gewĂ€hlt:

  • /mnt/nextcloud_ssd0
  • /mnt/paperless_ssd0
  • /mnt/backup_hdd0

So sieht mein Startcode vom Container aus:

sudo docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 8080:8080 \
--env APACHE_PORT=11000 \
--env APACHE_IP_BINDING=0.0.0.0 \
--env SKIP_DOMAIN_VALIDATION=true \
--env NEXTCLOUD_DATADIR="/mnt/nextcloud_ssd0/ncdata" \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
nextcloud/all-in-one:latest

Es funktioniert auch die erste Zeit. Nach ein paar Stunden bekomme ich jedoch die Nachricht, dass .ncdata nicht im Stammverzeichnis hinterlegt ist. Ich bekomme leider die komplette Fehlermeldung nicht mehr zusammen. Ich habe ein System-Neustart gemacht und nun starten nicht mehr alle Container von der AIO.

Eventuell kann auch jemand Helfen wegen Paperless. Habe hier das Problem, dass ich Dokumente hochlade und das ging auch eine Zeit lang. Jetzt werden keine Thumbnails mehr angezeigt und es wurde der Fehler “500 internal server error” ausgegeben.

Irgendwas scheint hier mit den Benutzerrechten nicht zu stimmen. Bin allerdings nicht in der Lage das zu fixen 

Eventuell hat jemand hier eine Idee?

Hier noch die Logs:

2025-03-30T14:20:31.843116947Z  2025-03-30 16:20:31.841798+02
2025-03-30T14:20:31.843125150Z (1 row)
2025-03-30T14:20:31.843132317Z 
2025-03-30T14:20:31.858232840Z + '[' -f /dev-dri-group-was-added ']'
2025-03-30T14:20:31.859239994Z ++ find /dev -maxdepth 1 -mindepth 1 -name dri
2025-03-30T14:20:31.861068547Z + '[' -n '' ']'
2025-03-30T14:20:31.861221249Z + set +x
2025-03-30T14:20:31.897074319Z Connection to nextcloud-aio-redis (172.19.0.5) 6379 port [tcp/redis] succeeded!
2025-03-30T14:20:34.798011196Z Appdata is not present. Did you maybe change the datadir after the initial Nextcloud installation? This is not supported!
2025-03-30T14:20:34.798089769Z See https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir
2025-03-30T14:20:34.798100657Z If you adjusted the datadir to be located on an external drive, make sure that the drive is still mounted!
2025-03-30T14:20:34.798109546Z In the datadir was found:
2025-03-30T14:20:34.801948278Z total 8
2025-03-30T14:20:34.802681658Z drwxr-x--- 2 www-data www-data 4096 Mar 30 16:20 .
2025-03-30T14:20:34.802713473Z drwxr-xr-x 1 root     root     4096 Mar 30 10:39 ..

MfG,
Elias

Naja, es steht ja schon in der Fehlermeldung: prĂŒfe Mal bitte, ob die externen Daten ĂŒberhaupt noch eingebunden sind.

Warum externe Platten? Ist das ein kleiner pi oder so was und du hast keinen internen Speicher?

Wie sind die Platten angeschlossen? USB? Da kann auch kurzfristig die Verbindung verloren gehen, wenn der Controller einschlÀft. Dann fliegt der mount raus oder wird in demand wieder eingebunden. Letzteres wÀre ein Problem, da der docker das evtl nicht mit bekommen könnte.

Chris

Hey,

Ja ist ein Raspberry Pi und externe Festplatten ĂŒber USB angeschlossen. Der Fehler ist aber auch aufgetreten wĂ€hrend die Festplatten in Benutzung waren. Es wurden gerade Daten hochgeladen.


 Ja und?

Ich meine: wĂ€hrend eines Uploads kann das Dateisystem durchaus verschwinden. Die NC kann die Daten natĂŒrlich dann nicht mehr sauber ablegen aber der Upload bricht nicht instantan ab.

Die Frage ist: Kennt der rpi das Dateisystem noch? Hat das FS Schluckauf? Schau mal in dmesg ob da was steht.

Kannst du das halbwegs sicher reproduzieren (immer nach 2h passiert es)? Dann kannst du Mal mit dmesg -W schauen, welche Meldungen in der Zeit entstehen. Also vorher starten nach dem Problem gucken.

Kannst du denn das Dateisystem vom OS des rpis aus erreichen? Was sagt mount (ggf mit | grep /mnt)?

Chris

1 Like

Hallo, tut mir leid fĂŒr die spĂ€te RĂŒckmeldung. Bin leider zu nichts mehr gekommen. Nun habe ich aber die Zeit gehabt mich hinzusetzen und konnte nun folgenden Fehler ausfindig machen. Leider kann ich damit nicht viel Anfangen 


[217495.074761] EXT4-fs (sdb1): mounted filesystem 4d7e9165-17c8-4888-abd9-ac673e5d4f3f r/w with ordered data mode. Quota mode: none.
[217497.975060] EXT4-fs (sdc1): mounted filesystem 2e9e3b85-6c67-4820-8934-ba3a3dd72386 r/w with ordered data mode. Quota mode: none.
[219014.879331] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD IN
[219014.879355] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x28 28 00 25 53 ba 38 00 00 68 00
[219014.879655] sd 0:0:0:0: [sda] tag#27 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD IN
[219014.879664] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x28 28 00 25 53 b9 c0 00 00 68 00
[219014.880003] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD IN
[219014.880011] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x28 28 00 25 53 b9 b0 00 00 08 00
[219014.880346] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD IN
[219014.880354] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 25 53 b9 a0 00 00 08 00
[219014.880708] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD IN
[219014.880716] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x28 28 00 25 53 b9 38 00 00 58 00
[219014.881090] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD IN
[219014.881098] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 25 53 b9 28 00 00 08 00
[219014.881460] sd 0:0:0:0: [sda] tag#22 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
[219014.881469] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x28 28 00 25 53 b8 28 00 00 40 00
[219014.881840] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
[219014.881848] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x28 28 00 25 53 b7 e8 00 00 38 00
[219014.882205] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
[219014.882212] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x28 28 00 25 53 b9 90 00 00 08 00
[219014.882577] sd 0:0:0:0: [sda] tag#19 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
[219014.882584] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x28 28 00 25 53 b7 70 00 00 70 00
[219014.882960] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
[219014.882967] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x28 28 00 25 53 b7 58 00 00 10 00
[219014.884425] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
[219014.884439] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x28 28 00 25 53 b9 10 00 00 08 00
[219014.884557] sd 0:0:0:0: [sda] tag#16 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
[219014.884565] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x28 28 00 25 53 b8 78 00 00 90 00
[219014.884758] xhci_hcd 0000:01:00.0: WARNING: Host System Error
[219014.979345] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219014.979362] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 99 00 00 00 f0 00
[219014.979367] I/O error, dev sdc, sector 448829696 op 0x1:(WRITE) flags 0x4000 phys_seg 30 prio class 2
[219015.043306] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219015.043324] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 99 f0 00 00 f0 00
[219015.043328] I/O error, dev sdc, sector 448829936 op 0x1:(WRITE) flags 0x4000 phys_seg 30 prio class 2
[219015.111311] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219015.111325] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 9a e0 00 00 f0 00
[219015.111328] I/O error, dev sdc, sector 448830176 op 0x1:(WRITE) flags 0x4000 phys_seg 30 prio class 2
[219015.175300] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219015.175315] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 9b d0 00 00 f0 00
[219015.175318] I/O error, dev sdc, sector 448830416 op 0x1:(WRITE) flags 0x4000 phys_seg 30 prio class 2
[219015.239307] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219015.239321] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 9c c0 00 00 f0 00
[219015.239324] I/O error, dev sdc, sector 448830656 op 0x1:(WRITE) flags 0x4000 phys_seg 30 prio class 2
[219015.307300] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219015.307310] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 9d b0 00 00 f0 00
[219015.307313] I/O error, dev sdc, sector 448830896 op 0x1:(WRITE) flags 0x4000 phys_seg 30 prio class 2
[219015.387301] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219015.387315] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 9e a0 00 00 f0 00
[219015.387318] I/O error, dev sdc, sector 448831136 op 0x1:(WRITE) flags 0x4000 phys_seg 30 prio class 2
[219015.451305] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219015.451319] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 9f 90 00 00 f0 00
[219015.451323] I/O error, dev sdc, sector 448831376 op 0x1:(WRITE) flags 0x4000 phys_seg 30 prio class 2
[219015.531301] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219015.531312] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 a0 80 00 00 80 00
[219015.531316] I/O error, dev sdc, sector 448831616 op 0x1:(WRITE) flags 0x0 phys_seg 16 prio class 2
[219015.611311] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
[219015.611327] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x2a 2a 00 1a c0 a1 00 00 00 f0 00
[219015.611331] I/O error, dev sdc, sector 448831744 op 0x1:(WRITE) flags 0x4800 phys_seg 30 prio class 2
[219018.751392] Aborting journal on device sdc1-8.
[219018.839355] Buffer I/O error on dev sdc1, logical block 243826688, lost sync page write
[219018.839388] JBD2: I/O error when updating journal superblock for sdc1-8.
[219019.951361] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command
[219019.951379] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead
[219019.951433] xhci_hcd 0000:01:00.0: HC died; cleaning up
[219019.951537] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD
[219019.951545] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 25 53 bd 18 00 00 18 00
[219019.951552] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 24 inflight: CMD
[219019.951556] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 25 53 bd 78 00 00 18 00
[219019.951562] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 23 inflight: CMD
[219019.951566] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 25 53 bd 48 00 00 28 00
[219019.951571] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 21 inflight: CMD
[219019.951574] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 25 53 bc c8 00 00 48 00
[219019.951580] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 20 inflight: CMD
[219019.951583] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 25 53 bc 90 00 00 28 00
[219019.951589] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 19 inflight: CMD
[219019.951592] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 25 53 bc 70 00 00 10 00
[219019.951597] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 18 inflight: CMD
[219019.951601] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 25 53 bc 28 00 00 38 00
[219019.951606] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 15 inflight: CMD
[219019.951609] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 25 53 ba f8 00 00 50 00
[219019.951614] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 17 inflight: CMD
[219019.951618] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 25 53 bb d8 00 00 10 00
[219019.951623] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD
[219019.951627] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 25 53 ba a8 00 00 40 00
[219019.951632] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 16 inflight: CMD
[219019.951636] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 25 53 bb 50 00 00 78 00
[219019.951701] usb 1-1: USB disconnect, device number 2
[219019.951707] usb 1-1.3: USB disconnect, device number 3
[219019.952258] EXT4-fs (sdc1): shut down requested (2)
[219019.952332] usb 2-1: USB disconnect, device number 2
[219019.991575] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991605] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991614] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991622] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991629] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991637] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991644] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991652] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991659] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991666] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991674] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991681] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991689] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991696] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991703] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991711] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991718] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991726] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991733] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991740] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991748] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991755] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991763] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991770] sd 0:0:0:0: Device offlined - not ready after error recovery
[219019.991804] scsi_io_completion_action: 10 callbacks suppressed
[219019.991822] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.991837] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 25 53 bb 50 00 00 78 00
[219019.991845] blk_print_req_error: 13 callbacks suppressed
[219019.991851] I/O error, dev sda, sector 626244432 op 0x0:(READ) flags 0x80700 phys_seg 15 prio class 2
[219019.991908] sd 0:0:0:0: [sda] tag#1 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.991920] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 25 53 ba a8 00 00 40 00
[219019.991927] I/O error, dev sda, sector 626244264 op 0x0:(READ) flags 0x80700 phys_seg 8 prio class 2
[219019.991962] sd 0:0:0:0: [sda] tag#2 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.991974] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 25 53 bb d8 00 00 10 00
[219019.991980] I/O error, dev sda, sector 626244568 op 0x0:(READ) flags 0x80700 phys_seg 2 prio class 2
[219019.992012] sd 0:0:0:0: [sda] tag#3 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.992023] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 25 53 ba f8 00 00 50 00
[219019.992029] I/O error, dev sda, sector 626244344 op 0x0:(READ) flags 0x80700 phys_seg 10 prio class 2
[219019.992063] sd 0:0:0:0: [sda] tag#4 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.992073] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 25 53 bc 28 00 00 38 00
[219019.992080] I/O error, dev sda, sector 626244648 op 0x0:(READ) flags 0x80700 phys_seg 7 prio class 2
[219019.992122] sd 0:0:0:0: [sda] tag#5 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.992133] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 25 53 bc 70 00 00 10 00
[219019.992139] I/O error, dev sda, sector 626244720 op 0x0:(READ) flags 0x80700 phys_seg 2 prio class 2
[219019.992167] sd 0:0:0:0: [sda] tag#6 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.992177] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 25 53 bc 90 00 00 28 00
[219019.992183] I/O error, dev sda, sector 626244752 op 0x0:(READ) flags 0x80700 phys_seg 5 prio class 2
[219019.992212] sd 0:0:0:0: [sda] tag#7 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.992222] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 25 53 bc c8 00 00 48 00
[219019.992229] I/O error, dev sda, sector 626244808 op 0x0:(READ) flags 0x80700 phys_seg 9 prio class 2
[219019.992257] sd 0:0:0:0: [sda] tag#8 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.992267] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 25 53 bd 48 00 00 28 00
[219019.992274] I/O error, dev sda, sector 626244936 op 0x0:(READ) flags 0x80700 phys_seg 5 prio class 2
[219019.992300] sd 0:0:0:0: [sda] tag#9 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
[219019.992311] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 25 53 bd 78 00 00 18 00
[219019.992317] I/O error, dev sda, sector 626244984 op 0x0:(READ) flags 0x80700 phys_seg 3 prio class 2
[219020.210887] EXT4-fs (sda1): shut down requested (2)
[219020.210928] Aborting journal on device sda1-8.
[219020.211029] Buffer I/O error on dev sda1, logical block 62423040, lost sync page write
[219020.211054] JBD2: I/O error when updating journal superblock for sda1-8.
[219020.263478] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[219020.263566] sd 2:0:0:0: [sdc] Synchronizing SCSI cache
[219020.263622] sd 2:0:0:0: [sdc] Synchronize Cache(10) failed: Result: hostbyte=0x01 driverbyte=DRIVER_OK
[219020.377854] EXT4-fs (sdc1): unmounting filesystem 2e9e3b85-6c67-4820-8934-ba3a3dd72386.
[219020.487390] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.487498] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.499386] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK
[219020.499484] scsi 0:0:0:0: rejecting I/O to dead device
[219020.499520] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.500172] xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x82, streams are being disabled already
[219020.502382] usb 2-2: USB disconnect, device number 3
[219020.507744] EXT4-fs (sdb1): shut down requested (2)
[219020.507769] Aborting journal on device sdb1-8.
[219020.507799] Buffer I/O error on dev sdb1, logical block 62423040, lost sync page write
[219020.508174] JBD2: I/O error when updating journal superblock for sdb1-8.
[219020.542621] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.542669] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.542689] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.559431] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[219020.578735] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.578789] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.578811] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.699515] EXT4-fs warning (device sda1): dx_probe:823: inode #19530095: lblock 0: comm php: error -5 reading directory block
[219020.871452] sd 1:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK
[219020.871740] xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x82, streams are being disabled already
[219020.926253] EXT4-fs (sdb1): unmounting filesystem 4d7e9165-17c8-4888-abd9-ac673e5d4f3f.
root@docker:~#

Ich erkenne dass die Festplatte rausgeworfen wird. Ich kann leider nur nichts mit dem Fehler anfangen.

Eine Idee hĂ€tte ich noch. Ich habe am Raspberry insgesamt 3 Festplatten angeschlossen. Eine “richtige” externe HDD (also USB zu USB) und zwei normale SSD (von SATA auf USB).
Kann es sein, dass diese einfach nicjt genĂŒgend mit Steom versorgt werden? Eventuell zu viele Festplatten angeschlossen?

Wie ist es um die Stromversorgung der DatentrÀger bestellt? Woher beziehen die ihren Strom, wie hoch ist die Leistungsaufnahme jedes einzelnen DatentrÀgers? Ist das Netzteil des Pi stark genug?

Die Vermutung hatte ich oben auch schon aufgestellt. Alle drei DatentrĂ€ger sind mit dem Radpberry ĂŒber USB verbunden. Der Raspberry wird mit dem originalen Netzteil versorgt.

Habe nun die Festplatten ĂŒber einen USB Hub mit separater Stromversorgung angeschlossen und eingebunden. Selbes Spiel:

[ 3157.017669] sd 1:0:0:0: [sdb] tag#28 uas_eh_abort_handler 0 uas-tag 10 inflig                                                                                                             ht: CMD IN
[ 3157.017691] sd 1:0:0:0: [sdb] tag#28 CDB: opcode=0x28 28 00 1b 84 4b 48 00 00                                                                                                              08 00
[ 3157.121783] sd 1:0:0:0: [sdb] tag#27 uas_eh_abort_handler 0 uas-tag 1 infligh                                                                                                             t: CMD IN
[ 3157.121801] sd 1:0:0:0: [sdb] tag#27 CDB: opcode=0x28 28 00 1b 84 4c 08 00 00                                                                                                              08 00
[ 3157.122150] sd 1:0:0:0: [sdb] tag#26 uas_eh_abort_handler 0 uas-tag 8 infligh                                                                                                             t: CMD IN
[ 3157.122155] sd 1:0:0:0: [sdb] tag#26 CDB: opcode=0x28 28 00 1b 84 4a e8 00 00                                                                                                              08 00
[ 3157.122520] sd 1:0:0:0: [sdb] tag#25 uas_eh_abort_handler 0 uas-tag 7 infligh                                                                                                             t: CMD IN
[ 3157.122525] sd 1:0:0:0: [sdb] tag#25 CDB: opcode=0x28 28 00 1b 84 4a d8 00 00                                                                                                              08 00
[ 3157.122916] sd 1:0:0:0: [sdb] tag#24 uas_eh_abort_handler 0 uas-tag 6 infligh                                                                                                             t: CMD IN
[ 3157.122921] sd 1:0:0:0: [sdb] tag#24 CDB: opcode=0x28 28 00 1b 84 4a c8 00 00                                                                                                              08 00
[ 3157.123283] sd 1:0:0:0: [sdb] tag#23 uas_eh_abort_handler 0 uas-tag 29 inflig                                                                                                             ht: CMD IN
[ 3157.123288] sd 1:0:0:0: [sdb] tag#23 CDB: opcode=0x28 28 00 1b 84 4d 98 00 00                                                                                                              08 00
[ 3157.123653] sd 1:0:0:0: [sdb] tag#22 uas_eh_abort_handler 0 uas-tag 28 inflig                                                                                                             ht: CMD IN
[ 3157.123657] sd 1:0:0:0: [sdb] tag#22 CDB: opcode=0x28 28 00 1b 84 4d 88 00 00                                                                                                              08 00
[ 3157.124026] sd 1:0:0:0: [sdb] tag#21 uas_eh_abort_handler 0 uas-tag 27 inflig                                                                                                             ht: CMD IN
[ 3157.124030] sd 1:0:0:0: [sdb] tag#21 CDB: opcode=0x28 28 00 1b 84 4c f8 00 00                                                                                                              88 00
[ 3157.124400] sd 1:0:0:0: [sdb] tag#20 uas_eh_abort_handler 0 uas-tag 26 inflig                                                                                                             ht: CMD IN
[ 3157.124405] sd 1:0:0:0: [sdb] tag#20 CDB: opcode=0x28 28 00 1b 84 4c e8 00 00                                                                                                              08 00
[ 3157.124774] sd 1:0:0:0: [sdb] tag#19 uas_eh_abort_handler 0 uas-tag 25 inflig                                                                                                             ht: CMD IN
[ 3157.124780] sd 1:0:0:0: [sdb] tag#19 CDB: opcode=0x28 28 00 1b 84 4c d8 00 00                                                                                                              08 00
[ 3157.125136] sd 1:0:0:0: [sdb] tag#18 uas_eh_abort_handler 0 uas-tag 24 inflig                                                                                                             ht: CMD IN
[ 3157.125141] sd 1:0:0:0: [sdb] tag#18 CDB: opcode=0x28 28 00 1b 84 4c c8 00 00                                                                                                              08 00
[ 3157.125529] sd 1:0:0:0: [sdb] tag#17 uas_eh_abort_handler 0 uas-tag 23 inflig                                                                                                             ht: CMD IN
[ 3157.125534] sd 1:0:0:0: [sdb] tag#17 CDB: opcode=0x28 28 00 1b 84 4c b8 00 00                                                                                                              08 00
[ 3157.129674] sd 1:0:0:0: [sdb] tag#16 uas_eh_abort_handler 0 uas-tag 20 inflig                                                                                                             ht: CMD IN
[ 3157.129684] sd 1:0:0:0: [sdb] tag#16 CDB: opcode=0x28 28 00 1b 84 4b e8 00 00                                                                                                              08 00
[ 3157.233769] sd 1:0:0:0: [sdb] tag#15 uas_eh_abort_handler 0 uas-tag 13 inflig                                                                                                             ht: CMD IN
[ 3157.233787] sd 1:0:0:0: [sdb] tag#15 CDB: opcode=0x28 28 00 1b 84 4b 78 00 00                                                                                                              08 00
[ 3157.234129] sd 1:0:0:0: [sdb] tag#14 uas_eh_abort_handler 0 uas-tag 22 inflig                                                                                                             ht: CMD IN
[ 3157.234134] sd 1:0:0:0: [sdb] tag#14 CDB: opcode=0x28 28 00 1b 84 4c a8 00 00                                                                                                              08 00
[ 3157.234496] sd 1:0:0:0: [sdb] tag#13 uas_eh_abort_handler 0 uas-tag 12 inflig                                                                                                             ht: CMD IN
[ 3157.234501] sd 1:0:0:0: [sdb] tag#13 CDB: opcode=0x28 28 00 1b 84 4b 68 00 00                                                                                                              08 00
[ 3157.234837] sd 1:0:0:0: [sdb] tag#12 uas_eh_abort_handler 0 uas-tag 11 inflig                                                                                                             ht: CMD IN
[ 3157.234842] sd 1:0:0:0: [sdb] tag#12 CDB: opcode=0x28 28 00 1b 84 4b 58 00 00                                                                                                              08 00
[ 3157.235204] sd 1:0:0:0: [sdb] tag#11 uas_eh_abort_handler 0 uas-tag 21 inflig                                                                                                             ht: CMD IN
[ 3157.235208] sd 1:0:0:0: [sdb] tag#11 CDB: opcode=0x28 28 00 1b 84 4b f8 00 00                                                                                                              08 00
[ 3157.235550] sd 1:0:0:0: [sdb] tag#10 uas_eh_abort_handler 0 uas-tag 19 inflig                                                                                                             ht: CMD IN
[ 3157.235554] sd 1:0:0:0: [sdb] tag#10 CDB: opcode=0x28 28 00 1b 84 4b d8 00 00                                                                                                              08 00
[ 3157.235913] sd 1:0:0:0: [sdb] tag#9 uas_eh_abort_handler 0 uas-tag 18 infligh                                                                                                             t: CMD IN
[ 3157.235918] sd 1:0:0:0: [sdb] tag#9 CDB: opcode=0x28 28 00 1b 84 4b c8 00 00                                                                                                              08 00
[ 3157.236273] sd 1:0:0:0: [sdb] tag#8 uas_eh_abort_handler 0 uas-tag 17 infligh                                                                                                             t: CMD IN
[ 3157.236277] sd 1:0:0:0: [sdb] tag#8 CDB: opcode=0x28 28 00 1b 84 4b b8 00 00                                                                                                              08 00
[ 3157.236636] sd 1:0:0:0: [sdb] tag#7 uas_eh_abort_handler 0 uas-tag 16 infligh                                                                                                             t: CMD IN
[ 3157.236641] sd 1:0:0:0: [sdb] tag#7 CDB: opcode=0x28 28 00 1b 84 4b a8 00 00                                                                                                              08 00
[ 3157.236996] sd 1:0:0:0: [sdb] tag#6 uas_eh_abort_handler 0 uas-tag 15 infligh                                                                                                             t: CMD IN
[ 3157.237001] sd 1:0:0:0: [sdb] tag#6 CDB: opcode=0x28 28 00 1b 84 4b 98 00 00                                                                                                              08 00
[ 3157.237354] sd 1:0:0:0: [sdb] tag#5 uas_eh_abort_handler 0 uas-tag 14 infligh                                                                                                             t: CMD IN
[ 3157.237359] sd 1:0:0:0: [sdb] tag#5 CDB: opcode=0x28 28 00 1b 84 4b 88 00 00                                                                                                              08 00
[ 3157.240392] sd 1:0:0:0: [sdb] tag#4 uas_eh_abort_handler 0 uas-tag 9 inflight                                                                                                             : CMD IN
[ 3157.240402] sd 1:0:0:0: [sdb] tag#4 CDB: opcode=0x28 28 00 1b 84 4c 98 00 00                                                                                                              08 00
[ 3157.341768] sd 1:0:0:0: [sdb] tag#3 uas_eh_abort_handler 0 uas-tag 5 inflight                                                                                                             : CMD IN
[ 3157.341791] sd 1:0:0:0: [sdb] tag#3 CDB: opcode=0x28 28 00 1b 84 4c 88 00 00                                                                                                              08 00
[ 3157.342082] sd 1:0:0:0: [sdb] tag#2 uas_eh_abort_handler 0 uas-tag 4 inflight                                                                                                             : CMD IN
[ 3157.342087] sd 1:0:0:0: [sdb] tag#2 CDB: opcode=0x28 28 00 1b 84 4c 38 00 00                                                                                                              48 00
[ 3157.342447] sd 1:0:0:0: [sdb] tag#1 uas_eh_abort_handler 0 uas-tag 3 inflight                                                                                                             : CMD IN
[ 3157.342452] sd 1:0:0:0: [sdb] tag#1 CDB: opcode=0x28 28 00 1b 84 4c 28 00 00                                                                                                              08 00
[ 3157.342790] sd 1:0:0:0: [sdb] tag#0 uas_eh_abort_handler 0 uas-tag 2 inflight                                                                                                             : CMD IN
[ 3157.342795] sd 1:0:0:0: [sdb] tag#0 CDB: opcode=0x28 28 00 1b 84 4c 18 00 00                                                                                                              08 00
[ 3157.357704] scsi host1: uas_eh_device_reset_handler start
[ 3157.438251] usb 2-2.3: reset SuperSpeed USB device number 5 using xhci_hcd
[ 3157.459248] scsi host1: uas_eh_device_reset_handler success
[ 3157.459645] sd 1:0:0:0: [sdb] tag#27 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.459656] sd 1:0:0:0: [sdb] tag#27 CDB: opcode=0x28 28 00 1b 84 4c 08 00 00                                                                                                              08 00
[ 3157.459660] I/O error, dev sdb, sector 461655048 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 1 prio class 0
[ 3157.459736] sd 1:0:0:0: [sdb] tag#26 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.459742] sd 1:0:0:0: [sdb] tag#26 CDB: opcode=0x28 28 00 1b 84 4a e8 00 00                                                                                                              08 00
[ 3157.459746] I/O error, dev sdb, sector 461654760 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 1 prio class 0
[ 3157.459947] sd 1:0:0:0: [sdb] tag#25 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.459955] sd 1:0:0:0: [sdb] tag#25 CDB: opcode=0x28 28 00 1b 84 4a d8 00 00                                                                                                              08 00
[ 3157.459958] I/O error, dev sdb, sector 461654744 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 1 prio class 0
[ 3157.459979] sd 1:0:0:0: [sdb] tag#24 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.459984] sd 1:0:0:0: [sdb] tag#24 CDB: opcode=0x28 28 00 1b 84 4a c8 00 00                                                                                                              08 00
[ 3157.459987] I/O error, dev sdb, sector 461654728 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 1 prio class 0
[ 3157.460009] sd 1:0:0:0: [sdb] tag#23 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.460014] sd 1:0:0:0: [sdb] tag#23 CDB: opcode=0x28 28 00 1b 84 4d 98 00 00                                                                                                              08 00
[ 3157.460017] I/O error, dev sdb, sector 461655448 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 1 prio class 0
[ 3157.460039] sd 1:0:0:0: [sdb] tag#22 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.460044] sd 1:0:0:0: [sdb] tag#22 CDB: opcode=0x28 28 00 1b 84 4d 88 00 00                                                                                                              08 00
[ 3157.460047] I/O error, dev sdb, sector 461655432 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 1 prio class 0
[ 3157.460060] sd 1:0:0:0: [sdb] tag#21 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.460064] sd 1:0:0:0: [sdb] tag#21 CDB: opcode=0x28 28 00 1b 84 4c f8 00 00                                                                                                              88 00
[ 3157.460067] I/O error, dev sdb, sector 461655288 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 17 prio class 0
[ 3157.460084] sd 1:0:0:0: [sdb] tag#20 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.460088] sd 1:0:0:0: [sdb] tag#20 CDB: opcode=0x28 28 00 1b 84 4c e8 00 00                                                                                                              08 00
[ 3157.460091] I/O error, dev sdb, sector 461655272 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 1 prio class 0
[ 3157.460103] sd 1:0:0:0: [sdb] tag#19 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.460107] sd 1:0:0:0: [sdb] tag#19 CDB: opcode=0x28 28 00 1b 84 4c d8 00 00                                                                                                              08 00
[ 3157.460110] I/O error, dev sdb, sector 461655256 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 1 prio class 0
[ 3157.460121] sd 1:0:0:0: [sdb] tag#18 UNKNOWN(0x2003) Result: hostbyte=0x07 dr                                                                                                             iverbyte=DRIVER_OK cmd_age=30s
[ 3157.460125] sd 1:0:0:0: [sdb] tag#18 CDB: opcode=0x28 28 00 1b 84 4c c8 00 00                                                                                                              08 00
[ 3157.460128] I/O error, dev sdb, sector 461655240 op 0x0:(READ) flags 0x80700                                                                                                              phys_seg 1 prio class 0
[ 3187.737847] sd 1:0:0:0: [sdb] tag#27 uas_eh_abort_handler 0 uas-tag 28 inflig                                                                                                             ht: CMD IN
[ 3187.737866] sd 1:0:0:0: [sdb] tag#27 CDB: opcode=0x28 28 00 1b 84 4f 98 00 00                                                                                                              08 00
[ 3187.841889] sd 1:0:0:0: [sdb] tag#26 uas_eh_abort_handler 0 uas-tag 27 inflig                                                                                                             ht: CMD IN
[ 3187.841908] sd 1:0:0:0: [sdb] tag#26 CDB: opcode=0x28 28 00 1b 84 4f 88 00 00                                                                                                              08 00
[ 3187.842197] sd 1:0:0:0: [sdb] tag#24 uas_eh_abort_handler 0 uas-tag 29 inflig                                                                                                             ht: CMD IN
[ 3187.842203] sd 1:0:0:0: [sdb] tag#24 CDB: opcode=0x28 28 00 1b 84 4f a8 00 00                                                                                                              08 00
[ 3187.842557] sd 1:0:0:0: [sdb] tag#23 uas_eh_abort_handler 0 uas-tag 25 inflig                                                                                                             ht: CMD IN
[ 3187.842562] sd 1:0:0:0: [sdb] tag#23 CDB: opcode=0x28 28 00 1b 84 4f 28 00 00                                                                                                              08 00
[ 3187.842916] sd 1:0:0:0: [sdb] tag#22 uas_eh_abort_handler 0 uas-tag 24 inflig                                                                                                             ht: CMD IN
[ 3187.842921] sd 1:0:0:0: [sdb] tag#22 CDB: opcode=0x28 28 00 1b 84 4f 18 00 00                                                                                                              08 00
[ 3187.843262] sd 1:0:0:0: [sdb] tag#21 uas_eh_abort_handler 0 uas-tag 23 inflig                                                                                                             ht: CMD IN
[ 3187.843267] sd 1:0:0:0: [sdb] tag#21 CDB: opcode=0x28 28 00 1b 84 4f 08 00 00                                                                                                              08 00
[ 3187.843628] sd 1:0:0:0: [sdb] tag#20 uas_eh_abort_handler 0 uas-tag 22 inflig                                                                                                             ht: CMD IN
[ 3187.843633] sd 1:0:0:0: [sdb] tag#20 CDB: opcode=0x28 28 00 1b 84 4e f8 00 00                                                                                                              08 00
[ 3187.921852] sd 1:0:0:0: [sdb] tag#28 uas_eh_abort_handler 0 uas-tag 2 infligh                                                                                                             t: CMD IN
[ 3187.921875] sd 1:0:0:0: [sdb] tag#28 CDB: opcode=0x28 28 00 1b 84 4f b8 00 00                                                                                                              48 00
[ 3188.025889] sd 1:0:0:0: [sdb] tag#4 uas_eh_abort_handler 0 uas-tag 6 inflight                                                                                                             : CMD OUT
[ 3188.025909] sd 1:0:0:0: [sdb] tag#4 CDB: opcode=0x2a 2a 00 1b 80 09 40 00 00                                                                                                              08 00
[ 3188.026205] xhci_hcd 0000:01:00.0: WARNING: Host System Error
[ 3188.317816] scsi_io_completion_action: 18 callbacks suppressed
[ 3188.317835] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3188.317848] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 43 00 c9 00 00 02                                                                                                              00 00
[ 3188.317852] blk_print_req_error: 18 callbacks suppressed
[ 3188.317855] I/O error, dev sda, sector 1124124928 op 0x1:(WRITE) flags 0x4000                                                                                                              phys_seg 64 prio class 0
[ 3188.405824] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3188.405842] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 43 00 cb 00 00 02                                                                                                              00 00
[ 3188.405847] I/O error, dev sda, sector 1124125440 op 0x1:(WRITE) flags 0x4000                                                                                                              phys_seg 64 prio class 0
[ 3188.485823] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3188.485841] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 43 00 cd 00 00 02                                                                                                              00 00
[ 3188.485845] I/O error, dev sda, sector 1124125952 op 0x1:(WRITE) flags 0x4000                                                                                                              phys_seg 64 prio class 0
[ 3188.565864] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3188.565882] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 43 00 cf 00 00 02                                                                                                              00 00
[ 3188.565887] I/O error, dev sda, sector 1124126464 op 0x1:(WRITE) flags 0x0 ph                                                                                                             ys_seg 64 prio class 0
[ 3188.645822] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3188.645839] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 43 00 d1 00 00 02                                                                                                              00 00
[ 3188.645843] I/O error, dev sda, sector 1124126976 op 0x1:(WRITE) flags 0x4800                                                                                                              phys_seg 64 prio class 0
[ 3188.717822] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3188.717841] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 43 00 d3 00 00 02                                                                                                              00 00
[ 3188.717845] I/O error, dev sda, sector 1124127488 op 0x1:(WRITE) flags 0x4800                                                                                                              phys_seg 64 prio class 0
[ 3188.797834] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3188.797853] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 43 00 d5 00 00 02                                                                                                              00 00
[ 3188.797856] I/O error, dev sda, sector 1124128000 op 0x1:(WRITE) flags 0x4800                                                                                                              phys_seg 64 prio class 0
[ 3188.885831] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3188.885849] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 43 00 d7 00 00 02                                                                                                              00 00
[ 3188.885853] I/O error, dev sda, sector 1124128512 op 0x1:(WRITE) flags 0x800                                                                                                              phys_seg 64 prio class 0
[ 3189.581888] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3189.581908] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 00 00 0a 18 00 00                                                                                                              08 00
[ 3189.581913] I/O error, dev sda, sector 2584 op 0x1:(WRITE) flags 0x103000 phy                                                                                                             s_seg 1 prio class 0
[ 3189.581922] Buffer I/O error on dev sda1, logical block 67, lost async page w                                                                                                             rite
[ 3190.093825] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 dri                                                                                                             verbyte=DRIVER_OK cmd_age=0s
[ 3190.093844] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 74 44 2a 10 00 00                                                                                                              10 00
[ 3190.093848] I/O error, dev sda, sector 1950624272 op 0x1:(WRITE) flags 0x9800                                                                                                              phys_seg 2 prio class 2
[ 3190.093873] Aborting journal on device sda1-8.
[ 3190.177840] Buffer I/O error on dev sda1, logical block 243826688, lost sync                                                                                                              page write
[ 3190.177871] JBD2: I/O error when updating journal superblock for sda1-8.
[ 3193.085926] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint                                                                                                              command
[ 3193.085960] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assum                                                                                                             e dead
[ 3193.086083] xhci_hcd 0000:01:00.0: HC died; cleaning up
[ 3193.086224] usb 1-1: USB disconnect, device number 2
[ 3193.086239] usb 1-1.2: USB disconnect, device number 3
[ 3193.086251] usb 1-1.2.1: USB disconnect, device number 4
[ 3193.087099] usb 2-2: USB disconnect, device number 2
[ 3193.087121] usb 2-2.1: USB disconnect, device number 3
[ 3193.087148] sd 1:0:0:0: [sdb] tag#3 uas_eh_abort_handler 0 uas-tag 5 inflight                                                                                                             : CMD
[ 3193.087174] sd 1:0:0:0: [sdb] tag#3 CDB: opcode=0x2a 2a 00 1b 80 08 08 00 00                                                                                                              08 00
[ 3193.087213] sd 1:0:0:0: [sdb] tag#2 uas_eh_abort_handler 0 uas-tag 4 inflight                                                                                                             : CMD
[ 3193.087228] sd 1:0:0:0: [sdb] tag#2 CDB: opcode=0x2a 2a 00 00 00 08 e0 00 00                                                                                                              08 00
[ 3193.087245] sd 1:0:0:0: [sdb] tag#1 uas_eh_abort_handler 0 uas-tag 3 inflight                                                                                                             : CMD
[ 3193.087257] sd 1:0:0:0: [sdb] tag#1 CDB: opcode=0x28 28 00 1b 84 4a c8 00 00                                                                                                              08 00
[ 3193.088296] usb 2-2.2: USB disconnect, device number 4
[ 3193.092022] EXT4-fs (sda1): shut down requested (2)
[ 3193.105970] scsi host1: uas_eh_device_reset_handler FAILED to get lock err -1                                                                                                             9
[ 3193.106014] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106027] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106038] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106048] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106058] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106067] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106076] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106086] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106095] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106104] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106113] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106122] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106131] sd 1:0:0:0: Device offlined - not ready after error recovery
[ 3193.106211] Buffer I/O error on dev sdb1, logical block 28, lost async page w                                                                                                             rite
[ 3193.106265] Buffer I/O error on dev sdb1, logical block 57671681, lost async                                                                                                              page write
[ 3193.106309] Buffer I/O error on dev sdb1, logical block 57671720, lost async                                                                                                              page write
[ 3193.106596] sd 1:0:0:0: rejecting I/O to offline device
[ 3193.177976] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 3193.178200] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=                                                                                                             0x01 driverbyte=DRIVER_OK
[ 3193.184644] usb 2-2.3: USB disconnect, device number 5
[ 3193.184939] sd 1:0:0:0: [sdb] tag#0 uas_zap_pending 0 uas-tag 1 inflight: CMD                                                                                                             
[ 3193.184947] sd 1:0:0:0: [sdb] tag#0 CDB: opcode=0x28 28 00 1b 84 4b 48 00 00                                                                                                              08 00
[ 3193.191095] EXT4-fs (sdb1): shut down requested (2)
[ 3193.191123] Aborting journal on device sdb1-8.
[ 3193.191174] Buffer I/O error on dev sdb1, logical block 62423040, lost sync p                                                                                                             age write
[ 3193.191187] JBD2: I/O error when updating journal superblock for sdb1-8.
[ 3193.249892] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 3193.553900] sd 1:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=                                                                                                             0x07 driverbyte=DRIVER_OK
[ 3193.554336] xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x                                                                                                             82, streams are being disabled already
[ 3193.557060] usb 2-2.4: USB disconnect, device number 6
[ 3193.558414] blk_print_req_error: 21 callbacks suppressed
[ 3193.558426] device offline error, dev sdc, sector 0 op 0x1:(WRITE) flags 0x80                                                                                                             0 phys_seg 0 prio class 0
[ 3193.558457] EXT4-fs (sdc1): shut down requested (2)
[ 3193.558473] Aborting journal on device sdc1-8.
[ 3193.558612] device offline error, dev sdc, sector 499386368 op 0x1:(WRITE) fl                                                                                                             ags 0x9800 phys_seg 1 prio class 0
[ 3193.558623] device offline error, dev sdc, sector 499386368 op 0x1:(WRITE) fl                                                                                                             ags 0x9800 phys_seg 1 prio class 0
[ 3193.558629] Buffer I/O error on dev sdc1, logical block 62423040, lost sync p                                                                                                             age write
[ 3193.558639] JBD2: I/O error when updating journal superblock for sdc1-8.
[ 3193.613906] sd 2:0:0:0: [sdc] Synchronizing SCSI cache
[ 3193.917944] sd 2:0:0:0: [sdc] Synchronize Cache(10) failed: Result: hostbyte=                                                                                                             0x07 driverbyte=DRIVER_OK
[ 3193.918451] xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x                                                                                                             82, streams are being disabled already
[ 3194.220751] EXT4-fs (sda1): unmounting filesystem 277f30e8-df81-4f2c-b25d-1a8                                                                                                             b08b71cd0.
[ 3194.221059] EXT4-fs (sdc1): unmounting filesystem 9aa09bc4-e2c5-4fee-b7fb-19e                                                                                                             5338d8d46.
[ 3194.227682] Buffer I/O error on dev sdc1, logical block 0, lost sync page wri                                                                                                             te
[ 3194.227719] EXT4-fs (sdc1): I/O error while writing superblock
[ 3194.236144] Buffer I/O error on dev sda1, logical block 0, lost sync page wri                                                                                                             te
[ 3194.236184] EXT4-fs (sda1): I/O error while writing superblock
root@docker:~#

Interessant wÀren die LogeintrÀge unmittelbar vor den ersten Fehlermeldungen, sprich: die Ursache und nicht die Auswirkung.

Ich glaube ich habe das Problem. Muss aber auch zugeben, dass ich nebenbei noch in einem anderen Forum unterwegs bin.
Die beiden SATA-Kabel von den SSDÂŽs scheinen nicht vernĂŒnftig zu arbeiten. Laut einer Liste gab es wohl schon bei meheren Usern damit Probleme. Interessant ist jedoch, dass diese bei USB 2.0 funktionieren.

1 Like

USB 2 arbeitet mit niedrigeren Datengeschwindigkeiten als USB 3 und höher und ist damit weniger fehleranfÀllig bei Störfrequenzen und minderer KabelqualitÀt. Wenn dann die KabelqualitÀt zum einschrÀnkenden Faktor wird, steht man in der Tat ratlos da.

So, das Problem ist behoben.
Es gibt Anscheinend Probleme mit div. Adapter-IDÂŽs, welche man ĂŒber

lsusb

herausfinden kann. Dazu gibt es eine Liste, wenn diese besagte ID in der Liste auftaucht, dann gibt es, wenn man GlĂŒck hat, die Möglichkeit in der /boot/firmware/cmdline.txt diese einzutragen. Wenn man allerdings eine inkompatible ID hat, sollte man das Kabel besser ersetzen. Bei mir hat sich das Problem mit der ersten Variante erledigt.

EDIT: Ich kann den Link zum besagten Post hier rein stellen, falls noch jemand dieses Problem haben sollte. Ist das in Ordnung? Oder sind Links aus anderen Foren nicht gerne gesehen?

2 Likes

VollstÀndige Lösungen sind immer willkommen.

1 Like

Dem kann ich mich nur anschließen. Gerade bei der klaren Kommunikation, dass es einen Cross-post gibt in einem anderen Fach-) Bereich, macht das sogar viel Sinn meiner Meinung nach. Also mit “ich habe die Frage auch unter Adresse XYZ gestellt und da wurde auf ein anderes Problem hingewiesen” auf beiden Seiten sehe ich da kein Problem.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.