<?xml version="1.0" encoding="UTF-8" ?><oembed><version>1.0</version><provider_name>Jui-Nan Lin&#039;s Blog</provider_name><provider_url>https://jnlin.org</provider_url><author_name>jnlin</author_name><author_url>https://jnlin.org/author/jnlin/</author_url><title>iSCSI @debian</title><html>1. Compile from source will be easier than installing with apt-get.
2. Kernel source needed. crc32c kernel module needed.
3. modprobe iscsi_tcp crc32c.
4. /etc/init.d/open-iscsi start
5. /sbin/iscsiadm -m discovery -t st -p &lt;ip&gt;
6. /sbin/iscsiadm -m node --targetname &lt;target name&gt; --portal &lt;ip&gt; --login
Then, sd* will appear.
</html><type>rich</type></oembed>