The easiest way to get an ISCSI target is to create an image file.
We are doing this by typing :
{{Code|
Code= mkdir /var/hda/files/iscsi
Now if we look in /var/hda/files/iscsi/ we will find a file called disk.img
= ''Configuring the ISCSI server to serve your disk image = ''
We have to edit the config file in /etc/iet/ietd.conf (use your favorite editor)
Save and exit your editor
= ''Start/restart your ISCSI server = ''
{{Code|
Code= service iscsi-target restart