Which RAID Type Should I Choose On My Synology NAS?

Which RAID Type Should I Choose On My Synology Nas

If you have a Synology NAS, you can choose a different RAID type for your HDD or SSD disks based on your needs. RAID is the acronym for Redundant Array of Inexpensive Disks, the purpose of which is to give you varying degrees of resilience by copying / spreading the data from a disk to one or more other disks. If a drive fails, the system is able to keep operating, using the remaining drive(s) while you organize a disk swap. The data storage virtualization technology combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both.

The following manual RAID levels may be available on your Synology NAS:

  • Basic Composed of one drive as an independent unit. Does not provide data redundancy.
  • JBOD Combines a collection of drives into a single storage space, with capacity equal to the sum of all drives’ capacity. Does not provide data redundancy. You can use JBOD with just 1 disk.
  • RAID 0 Features “striping,” a process of dividing data into blocks and spreading the data blocks across several drives in order to enhance performance. Does not provide data redundancy.
  • RAID 1 Writes identical data to both drives simultaneously and provides data redundancy.
  • RAID 5 Implements block-level striping with parity data distributed across all member drives, thus providing data redundancy more efficiently than RAID 1, but you need a minimum of 3 disks for it.
  • RAID 6 Implements two layers of data parity to store redundant data equal to the size of two drives, providing a greater degree of data redundancy than RAID 5 but you need a minimum of 4 disks.
  • RAID 10 Provides the performance of RAID 0 and data protection level of RAID 1, combining drives into groups of two in which data is mirrored but you need a minimum of 4 disks.
  • RAID F1 Implements block-level striping with parity data distributed across all member drives. Writes more parity information on a certain drive. Recommended for an all-flash array.

If you don’t have the technical expertise to differentiate between the different RAID types to suit your use case, Synology has you covered with Synology Hybrid Raid (SHR):

  • SHR Optimizes volume size when combining drives of different sizes. Provides data redundancy if the volume is composed of two or more drives. Recommended for beginner users.

Synology SHR is an automated RAID management system that makes storage volume deployment easier than traditional RAID systems. SHR will allow users to handle RAID management, expand storage and maximize storage capability and meet the needs of new users who are unfamiliar with RAID types. SHR allows for 1-disk or 2-disk worth of redundancy – meaning the SHR volume can suffer up to two disks lost, and the data volume will still be available for use. Note that a RAID volume (either Classic RAID or SHR) is not a backup system.

RAID is NOT a backup: RAID provides dynamic resilience so that your system can continue to run if a drive fails, by falling back on the other disks in the RAID system. But if data is accidentally deleted or modified, those changes are mirrored too. RAID is therefore not a backup service. Don’t confuse resilience with a backup archive – they are very different thins. You need a backup strategy.

Avoid RAID 0 or Single Disk SHR: Data on a single disk that is not mirrored is vulnerable. Don’t put data on a single disk unless you can afford to lose it. For example, if I were to have my entire web hosting system on a single drive, I couldn’t afford to lose the disk because I would lose all the data without any means of recovering it.

RAID 1 is the best option: Writes identical data to both drives simultaneously and provides data redundancy. This type of RAID will slow down your hosting server a little if you are using your Synology NAS for web hosting like I am, but should make it more secure and so much safer in case of disk damage, giving you a good chance at data recovery.

Storage Pool RAID 1 Synology

Can I change my RAID type after I have already set one? A RAID type can only be changed by adding one or more disks to the setup. Storage pools can be changed from one RAID type to another without losing existing data.

Best RAID Solution for web-hosting? RAID 1 is the best solution if you are using your Synology NAS as a web server for self hosting a website (or more).

Note: Synology: Online RAID Calculator Tool

This post was updated on Tuesday / June 20th, 2023 at 9:37 PM