NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

j-o-h-a-n's avatar
j-o-h-a-n
Aspirant
Mar 13, 2023
Solved

RN104 /// RAID1 /// 4xHDD /// 1 VOLUME

Chees!
I'd like to reconfigure my RN104 with 4 brand new 4TB HDD (from WD).
Preferable in RAID 1 and as one large volume. This should be possible, right? I have tried and tried but I could not find the right way...

Finally I gave up and instead tried to create two parallell RAID 1 volumes (2x4TB + 2x4TB HDD). But failed again. However, this secondary alternative could hopefully work when the resync process (of the first volume) is finnished (from what I have read in NetGear Community). Or do I understand wrong?

What am I doing wrong? I have really tried to follolw all the steps. Does anyone know how to create one large RAID 1 volume from 4x4TB HDD?

Best regards


  • j-o-h-a-n wrote:


    A).  Two parallel RAID 1 volumes 2x4TB + 2x4TB (= approx. 7,5TB?)


    Volume size for each volume would be 4 TB, so 8 TB total.  The NAS (like Windows) reports size in TiB (1024*1024*1024*1024 bytes), and 8 TB is the same as ~7.25 TiB.

     

    A variant is to set up a single 2x8TB to start with, and add a second volume later on.  Four 4 TB drives are about the same cost as two 8 TB, and with RAID-1 you get the same amount of storage. But you'd also have 2 free slots, so the first expansion wouldn't require replacing working disks.

     

    With this approach, you'd create some shares on each volume.  You'd see the full share list from Windows, and normally users wouldn't know (or care) which share is on which volume.  As administrator, you would need to keep a reasonable amount of free space on both volumes.  You sometimes could shift a share from one volume to the other to roughly balance free space.

     

    Expansion of the two volumes could be done independently, and you would need to upgrade both disks in the volume to the larger size in order to expand.

     

    One benefit of RAID-1 is that data recovery is fairly simple, since the data is mirrored on both disks.  So each disk has a complete copy of the data.

     

    That said, RAID is not enough to keep your data safe, so you should also put a backup plan in place for your data.  Using one or more USB drives is a popular option.

     


    j-o-h-a-n wrote:


    B).  One RAID 5 volume 4x4TB (approx. 12 TB?)


    If you choose this mode, just stick with the default X-RAID - it manages the RAID setup for you.  With "classic" RAID-5, all the disks would need to upgraded to a larger size when it is time to expand.  X-RAID supports unequal drive sizes, and would allow you to upgrade less expensively.  Note X-RAID uses standard software RAID underneath, it is just a management package.

     

    Size would be 12 TB (10.9 TiB) - the general capacity rule is "sum the disks and subtract the largest". 

     

    This approach gives you the most capacity possible with single redundancy (handling one disk failure with no data loss).

     

    With X-RAID, the first expansion would require upgrading a pair of disks - for example, expanding to 2x8TB+2x4TB.  Capacity would then grow to 16 TB.  You could then upgrade a single disk later on (3x8TB+4TB), increasing capacity to 20 TB.

     

    Data Recovery (if ever needed) would require at least three disks to be accessible at the same time, so it is more complicated than A).  That said, if you put a good backup plan in place, you aren't likely to ever need data recovery.  And no matter what approach you take, data recovery is expensive, and not always successful.

     

     

10 Replies

