Monkey_Demon
Explorer
- Joined
- Nov 11, 2016
- Messages
- 85
This probably has been addressed before, but I can't find it any place. So please forgive me if I'm asking for something that's already been discussed elsewhere.
I am finalizing my first DIY home NAS, which will be used primarily for media streaming (via Plex &/or Kodi) and for storing a library of mainly pdf files and maybe some image files, such as *.png, uncompiled program files (Python, R, etc.). I will access the library primarily via WebDAV, and the whole shebang should eventually be accessible remotely, for example while traveling away from home.
I'm trying to figure out how to plan and to configure disk storage strategy. Budget and space needs suggest starting with 3-4 WD Red drives @ 4TB each. Constantin Gonzalez's blog post about configuring a home server makes a very convincing argument for using mirrors in an application such as this. But I'm still trying to wrap my head around the ZFS concepts and nomenclature of vdevs, pools, RAID-Zn, etc. So I'm writing to ask your advice. What's the best way to configure this?
Putting nomenclature aside for now, it seems best to combine pairs of drives, creating two 8TB equivalents, and then mirror them for redundancy. I will then move data off my current commercial NAS drive (an obsolete Netgear ReadyNAS with 2 4TB WD Reds) and onto the new, DIY NAS. Once this is done, and I'm satisfied everything is working OK, I'll move the old drives from the ReadyNAS to the DIY. This will then allow me to create a 3-way mirror, as Constantin suggests. This online calculator suggests this will yield 5.57 usable TiB initially and 8.36 when the additional drives are erased and moved from the ReadyNAS. But, to be honest, I don't understand why the latter would add additional usable storage.
So my first question is do you think this is the way to go?
My second question is how does this translate to a FreeNAS configuration? As far as I can tell, with my very limited understanding of ZFS, this configuration would first combine 2 physical volumes into a single logical volume (vdev), with 8TB of raw storage. It would do this twice, creating 2 8TB vdevs. Then these would be mirrored and combined into a single ZFS pool. (Or is it, combined into a single pool and then mirrored?) When the two other drives are free, they'd also be combined into a single vdev, added to the pool, and mirrored.
Is this right? Is this the best configuration for this application?
Thanks!
I am finalizing my first DIY home NAS, which will be used primarily for media streaming (via Plex &/or Kodi) and for storing a library of mainly pdf files and maybe some image files, such as *.png, uncompiled program files (Python, R, etc.). I will access the library primarily via WebDAV, and the whole shebang should eventually be accessible remotely, for example while traveling away from home.
I'm trying to figure out how to plan and to configure disk storage strategy. Budget and space needs suggest starting with 3-4 WD Red drives @ 4TB each. Constantin Gonzalez's blog post about configuring a home server makes a very convincing argument for using mirrors in an application such as this. But I'm still trying to wrap my head around the ZFS concepts and nomenclature of vdevs, pools, RAID-Zn, etc. So I'm writing to ask your advice. What's the best way to configure this?
Putting nomenclature aside for now, it seems best to combine pairs of drives, creating two 8TB equivalents, and then mirror them for redundancy. I will then move data off my current commercial NAS drive (an obsolete Netgear ReadyNAS with 2 4TB WD Reds) and onto the new, DIY NAS. Once this is done, and I'm satisfied everything is working OK, I'll move the old drives from the ReadyNAS to the DIY. This will then allow me to create a 3-way mirror, as Constantin suggests. This online calculator suggests this will yield 5.57 usable TiB initially and 8.36 when the additional drives are erased and moved from the ReadyNAS. But, to be honest, I don't understand why the latter would add additional usable storage.
So my first question is do you think this is the way to go?
My second question is how does this translate to a FreeNAS configuration? As far as I can tell, with my very limited understanding of ZFS, this configuration would first combine 2 physical volumes into a single logical volume (vdev), with 8TB of raw storage. It would do this twice, creating 2 8TB vdevs. Then these would be mirrored and combined into a single ZFS pool. (Or is it, combined into a single pool and then mirrored?) When the two other drives are free, they'd also be combined into a single vdev, added to the pool, and mirrored.
Is this right? Is this the best configuration for this application?
Thanks!