uelpenich wrote:I understand that the iscsi protocol delivers to windows clients some advantages compared to the smb protocol.
Questions:
if I connect to a server disc via iscsi protocol, ist it still sharable (can be mounted by another computer / user at the same time) ?
if I want to change protocol from smb to iscsi, is it necessary to copy all data to the iscsi disc or partition?
is it possible to use it mixed, the one computer uses iscsi protocol, the other smb protocol?
iscsi protocol is
not a sharing protocol. If you use it to access a certain source be sure you are the only user accessing it. You should not access one share with different users. One of the reason is the type of file system used. Ext3 is not suitable for this. For instance if you access a partition of the NAS via iscsi and make changes on it the samba server running on the NAS will not see until next reboot. Imagine what will happen when you have modified the same file. To make this work you need a specific file system. (you need to have a cluster aware file system).
The only use I see of iscsi on this NAS is accessing with the NAS a remote iscsi server that runs a dedicate disk for you to store data. So only use the NAS as an iscsi client and not as server.
For sure it is no alternative for samba. Also access settings are complicated and as said it is not really a sharing protocol. If you are not an experienced iscsi user I advice not to use it before knowing all ins and outs to prevent major disaster.