iscsid
High performance, transport independent iSCSI implementation
Install
- All systems
-
curl cmd.cat/iscsid.sh
- Debian
-
apt-get install open-iscsi
- Ubuntu
-
apt-get install open-iscsi
- Alpine
-
apk add open-iscsi
- Arch Linux
-
pacman -S open-iscsi
- Kali Linux
-
apt-get install open-iscsi
- CentOS
-
yum install iscsi-initiator-utils
- Fedora
-
dnf install iscsi-initiator-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install open-iscsi
- Raspbian
-
apt-get install open-iscsi
- Dockerfile
- dockerfile.run/iscsid
- Docker
-
docker run cmd.cat/iscsid iscsid
powered by Commando
open-iscsi
High performance, transport independent iSCSI implementation
Open-iSCSI is a high-performance, transport independent, multi-platform implementation of RFC3720 iSCSI Open-iSCSI is partitioned into user and kernel parts where the kernel portion implements iSCSI data path (i.e. iSCSI Read and iSCSI Write) The userspace contains the entire control plane consisting of: * Configuration Manager * iSCSI Discovery, Login and Logout processing * Connection level error processing * Nop-In and Nop-Out handling * Text processing, iSNS, SLP, Radius et cetera (future) The userspace component consists of a daemon, iscsid and a management utility, iscsiadm