Posted On August 12, 2021

Should I Choose the Motherboard (Fake) Hardware Raid Or Software RAID?

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Should I Choose the Motherboard (Fake) Hardware Raid Or Software RAID?

Motherboard Hardware Raid:

- Advantages:
- OS Independence
- Easier to setup and use
- Disadvantages:
- Motherboard dependence. It may require an identical model and firmware to transfer RAID hard drives.
- Typically slower to boot

Software RAID:

- Advantages:
- Motherboard independence
- Portable toward systems with a similar operating system
- Disadvantages:
- Will not be able to rebuild RAID volumes that have been created via Hardware
- Dual boot OS'es will not recognize each other's software RAID volumes

Other considerations:
– Newer computers would have fast CPUs that enhances software RAID performance to be on par with hardware RAID.
– Linux users may have access to more advanced RAID config, such as RAID50

My answer: when it is about servers and non-dual boot setups, go for software RAID if an expensive dedicated hardware RAID card is not being an option. Motherboard (fake) RAID has no real advantages on newer computers.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Add or Remove a Path in Windows Environmental Paths

There are 2 functions to Add and Remove, at your convenience: # addEnvironmentalPath.ps1 $pathToAdd='C:\Scripts' $pathToRemove='C:\Scripts'…

How To Reset Administrator Password – HP iLO Versions 2-4

Prelude: this instruction only works on HP iLO versions 2 to 4; hence, the title…

Quick 1-liner: Raise Domain Functional Level from 2003 to 2012 R2

This command is required to enable 2012R2 functional level (group policy replication) adprep /domainprep /gpprep…