iscsi-swp
iSCSI client shared library - utilities
Install
- All systems
-
curl cmd.cat/iscsi-swp.sh
- Debian
-
apt-get install libiscsi-bin
- Ubuntu
-
apt-get install libiscsi-bin
- Arch Linux
-
pacman -S libiscsi
- Kali Linux
-
apt-get install libiscsi-bin
- CentOS
-
yum install libiscsi
- Fedora
-
dnf install libiscsi-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libiscsi-bin
- OS X
-
brew install libiscsi
- Raspbian
-
apt-get install libiscsi-bin
- Dockerfile
- dockerfile.run/iscsi-swp
libiscsi-bin
iSCSI client shared library - utilities
Libiscsi is a clientside library to implement the iSCSI protocol that can be used to access resource of an iSCSI Target. The library is fully async with regards to iscsi commands and scsi tasks, but a sync layer is also provided for ease of use for simpler applications. This package contains a set of useful iscsi utilities such as logging in to and enumerating all targets on a portal and all devices of a target, all built on top of libiscsi.
libiscsi-utils
iSCSI Client Utilities
libiscsi
libiscsi is a library for attaching to iSCSI resources across
a network.