tgtadm
Linux SCSI target user-space daemon and tools
Install
- All systems
-
curl cmd.cat/tgtadm.sh
- Debian
-
apt-get install tgt
- Ubuntu
-
apt-get install tgt
- Kali Linux
-
apt-get install tgt
- CentOS
-
yum install scsi-target-utils
- Fedora
-
dnf install scsi-target-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tgt
- Raspbian
-
apt-get install tgt
- Dockerfile
- dockerfile.run/tgtadm
tgt
Linux SCSI target user-space daemon and tools
The Linux target framework (tgt) allows a Linux system to provide SCSI devices (targets) over networked SCSI transports. tgt consists of a user-space daemon and user-space tools currently supporting the following transports: - iSCSI (SCSI over IP) - iSER (iSCSI over RDMA, using Infiniband) tgt also supports different storage types for use as backing stores for SCSI Logical Units: - Plain files and block devices - Ceph/RADOS RBD volumes - GlusterFS volumes This package includes the daemon and user-space tools.