Changes

From Amahi Wiki
Jump to: navigation, search
44 bytes removed ,  13:21, 20 February 2012
quick how-to for connecting to iSCSI storage (implies that iscsi-initiator-utils are installed!):
scan for new LUNs:
{{Code|root@host# iscsiadm -m discovery -t sendtargets -p <NAS IP>}}
login and make the connection persistent
{{Code|root@host# iscsiadm -m node -T iqn.2012-02.<domain>.<your>:<LUNname> -p <NAS IP> -l}}
you should see a new device, you can partition it now
{{Code|root@host# fdisk /dev/<new device>root@host# partprobe /dev/<new device>}}
Create LVM stuff if you want to, otherwise create the filesystem as you would normally do
12,424

edits