edonaldson wrote:
But software RAID does not work with NASLite....or am I really missing something here...
Let me try to explain -
There is hardware RAID in which all of the RAID functionality is handled by the RAID card, which will have it's own processor, etc. - with this type of RAID the operating system is completely insulated from the RAID processing and is not aware that there are multiple physical disks - all it sees is the logical disk as presented by the RAID controller.
There are two types of software RAID, one in which the RAID functionality is provided completely by the operating system - for the sake of clarity, I like to call this "OS-driven RAID" - and a second in which the RAID functionality is provided by the driver, without the operating system being aware - which I call "driver-based-RAID".
Cards that provide driver-based-RAID will typically not provide any RAID levels other than 0 & 1 regardless of the number of drives they support
With OS-driven RAID, the operating system has to be aware of the multiple physical disks, since it is managing them - with driver based RAID, the operating system only sees the logical disk, in exactly the same manner as hardware RAID.
As I understand it, NASLite does not provide any RAID functionality of it's own, so "OS-driven <software> RAID" would not be possible.
On the other hand, perusing the lists of supported RAID controllers in the documentation, I have seen both true hardware RAID controllers as well as "driver-based-RAID" chipsets so it would appear that it is capable of using driver based software RAID.
I should point out here, that it is quite possible to have a RAID card with a chipset that is capable of providing driver-based-RAID and RAID not be available - as this is a function of the driver and sometimes the BIOS on the card.