Jump to content

So, I am beginning the journey to creating a NAS and will be running some sort of RAID (To be determined) My question is say i start with 3 hard drives in a raid format. I now want to add a fourth to increase my total storage. Is it as simple as plugging it in and adding it to the raid. Would any data be lost or will the RAID setup just add it in their with the other hard drives? How do you go about increasing the number of hard drives in a raid. 

  • CPUi5-4460
  • MotherboardAsus ROG Maximus VII Hero
  • RAMG. Skills Ripjaws 4x4
  • GPUXFX Radeon R9 280 Black
  • CaseNZXT Noctis 450
  • Storage120 GB Kingston SSD; 1TB HDD
  • PSUCorsair HX 850 GOLD
  • Display(s)LG 34UC97
  • CoolingCooler Master V8 GTS
  • KeyboardRazer Blackwidow
  • MouseMad Catz R.A.T. 7
  • Operating SystemWin 10
 
Link to comment
https://linustechtips.com/topic/604654-raid-question/
Share on other sites

Link to post
Share on other sites

Some NAS boxes support custom RAID types allowing expanding a volume. It depends on what box you want to use.

But else you will be recreating the volume in order to add that new drive.

 

Link to comment
https://linustechtips.com/topic/604654-raid-question/#findComment-7835427
Share on other sites

Link to post
Share on other sites

That's dependent on how it's configured. Some RAID controllers and some software RAIDs allow for dynamic expansion of the array while others are fixed and cannot be expanded without destroying the existing array and starting fresh. I know FreeNAS (FreeBSD) software RAID allows for expansion of an existing array while preserving the data on it but that's all I can vouch for.

Link to comment
https://linustechtips.com/topic/604654-raid-question/#findComment-7835442
Share on other sites

Link to post
Share on other sites

linus' old home nas system had a raid that you could pull out, replace, or add any drives you wanted

go search for those old videos on the channel

NEW PC build: Blank Heaven   minimalist white and black PC     Old S340 build log "White Heaven"        The "LIGHTCANON" flashlight build log        Project AntiRoll (prototype)        Custom speaker project

Spoiler

Ryzen 3950X | AMD Vega Frontier Edition | ASUS X570 Pro WS | Corsair Vengeance LPX 64GB | NZXT H500 | Seasonic Prime Fanless TX-700 | Custom loop | Coolermaster SK630 White | Logitech MX Master 2S | Samsung 980 Pro 1TB + 970 Pro 512GB | Samsung 58" 4k TV | Scarlett 2i4 | 2x AT2020

 

Link to comment
https://linustechtips.com/topic/604654-raid-question/#findComment-7835505
Share on other sites

Link to post
Share on other sites

55 minutes ago, Windows7ge said:

That's dependent on how it's configured. Some RAID controllers and some software RAIDs allow for dynamic expansion of the array while others are fixed and cannot be expanded without destroying the existing array and starting fresh. I know FreeNAS (FreeBSD) software RAID allows for expansion of an existing array while preserving the data on it but that's all I can vouch for.

 

46 minutes ago, Enderman said:

linus' old home nas system had a raid that you could pull out, replace, or add any drives you wanted

go search for those old videos on the channel

Thank you both. I just wanted to make sure there was something out there that would allow for me to expand storage without losing data. 

  • CPUi5-4460
  • MotherboardAsus ROG Maximus VII Hero
  • RAMG. Skills Ripjaws 4x4
  • GPUXFX Radeon R9 280 Black
  • CaseNZXT Noctis 450
  • Storage120 GB Kingston SSD; 1TB HDD
  • PSUCorsair HX 850 GOLD
  • Display(s)LG 34UC97
  • CoolingCooler Master V8 GTS
  • KeyboardRazer Blackwidow
  • MouseMad Catz R.A.T. 7
  • Operating SystemWin 10
 
Link to comment
https://linustechtips.com/topic/604654-raid-question/#findComment-7835761
Share on other sites

Link to post
Share on other sites

Like @Denned said, it depends completely upon your RAID solution. The majority of RAID Controller cards will actually delete all data if you attempt to add another drive, while something like FreeNAS (using ZFS) will allow you to dynamically upgrade and change the drives (as long as they are all connected directly to the MoBo or are in a pass-through mode on the RAID Controller)

ESXi SysAdmin

I have more cores/threads than you...and I use them all

Link to comment
https://linustechtips.com/topic/604654-raid-question/#findComment-7836792
Share on other sites

Link to post
Share on other sites

From what I understand if you have a decent hardware RAID card then you are able to add drives to an array or replace them with larger capacity drives. I know my Adaptec 5805 supports this(though I have never tried it.). As well as RAID level migration.

CPU: Intel i7 - 5820k @ 4.5GHz, Cooler: Corsair H80i, Motherboard: MSI X99S Gaming 7, RAM: Corsair Vengeance LPX 32GB DDR4 2666MHz CL16,

