This is an old revision of the document!
==== iSCSI Enterprise Target (IET) ==== IET (http://iscsitarget.sourceforge.net/) is a iSCSI target with good performance, easy config and small footprint. It lives completely in userland so the install and basic setup is trivial. == Installing IET on Gentoo == adrenaline ~ # emerge iscsitarget == Installing IET on Ubuntu 8.10 == root@novBackup:~# apt-get install iscsitarget == Configuration of IET == Edit /etc/ietd.conf and add the following: Target iqn.2001-04.com.example:myVolumeName Lun 0 Path=/dev/sdX,Type=fileio Where **Path** can be any block device (including regular block devices like hdX and sdX and virtual block devices like LVM and Software RAID devices) or regular files.