Milí majitelé routerů Turris,
toto fórum bylo 9. 12. 2016 zmrazeno a nahrazeno naším novým Turris fórem. Ještě chvíli bude dostupné k prohlížení, ale již zde není možné přispívat. Více informací naleznete v oznámení o uzavření fóra.
Dear Turris routers users,
this forum has been frozen on Dec 9th, 2016 and replaced by our new Turris forum. It will be read-only accessible for some time after. For more information, read the announcement about closing the forum.
Target 1: iqn.2016-01.lan.s1:target-1 System information: Driver: iscsi State: ready I_T nexus information: LUN information: LUN: 0 Type: controller SCSI ID: IET 00010000 SCSI SN: beaf10 Size: 0 MB, Block size: 1 Online: Yes Removable media: No Prevent removal: No Readonly: No SWP: No Thin-provisioning: No Backing store type: null Backing store path: None Backing store flags: LUN: 1 Type: disk SCSI ID: IET 00010001 SCSI SN: beaf11 Size: 2097 MB, Block size: 512 Online: Yes Removable media: No Prevent removal: No Readonly: No SWP: No Thin-provisioning: No Backing store type: rdwr Backing store path: /tmp/iscsi-disk1 Backing store flags: Account information: ACL information: ALL
#!/bin/sh /etc/rc.common START=99 STOP=00 boot() { tgtadm --lld iscsi --mode target --op new --tid=1 --targetname iqn.2016-01.lan.s1:1 tgtadm --lld iscsi --mode logicalunit --op new --tid 1 --lun 1 -b /mnt/nas/rpi/iscsi-disk1.img tgtadm --lld iscsi --mode target --op bind --tid 1 -I ALL }
Powered by mwForum 2.29.3 © 1999-2013 Markus Wichitill