Replies have been turned off for this discussion
  • It should be possible to configure your RN104 with 4 brand new 4TB HDDs in RAID 1 and as one large volume. Here's a possible approach you can take:

    1. Install all 4 hard drives into your RN104.
    2. Log into the ReadyNAS web interface.
    3. Go to "Volume" > "Create" > "X-RAID/RAID 1".
    4. Select "Manual Setup" and click "Next".
    5. Choose the 4 HDDs to be included in the RAID 1 volume.
    6. In the "Volumes" tab, select the newly created volume and click "Edit".
    7. Choose the "X-RAID/RAID 1" RAID type and select "Full Volume".
    8. Click "Apply" to save the changes.

    If you prefer to use two parallel RAID 1 volumes, then you should be able to create two separate RAID 1 volumes using 2x4TB HDDs each. Once the first volume has finished syncing, you can create the second volume using the remaining two HDDs. 

    • j-o-h-a-n's avatar
      j-o-h-a-n
      Aspirant

      Fantastic response! Thank you VERY much! For both your solid answers!
      I'll choose one of these two sollutions and try it out ASAP and re-post 🙂
      Thanx again

      • Sandshark's avatar
        Sandshark
        Sensei - Experienced User

        Four drives in RAID1 will be the size of one drive with one primary and three mirrors.  Is what you want RAID0?  You can do that if you turn off XRAID and destroy any volume that already exists (or is in the process of being created), but it's a dangerous thing to do.  A loss of one drive will cause you to lose all the data from all four.

         

        If the data on it is fully backed up or consists only of backups, so it can all be recovered from another source, then you may want to go ahead and just deal with it if you have a drive failure.  Otherwise, you are best off with RAID5 for maximum size with redundancy, which is the XRAID default, or four independent single-drive volumes if you don't need redundancy.

  • StephenB's avatar
    StephenB
    Guru - Experienced User

    j-o-h-a-n wrote:

    . Does anyone know how to create one large RAID 1 volume from 4x4TB HDD?


    Why do you want that?  It would give you a 4 TB volume size.

     

    The default RAID-5 would give you 12 TB with RAID redundancy. 

     

    RAID-0 would give you 24 TB, but as Sandshark says, is is not a good mode unless you are very well backed up.  Any failures will result in losing all your data.

    • j-o-h-a-n's avatar
      j-o-h-a-n
      Aspirant

      Thanks! Yes slowly I start to understand 🙂
      From my horizon and your input above I see two main alternatives.

      RN104 and 4pcs 4TB HDD =
      A).  Two parallel RAID 1 volumes 2x4TB + 2x4TB (= approx. 7,5TB?)
      or
      B).  One RAID 5 volume 4x4TB (approx. 12 TB?)

      If I'd try not to apply my Cro-Magnon theories both alternatives above should be quite safe and have OK performance, right? Any recommendations/advice besides the obvious difference regarding TB?

      Please correct me and if someone prefer other RAID alternatives for my RN104 as above (my HDDs are still empty) please let me know.

      This has shown to be a really generous and great forum! I'm not spoiled to that! Actually, you saved my day!

      • StephenB's avatar
        StephenB
        Guru - Experienced User

        j-o-h-a-n wrote:


        A).  Two parallel RAID 1 volumes 2x4TB + 2x4TB (= approx. 7,5TB?)


        Volume size for each volume would be 4 TB, so 8 TB total.  The NAS (like Windows) reports size in TiB (1024*1024*1024*1024 bytes), and 8 TB is the same as ~7.25 TiB.

         

        A variant is to set up a single 2x8TB to start with, and add a second volume later on.  Four 4 TB drives are about the same cost as two 8 TB, and with RAID-1 you get the same amount of storage. But you'd also have 2 free slots, so the first expansion wouldn't require replacing working disks.

         

        With this approach, you'd create some shares on each volume.  You'd see the full share list from Windows, and normally users wouldn't know (or care) which share is on which volume.  As administrator, you would need to keep a reasonable amount of free space on both volumes.  You sometimes could shift a share from one volume to the other to roughly balance free space.

         

        Expansion of the two volumes could be done independently, and you would need to upgrade both disks in the volume to the larger size in order to expand.

         

        One benefit of RAID-1 is that data recovery is fairly simple, since the data is mirrored on both disks.  So each disk has a complete copy of the data.

         

        That said, RAID is not enough to keep your data safe, so you should also put a backup plan in place for your data.  Using one or more USB drives is a popular option.

         


        j-o-h-a-n wrote:


        B).  One RAID 5 volume 4x4TB (approx. 12 TB?)


        If you choose this mode, just stick with the default X-RAID - it manages the RAID setup for you.  With "classic" RAID-5, all the disks would need to upgraded to a larger size when it is time to expand.  X-RAID supports unequal drive sizes, and would allow you to upgrade less expensively.  Note X-RAID uses standard software RAID underneath, it is just a management package.

         

        Size would be 12 TB (10.9 TiB) - the general capacity rule is "sum the disks and subtract the largest". 

         

        This approach gives you the most capacity possible with single redundancy (handling one disk failure with no data loss).

         

        With X-RAID, the first expansion would require upgrading a pair of disks - for example, expanding to 2x8TB+2x4TB.  Capacity would then grow to 16 TB.  You could then upgrade a single disk later on (3x8TB+4TB), increasing capacity to 20 TB.

         

        Data Recovery (if ever needed) would require at least three disks to be accessible at the same time, so it is more complicated than A).  That said, if you put a good backup plan in place, you aren't likely to ever need data recovery.  And no matter what approach you take, data recovery is expensive, and not always successful.

         

         

NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology! 

Join Us!

ProSupport for Business

Comprehensive support plans for maximum network uptime and business peace of mind.

 

Learn More