Loading ...
Loading ...
Loading ...
. 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
Loading ...
Loading ...
Loading ...