
Originally Posted by
Steven Caesare
I know there is a free iSCSI initiator for Windows 2003+ server, and I suspect MacOS X server. I'm pretty sure the workstation flavors of Windows do NOT have one by default, altho I suspect the server version might work there, but would be unsupported. I'd guess the situation is similar for the Mac side.
And even if they do, it's not like a USB or FW drive where you plug it in, and they show up as a local volume automagically. You still have to have to allocate IP addresses, understand LUN mapping, do a local volume mount, etc...
Like I say, RED could wrap all that up in to an installer you simply run... but I suspect that's a VERY non-trivial task.
Even if they did, you scenario of transferring out the GigE port via iSCSI while still shooting gets tricky, as iSCSI presents a block volume to a host. If you want multiple hosts accessing the same volume, then you must have a multi-node acessible shared filesystem, which the common ones used on Macs and PCs are not. in this situation an NFS/CIFS mount or web interface would be far simpler, as then you are mounting the storage as network shares/exports, rather than as a filesystem.
This isn't a big problem. NFS over GigE should be darn near as fast as iSCSI, if done well. A web interface with HTTP would not likely be as fast, but still pretty zippy.
-sc