FileSystem » FileSystemIscsi
ISCSI on CentOS
Ref:http://www.howtoforge.com/iscsi_on_linux
http://www.open-iscsi.org/docs/README
Requirements
Kernel 2.6.16 or above with these specific kernel options:You need to enable "Cryptographic API" under "Cryptographic options" in the kernel config. And you must enable "CRC32c CRC algorithm" even if you do not use header or data digests. They are the kernel options, CONFIG_CRYPTO and CONFIG_CRYPTO_CRC32C, respectively.
Install
Get open-iscsi from http://www.open-iscsi.org, extract the source and do a make installTBC..