Jump to content

FreeNAS Plex Media Server Question


G+_Michael Fullarton
 Share

Recommended Posts

FreeNAS/Plex Media Server Question...

 

I realize this topic was already covered but my question is when the project was done did the machine used use hardware RAID o did FreeNAS completely do software RAID?

 

Reason I ask this is I have a Dell Poweredge 2950 which can only do hardware RAID 0 or 1 but I'd love to do RAID 5 is FreeNAS will allow me to do it via software even though the hardware raid controller doesn't support RAID 5.

 

Fr. Robert Ballecer, SJ 

Link to comment
Share on other sites

FreeNAS offers a solution similar to RAID 5. Its called RAID Z1. It'll save your array from a single drive failure just the same as RAID 5. You really should use RAID Z2 if you actually care about that data though.. But I wont give you the lecture. You'll want (at an absolute min) 8gb of ram.

Also, there might be a FW upgrade for that controller that will allow you to use larger drives.

Link to comment
Share on other sites

Now that I read the comments I see your thinking of using 6 2TB drives in a RAID 5.  Assuming a read error rate of 10^14 (almost all drives sold) the likely hood of a rebuild failing is around 75%.  As Taylor Graham already stated RAID 6 or RAID 10 would be the best way forward for you imo.

 

RAID 6 in FreeNAS would be RAID Z2 and should be simple to get configured.  RAID 10 in FreeNAS is a little more work.  You have to start with a single pair of drives in a mirror, and then continue adding 2 drives at a time to the array.  Basically they don't have a nice gui option for setting up a RAID10 and you have to make a bunch of mirrors in a single volume.

Link to comment
Share on other sites

Appears I've answered the question above, I MAY be able to add additional drives but not easily and maybe not successfully.

 

For all I will be storing on this NAS for now, Movies and TV shows, I am thinking to start 3x2TB drives in RAIDz1 will be best for me. Rebuilding that array if one drive happens to fail shouldn't be too big of a deal?

 

Also I have been reading people using an SSD for cache, I have an 80GB SSD I could use for that, any particular scenarios where this would be useful? Primary use of this NAS is going to be for Plex Media Server.

Link to comment
Share on other sites

It doesn't really matter how many drives you use, just the size of each drive. 2tb drives shouldn't really be part of a z1 array.  You can always take a "snapshot" of your nas when you add drives (like a backup), but you'll need that much available storage on a spare drive.

With most 2tb drives you shouldnt need a cache drive. My nas has 4x3tb WD Red drives and it consistently saturates a gigabit network card. Thats as fast as you're going to get. Plex runs pretty great on it.

Link to comment
Share on other sites

Yes. Because they're 2TB. Thats a lot of data. If a drive dies, the other drives in the array will have to resilver that data to a replacement drive. This means those other drives will have to write 2TB of data, which, again, is a lot of data. The chances one of the other drives will encounter an error during that process is high. If you want to learn more about this, or get a more technical explanation, check Travis' links above.

Link to comment
Share on other sites

Do you think it is safer to just run two RAID 1 Volumes at the hardware level instead of running software z1 or z2?

 

EDIT: After reading a couple of the articles I think RAID 1 is probably best for my small project. Plex should allow my to add additional folders from different volumes down the road to a library and seem seamless. 

Link to comment
Share on other sites

Software RAID is pretty much always better that hardware RAID imo. With hardware RAID, if your controller fails, you could loose all of your data. That's not the case with software RAID. WIth two RAID 1 arrays, you'll end up with the same amount of storage as you could with a single RAID Z2 setup. The mirror would be less fault tolerant than a Z2 array to begin with, and it's based on hardware raid. Raid z2 really is the best.

Link to comment
Share on other sites

Good point. Going by what you said I can create a snap shot of the array, say RAID 1 to a 3rd 2TB disk? If this is correct I currently have a 2TB Green drive I could use to make a snap shot of the 2x2TB RED's until I can purchase 4x2TB RED's. Once I have all 6 disks I could then build the z2 then move the data from the snap shot to the newly created 6x2TB z2 array?

 

All sounds plausible and do-able in my head.

Link to comment
Share on other sites

 Share

×
×
  • Create New...