Will expanding my Synology Hybrid RAID delete the data on the initial disk?

21,552

Solution 1

No the existing data will not be erased when you add a disk to the SHR array. The message is simply saying the new drive being added will be formatted.

Your data and applications will actually remain available during the expansion process; there is no need at all to even stop using the NAS whilst SHR Vertical Expansion is taking place.

That said - before any type of RAID manipulation (of any flavor) you should backup first.

Finally it is probably worth pointing out that if you are using two equally sized disks there is no point at all using SHR over RAID1 - indeed you should use RAID1 as SHR will incur an overhead in both read and write speeds compared with RAID1.

The real advantage of SHR comes when using odd sized disks.

Solution 2

I cannot say specifically, however - if you add a disk to a RAID config, it'll need to be wiped to become part of your RAID. Losing that data is - as you surmised - inevitable.

When it comes to the original data though, the answer is a little more complex - RAID, depending on type, will differ in where it writes data in a two drive configuration, as opposed to a one drive config. (Aside from straight mirroring). This means your array needs to re-layout the data on the disk; the simplest way to do this is reformatting, wipe everything and start again.

That's not particularly useful for most people, so a lot of RAID devices do on the fly rebuilding - they effectively have to when you replace a drive anyway.

Referring to: http://www.synology.com/en-uk/support/tutorials/559 I note that it says: For SHR volumes, storage capacity is only expanded when adding hard disks to a volume with two or more disks.

So you may simply be adding redundancy by adding a drive. A spot of googling suggests this to be true - 2 disk SHR is basically RAID1 - mirrored data, no capacity. As such, it's extremely unlikely to be losing any of your source data. (But won't be giving your more capacity either).

If you want to increase capacity, you'll need to switch to RAID0. However this has a very significant caveat - RAID0 does not protect your data. It is WORSE than a single drive for reliability, because if either drive fails, you lose data. RAID0 is generally a bad plan for anything you care about keeping. (And from a brief bit of digging, swapping RAID types is destructive).

Share:
21,552

Related videos on Youtube

Jovin J
Author by

Jovin J

Developer hobbyist working in any language that takes my fancy, and interested in all aspects of Technology!

Updated on September 18, 2022

Comments

  • Jovin J
    Jovin J almost 2 years

    As the title states, I currently have my Synology NAS with a single 4TB drive in it. I now wish to expand this with another 4TB drive. If I expand the volume (it's currently setup as SHR) will the initial disk be erased? I know it says "existing data will be erased" when you select the new drive, but I'm not sure if it means only on the new drive or both the new and the existing drive.

  • Jovin J
    Jovin J about 10 years
    Thanks for the input, I guess I'll backup the info to USB HDD first and test out the theory, I'll come back and mark it as the answer should it be correct (which I'm sure it probably is!)
  • sa289
    sa289 almost 9 years
    Even if having the same size disks, it might be worth using SHR from the outset because in the future someone might want to add a larger sized disk to the array. Do you know what performance difference SHR has compared to RAID1?
  • Fraser
    Fraser almost 9 years
    That is a fair point - if you did plan on having odd sized disks in the future then SHR could be a good option. As for the performance overhead I had the figures somewhere, will post back with them. As far as I remember it was about 10% slower read/write - so no too significant, but far from trivial either...
  • user76122
    user76122 over 6 years
    +Added commment: Decreasing HDD size is not allowed with SHR. For example, in the above configuration, if removing Disk 1 and insterting a 3TB disk, the Synology Disk Manager (SDM) program will say to you: You must instert a disk of 4 terabytes or larger. In my model, my Synology NAS only allows 4TB disks as a max, so Disk 1 slot is expanded fully already.