タグ

ブックマーク / zhigang.org (1)

  • ISCSI - ZHIGANG.ORG

    Setup testing iSCSI target Download iSCSI Enterprise Target. Compile and install kernel modules and user space tools: $ make # make installCreate disk images to expose as iSCSI LUNs: $ for i in 0 1 2 3; do dd if=/dev/zero of=/tmp/iet_lun$i.img bs=1M count=0 seek=64; doneModify /etc/ietd.conf: Target iqn.2008-11.com.example:tsn.350bbf870cd4 HeaderDigest None DataDigest None MaxConnections 1 Initial

  • 1