GPU: ASUS GTX 980 Strix, Case: Corsair 900D, PSU: Corsair AX860i 860W, Keyboard: Logitech G19, Mouse: Corsair M95, Storage: Intel 730 Series 480GB SSD, WD 1.5TB Black

Display: BenQ XL2730Z 2560x1440 144Hz

Link to comment
https://linustechtips.com/topic/604654-raid-question/#findComment-7837070
Share on other sites

Link to post
Share on other sites

5 hours ago, trag1c said:

From what I understand if you have a decent hardware RAID card then you are able to add drives to an array or replace them with larger capacity drives. I know my Adaptec 5805 supports this(though I have never tried it.). As well as RAID level migration.

One must be careful... with a 3 drive setup (As @Smitty07314 says they are starting with), the only real option to go with is a RAID 5 Setup...Ideally the 3 drives would be the exact same drives. If they are not the same capacity, then the useful capacity would drop to the lowest capacity drive.

Situation 1: Expanding this RAID (still RAID 5, but with an extra drive) MAY be possible, but would probably involve deleting all data from the disks as the RAID controller would want to redo the parity situation.

Situation 2: If you wanted to expand the RAID by 1 drive and change it to RAID 6, it would DEFINITELY require deleting all data as the parity calculations are completely different.

 

Your best bet if you plan to change/upgrade your drives and/or the capacities of the drives do not match is to connect all of the drives in a JBOD (Just a Bunch Of Disks) configuration to the Mo-Bo (or in a passthrough configuration on a RAID controller card) and use an OS such as FreeNAS which utilizes ZFS (ZFS will allow for dynamic array changes and such)

ESXi SysAdmin

I have more cores/threads than you...and I use them all

Link to comment
https://linustechtips.com/topic/604654-raid-question/#findComment-7838317
Share on other sites

Link to post
Share on other sites

9 hours ago, Sunshine1868 said:

One must be careful... with a 3 drive setup (As @Smitty07314 says they are starting with), the only real option to go with is a RAID 5 Setup...Ideally the 3 drives would be the exact same drives. If they are not the same capacity, then the useful capacity would drop to the lowest capacity drive.

Situation 1: Expanding this RAID (still RAID 5, but with an extra drive) MAY be possible, but would probably involve deleting all data from the disks as the RAID controller would want to redo the parity situation.

Situation 2: If you wanted to expand the RAID by 1 drive and change it to RAID 6, it would DEFINITELY require deleting all data as the parity calculations are completely different.

 

Your best bet if you plan to change/upgrade your drives and/or the capacities of the drives do not match is to connect all of the drives in a JBOD (Just a Bunch Of Disks) configuration to the Mo-Bo (or in a passthrough configuration on a RAID controller card) and use an OS such as FreeNAS which utilizes ZFS (ZFS will allow for dynamic array changes and such)

I have started to do my research on ZFS and was thinking that it would be a safe place to start. Especially if it allows for me to plug and play different drives. So if I went this route it would be important for me to make sure I either get a mobo with plenty of connectors or rely on a raid card but just to increase the number of possible drives correct. THen through the program installed (FreeNAS with ZFS) I would be good to expand and change drives. Meaning no raid setup

  • CPUi5-4460
  • MotherboardAsus ROG Maximus VII Hero
  • RAMG. Skills Ripjaws 4x4
  • GPUXFX Radeon R9 280 Black
  • CaseNZXT Noctis 450
  • Storage120 GB Kingston SSD; 1TB HDD
  • PSUCorsair HX 850 GOLD
  • Display(s)LG 34UC97
  • CoolingCooler Master V8 GTS
  • KeyboardRazer Blackwidow
  • MouseMad Catz R.A.T. 7
  • Operating SystemWin 10
 
Link to comment
https://linustechtips.com/topic/604654-raid-question/#findComment-7840043
Share on other sites

Link to post
Share on other sites

16 minutes ago, Smitty07314 said:

I have started to do my research on ZFS and was thinking that it would be a safe place to start. Especially if it allows for me to plug and play different drives. So if I went this route it would be important for me to make sure I either get a mobo with plenty of connectors or rely on a raid card but just to increase the number of possible drives correct. THen through the program installed (FreeNAS with ZFS) I would be good to expand and change drives. Meaning no raid setup

ZFS does not allow for "plug 'n play"... It simply allows for changing and expanding if you configure it to do so. You need to give any RAID time to rebuild/alter itself when you reconfigure. Be extra careful "telling" ZFS what you are doing with your disks before you destroy all of your data!

ESXi SysAdmin

I have more cores/threads than you...and I use them all

Link to comment
https://linustechtips.com/topic/604654-raid-question/#findComment-7840097
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×