nVidia FakeRAID
-
Alright. Now that you've destroyed any good feelings I had for any hardware vendors, ever.... The more important questions remain.
What do you buy to setup a "cheap and cheerful" home lab setup. What is a good price for a 4 to 8 port RAID card (previously enjoyed?)? What should one look for?Edit: Also I think you need to adjust your definition of "common knowledge" lol
-
Most of the time for a home lab you want software RAID or just get whatever hardware RAID comes with your server gear. You would rarely want to get hardware RAID on its own for home use.
If you do, Adaptec and LSI are the big names in hardware enterprise class RAID cards.
-
@MattSpeller said:
Alright. Now that you've destroyed any good feelings I had for any hardware vendors, ever.... The more important questions remain.
What do you buy to setup a "cheap and cheerful" home lab setup. What is a good price for a 4 to 8 port RAID card (previously enjoyed?)? What should one look for?Edit: Also I think you need to adjust your definition of "common knowledge" lol
I would look at SAS or SATA expansion cards (or a motherboard with lots of SATA ports) and do an Linux MD RAID. Very easy to do and fairly robust (at least mine has been) much less expensive then a hardware RAID card. The cool thing, if you use XenServer you can do it at the hypervisor level and present sections of it to your VMs.
-
@coliver said:
I would look at SAS or SATA expansion cards (or a motherboard with lots of SATA ports) and do an Linux MD RAID. Very easy to do and fairly robust (at least mine has been) much less expensive then a hardware RAID card. The cool thing, if you use XenServer you can do it at the hypervisor level and present sections of it to your VMs.
HyperV does software RAID too, it's crappy Windows software RAID, but for a home lab it is okay. Xen and KVM both have Linux MD RAID as an option. It is really only VMware that doesn't have software RAID included and leaves you needing something else.
There are a few third party software RAID options for VMware but HCL support is few and far between and often gets dropped so updates can be an issue.
-
@scottalanmiller said:
@PSX_Defector said:
So your "definition" of fakeRAID depends on if the system can pierce the veil of the abstraction? I can do that on LSI cards, Adaptec cards, just about anything.
Through SAS? No you can't. Show me that being done.
SAS is just SCSI commands over SATA.
Any and all cards using SAS can pierce the veil of disk abstraction to the disk level.
-
@scottalanmiller said:
@coliver said:
I would look at SAS or SATA expansion cards (or a motherboard with lots of SATA ports) and do an Linux MD RAID. Very easy to do and fairly robust (at least mine has been) much less expensive then a hardware RAID card. The cool thing, if you use XenServer you can do it at the hypervisor level and present sections of it to your VMs.
HyperV does software RAID too, it's crappy Windows software RAID, but for a home lab it is okay. Xen and KVM both have Linux MD RAID as an option. It is really only VMware that doesn't have software RAID included and leaves you needing something else.
There are a few third party software RAID options for VMware but HCL support is few and far between and often gets dropped so updates can be an issue.
I didn't realize that HyperV had a software RAID option, is there a stability issue when using the Windows software RAID?
-
@PSX_Defector said:
SAS is just SCSI commands over SATA.
Huh? There is no ATA protocol in SAS. SAS is pure SCSI.
-
@PSX_Defector said:
Any and all cards using SAS can pierce the veil of disk abstraction to the disk level.
How are you accomplishing that? Using either SAS or SATA (two different things) hardware RAID, how are you attempting to pierce the veil? The drives are not even exposed. Rarely is there even a manual option to do so. How are you doing this exactly?
-
Also, by stating that, by extension you are saying that SAN, since a SAN over iSCSI is just a SAS array, cannot encapsulate its drives either.
-
There is a reason why people complain about the inability to get SMART data off of drives on Adaptec controllers. Even if you wanted to access it, there is rarely an option to disable the encapsulation and turn the RAID aspects of the card off. This is why the drives get presented as individual RAID 0 arrays instead of raw drives. The encapsulation is so complete that you can't even work around it effectively, even working at the card level.
-
scott, you have a tendency of saying its a particular vendor/ company that is responsible for things like this. I really think you should amend your title to include all other vendors that do this and not just pick out 1. It is equal to saying target got hacked, but then leave out home depot, jimmy johns and everyone else that was hacked as well.
-
@scottalanmiller said:
Like I keep explaining over and over, FakeRAID is really RAID. It just isn't hardware RAID. Chipset RAID is hardware RAID and not part of the discussion.
But everything you are talking about IS chipset RAID.
It's implemented in the firmware, abstracted by protocol, and uses cycles from the CPU on the board to perform calculations. It's hardware in the fact that it's controlled at the lowest level with regards to the hardware. It's software in that it is controlled within Windows through applications.
This is the same discussion everyone was having back when Intel first released it on their ICH6R southbridge.
It only seems as though Linux zealots are calling it fake.
-
@david.wiese said:
scott, you have a tendency of saying its a particular vendor/ company that is responsible for things like this. I really think you should amend your title to include all other vendors that do this and not just pick out 1. It is equal to saying target got hacked, but then leave out home depot, jimmy johns and everyone else that was hacked as well.
I said nothing of the sort. My post was a question, so that I could answer another question, wondering if nVidia, known for making FakeRAID, also made chipset RAID. No one has attempted to answer my question at all, but it is a question specifically about what nVidia does.
I think people often read into what I write. I'm just asking a question here, not attacking a vendor. I should be able to ask support questions too.
-
@PSX_Defector said:
But everything you are talking about IS chipset RAID.
Absolutely not. I'm specifically asking if nVidia make chipset RAID. I know that they make FakeRAID, no question there. The question is, do they make chipset (hardware) RAID and, if so, how do you identify it.
-
@PSX_Defector said:
It's implemented in the firmware, abstracted by protocol, and uses cycles from the CPU on the board to perform calculations. It's hardware in the fact that it's controlled at the lowest level with regards to the hardware. It's software in that it is controlled within Windows through applications.
There is chipset RAID that does not use the CPU and is hardware RAID. It encapsulates. This is fact. The nVidia stuff that I have seen first hand uses the CPU (no hardware RAID) and does not abstract anything (no encapsulation.)
FakeRAID has the nasty tendency to get broken because of a missing driver and software accessing the drives directly because there was no hardware RAID encapsulating it but the system admin doesn't realize that there is software RAID so doesn't account for it.
Hardware chipset RAID like AMD's offerings doesn't have that limitation. The RAID itself is in hardware. No faking anyone out about it.
-
@scottalanmiller said:
I think people often read into what I write. I'm just asking a question here, not attacking a vendor. I should be able to ask support questions too.
I'll take some blame for derailing this, but unless someone out there has made a list of them, or if there is some other way to tell, I really dont see how we can answer your original question.
-
@PSX_Defector said:
It only seems as though Linux zealots are calling it fake.
Or only Intel zealots calling it hardware. If it doesn't exist in hardware, it's fake.
And Windows people call it fake all of the time. If it exists only with software, it isn't hardware. Easy peasy.
FakeRAID is almost always targeted to fake out Windows Admins. Linux Admins are often ignored by the driver makers and so Linux Admins rarely have the vendors bothering to try to fool them into thinking that it is hardware. You are confusing the idea of a zealot with someone knowledgeable. Two very different concepts. If you install Windows onto a FakeRAID system and don't know that it is FakeRAID you will accidentally destroy your array without knowing it.
-
@scottalanmiller said:
@PSX_Defector said:
SAS is just SCSI commands over SATA.
Huh? There is no ATA protocol in SAS. SAS is pure SCSI.
SAS is an encapsulation of SCSI protocols over a SATA interface. Nothing I said is saying it uses ATA, although it can speak at that level.
-
@MattSpeller said:
I'll take some blame for derailing this, but unless someone out there has made a list of them, or if there is some other way to tell, I really dont see how we can answer your original question.
Well, my understanding is that nVidia never made any. So the list is just "none". Someone in another forum thought that having a RAID driver meant that they couldn't have FakeRAID so I was trying to determine if we had to look into the chipset to find out if that was true in this case or if by the nature of it being an nVidia chipset if that ruled out hardware RAID as an option.
I'm pretty sure that it does.
-
@PSX_Defector said:
SAS is an encapsulation of SCSI protocols over a SATA interface. Nothing I said is saying it uses ATA, although it can speak at that level.
SAS is SCSI over Serial. SATA is ATA over Serial. If you put anything over SATA it is using ATA. You can't use the Serial ATA interface without using ATA. So yes, it's what you said.
SAS is just SCSI, there is no ATA (and therefore no ATA) involved. iSCSI is also serial and by extension, a form of SAS.
I think maybe you are confusing the serial cable with being a SATA interface? SAS and SATA are unique protocols. They happen to share some cabling options, nothing more. SAS doesn't ride on SATA nor does SATA ride on SAS. SAS is the more efficient of the two.