Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- dedibox-servers
---

A hardware RAID is a type of [RAID](/hardware/concepts/#raid) implementation where construction and management of the RAID is performed on dedicated hardware, independently of the operating system.
A hardware RAID is a type of [RAID](/dedibox-hardware/concepts/#raid) implementation where construction and management of the RAID is performed on dedicated hardware, independently of the operating system.

The logical disks of the RAID array are managed by a physical controller, sitting on the PCI bus, which presents only the logical volumes to the operating system. The RAID controller manages the RAID using its own CPU and RAM, without delegating tasks to the main CPU of the machine.

Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox-hardware/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ meta:
icon="information-circle-outline"
description="Core concepts about the hardware of our dedicated servers."
label="View Concepts"
url="/hardware/concepts/"
url="/dedibox-hardware/concepts/"
/>
<SummaryCard
title="How-tos"
icon="help-circle-outline"
description="Check our guides about configuring the hardware of your dedicated server."
label="View How-tos"
url="/hardware/how-to/"
url="/dedibox-hardware/how-to/"
/>
</Grid>
Loading