Beiträge von Poebel-420

    Hallo liebe Community,

    ich habe mir ein Projekt für daheim herausgesucht :)
    Dabei möchte ich mein ISCSI NAS über meinen Raspi 4 und Samba als Freigabe im Netzwerk zur Verfügung stellen.

    Das Vorgehen an sich ist mir soweit klar. Unter Mint 21.1 bekomme ich das NAS auch gemounted.

    Möchte ich jedoch über das Raspi das NAS mounten, kommt bei dem Befehl:

    iscsiadm -m discovery -t sendtargets -p 192.168.178.20:3260

    Folgende Fehlermeldung:

    iscsiadm: read error (-1/104), daemon died?

    iscsiadm: Could not scan /sys/class/iscsi_transport.

    libkmod: ERROR ../libkmod/libkmod-module.c:838 kmod_module_insert_module: could not find module by name='iscsi_tcp'

    iscsiadm: Could not insert module tcp. Kmod error -2

    iscsiadm: iSCSI driver tcp is not loaded. Load the module then retry the command.

    iscsiadm: Could not perform SendTargets discovery: iSCSI driver not found. Please make sure it is loaded, and retry the operation

    Ich habe open-iscsi schon deinstalliert und neu installiert. Leider gleiches Bild.

    Ich vermute ich habe ein Problem mit dem Kernel da zuvor ein Kernel Update automatisch durchgeführt wurde.
    Meine derzeite Version laut uname -r lautet:

    5.15.0-1029-raspi

    hatte jemand schon dieses Problem oder weiß wie ich am Besten weiter voran komme?

    Vielen Dank!