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 Fix Duplicate Computer Account Names Issue in Active Directory

Automatic cleanup: # disableDuplicateComputers.ps1 # Version 0.0.1 $defaultPasswordPeriod=30 $disabledComputersReport='c:\disabledComputersReport.csv' function disableDuplicateComputers{ param( $lastLogonDaysExceeding=30, $disabledComputersReport='c:\disabledComputersReport.csv' )…

How to Install WSUS Windows 2012 Server

1. Install WSUS service on a Windows Server Server Manager >> Add Roles >> Windows…

Use DISM To Install Windows Features

Deployment Image Servicing and Management (DISM.exe) is a command-line tool that can be used to…