Skip to content

Instantly share code, notes, and snippets.

@albertomolina
albertomolina / iSCSI_cheatsheet.md
Last active May 25, 2024 14:32
iSCSI cheatsheet

iSCSI server with tgt

apt install tgt

Manual configuration of targets

Create a new target named "target1":

tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2020-01.es.tinaja:target1

Delete a specific target: