LG Electronics N2B1 Network Router User Manual


 
. LG Network Storage Web Menu Use (for LG Network Storage administrators)
10
B. 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.168.10.2, the
target is:
$ iscsiadm -m discovery -t sendtargets -p 192.168.10.2
Once target is found, execute the above command, which will display the
target name. The following is an example:
$ 192.168.10.2: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.10.2:3260 --login
④ Confirm the target connection using the below command.
$ cdrecord -scanbus
⑤ ODD tools such as cdrecord can be used to utilize the NAS built-in ODD.
Website
☞ http://cdrecord.berlios.de/private/cdrecord.html
⑥ Log out when done. Use the following command:
$ iscsiadm --mode node --targetname iqn.2009-01.com.lge:
LG-NAS.123456 --portal 192.168.10.2:3260 --logout