Iscsi ubuntu
Материал из noname.com.ua
Версия от 11:08, 23 июля 2013; Sirmax (обсуждение | вклад)
ISCSI под Ubuntu
Со времен http://wiki.sirmax.noname.com.ua/index.php/Iscsi произошли некоторые изменения - остановлюсь подробнее.
Создать "диск"
dd if=/dev/zero of=/path/to/file.img bs=1M count=20000
apt-get install iscsitarget
Второй пакет это модуль
apt-get install iscsitarget-dkms
Если пакет с модулем не установлен то будет что то вроде
ietd --config=/etc/iet/ietd.conf --debug 9 --foreground 1374569480.895997: cannot find iscsictl in /proc/devices - make sure the kernel module is loaded 1374569480.896009: unable to open ctldev fd: Success
После чего, аналогично gentoo:
ietd --config=/etc/iet/ietd.conf --debug 9 --foreground