Originally posted by: Nothinman
Looks like an ARM device running Linux and I see instructions for putting Debian on it, although it looks pretty involved. While I can think of a few ways to do what you want, they all require Linux experience on top of whatever's required to make changes on one of the devices.
The simplest would be to choose one as the entry NAS, get into it and just mount the other's shares via CIFS into it's share root. They'd still be separate directories below the main share but it would be a single tree to mount on your XP machine.
If you wanted to get crazy you could use nbd to bring the secondary NAS's drives over to the main one as block devices and then use software RAID or LVM to combine them and share that from the main NAS. That would get you one big drive but it would be a lot more fragile.
If there is a way for it export an iSCSI target, you might be able to use software raid or JBOD mode. This also would be slow as the computer would need to talk to all 6 units at the same time via ethernet. Not sure if the iSCSI initiator can do RAID however so don't know.
Originally posted by: Nothinman
If there is a way for it export an iSCSI target, you might be able to use software raid or JBOD mode. This also would be slow as the computer would need to talk to all 6 units at the same time via ethernet. Not sure if the iSCSI initiator can do RAID however so don't know.
iSCSI just does block level access, once they're connected they'll show up in disk manager and you can do whatever you want. Unless MS added some odd restrictions of their own.
Windows software RAID with Microsoft's iSCSI initiator seems to work. I just created two 3 GB virtual disks with the free StarWind iSCSI target, running on a virtual Server 2008. Then I used Microsoft's iSCSI initiator (in Windows 7 RC) to make them dynamic disks and then created a software-RAID 1 (mirrored) drive on the Windows 7 RC machine. Seems to work fine.Originally posted by: Nothinman
iSCSI just does block level access, once they're connected they'll show up in disk manager and you can do whatever you want. Unless MS added some odd restrictions of their own
I was just thinking about measuring that.Originally posted by: imagoon
Heh, learn something new everyday. How was the performance?
On the other hand....from the "StarWind iSCSI Best Practices" dcoument:Originally posted by: RebateMonger
HOWEVER, some bad news from StarWind's FAQ:
Q. I use dynamic disks with the remote storage. Every time I reboot my Windows
2003 server the volume shows a FAILED status and I have to REACTIVATE the disk
in order to use it. How can I fix this? If I use basic disks then I get killed
by the 2 TB limit.
A. It's common Windows problem (network stack starts much later in comparison
with the disk stack). Use basic disk to have 100% working installation. You
can also try to format the device as GPT disk instead of dynamic one. GUID
Partition Table is available since Windows Server 2003 SP1 and is known as
working well with remote storage (iSCSI, AoE, etc). There is no 2TB limit for
GPT disks.
Originally posted by: RebateMonger
On the other hand....from the "StarWind iSCSI Best Practices" dcoument:Originally posted by: RebateMonger
HOWEVER, some bad news from StarWind's FAQ:
Q. I use dynamic disks with the remote storage. Every time I reboot my Windows
2003 server the volume shows a FAILED status and I have to REACTIVATE the disk
in order to use it. How can I fix this? If I use basic disks then I get killed
by the 2 TB limit.
A. It's common Windows problem (network stack starts much later in comparison
with the disk stack). Use basic disk to have 100% working installation. You
can also try to format the device as GPT disk instead of dynamic one. GUID
Partition Table is available since Windows Server 2003 SP1 and is known as
working well with remote storage (iSCSI, AoE, etc). There is no 2TB limit for
GPT disks.
"The easiest way to provide fault-tolerance to important application data is by using RAID-1 (mirroring) functionalities. StarWind is fully capable of handling any RAID configurations supported by Windows (Software RAID) or dedicated hardware RAID controller."
I don't know which is correct.
Originally posted by: iamnemo
Thanks to everyone for all this valuable information!
Here are some more details:
My setup:
I have six (6) DNS-323 (v1.07 firmware) and a XP Pro computer connected to an 8-port unmanaged gigabit switch which is itself connected (for internet access) to my router (WRT54G) which is the DHCP server for my network.
Everything works fine except for the "wake-up" problem mentioned below.
Now my question is:
I would like to see the six DNS-323 units as a single file system in XP Pro, i.e. one drive letter with each NAS as a folder under root. I believe this is known as NAS/file aggregation/virtualization.
What are my options for doing that (preferably software only). Thanks!
Wake-up problem:
Sometimes one of the DNS-323 doesn't "wake up" when accessed and I have to reboot it.
Thanks! Iam
What are my options for doing that (preferably software only). Thanks!
Why don't anyone sell a smart gigabit switch that would aggregate all the storage units (NAS, PCs, etc.) connected to it? Any computer, PS3, SqueezeBox, etc. in the network would see the switch and its virtual file system. Is it a dumb idea or what?
If the disks were made local (I think that's a requirement), then this sounds like Volume Mount Points in Windows or whatever its equivalent is in Linux.Originally posted by: iamnemo
I would like the different disks just to appear to be part of the same file system, you know: each disk would be a folder under some common root.
If it's not clear in the links, Volume Mount Points work in Win 2000, XP, and Vista, as well as Windows Server OSes. You just have to be working with NTFS.Originally posted by: iamnemo
RM: the disks would indeed need to be local :-( But this method would work. Thanks!