85
10
-3
.
File sharing service
iSCSI
Select the relevant Target Name and click ‘Disconnect ‘
Log out when done. Use the following command:
$ iscsiadm --mode node --targetname iqn.2009-01.com.lge:
LG-NAS.123456 --portal 192.168.xxx.xxx:3260 --logout
F
F
4. Connection on a Linux PC
Activate the iSCSI initiator.
$ /etc/init.d/open-iscsi start
Find the iSCSI target. If the LG NAS (target)’s IP address is 192.1
68.xxx.xxx, the target is:
$ iscsiadm -m discovery -t sendtargets -p 192.168.xxx.xxx
Once the target is found, the command will be executed and the target name will
be shown in the form of “iqn.yyyy-mm.<domain name>:[identifier]”, for example as
follows. $ 192.168.xxx.xxx:3260,1 iqn.2009-01.com.lge:LG-NAS.123456
Log in. Log-in command for the above target name is:
$ iscsiadm --mode node --targetname iqn.2009-01.com.lge:
LG-NAS.123456 --portal 192.168.xxx.xxx:3260 --login
ODD tools such as cdrecord can be used to utilize the NAS built-
in ODD.
☞
Website
☞
http://cdrecord.berlios.de/private/cdrecord.html
Confirm the target connection using the below command.
$ cdrecord -scanbus
※
There is no recording function using ISCSI ODD.