Skip to content

Commit 4105e1c

Browse files
author
tcpdumpfbacke
committed
EN-ALL FR creation Configuring a software mirror (RAID) on Windows for Cloud - Dedicated Servers
1 parent f876c1f commit 4105e1c

17 files changed

+2962
-41
lines changed

pages/cloud/dedicated/raid_soft-windows/guide.en-asia.md

Lines changed: 415 additions & 0 deletions
Large diffs are not rendered by default.

pages/cloud/dedicated/raid_soft-windows/guide.en-au.md

Lines changed: 414 additions & 0 deletions
Large diffs are not rendered by default.

pages/cloud/dedicated/raid_soft-windows/guide.en-ca.md

Lines changed: 414 additions & 0 deletions
Large diffs are not rendered by default.

pages/cloud/dedicated/raid_soft-windows/guide.en-gb.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
---
2-
title: Configuring software RAID on Windows
3-
slug: dedicated-servers-raid-soft-windows
4-
excerpt: "Find out how to configure your server’s RAID after a disk replacement"
2+
title: Configuring a software mirror (RAID) on Windows
3+
slug: dedicated-servers-mirror-soft-raid-windows
4+
excerpt: "Find out how to rebuild your server’s drive configuration after a disk replacement"
55
section: RAID and disks
6+
updated: 2023-03-28
67
---
78

8-
**Last updated 14th March 2023**
9+
**Last updated 28th March 2023**
910

1011
## Objective
1112

12-
Redundant Array of Independent Disks (RAID) is a utility that mitigates data loss on a server by replicating data across two or more disks.
13+
On a Windows system, data redundancy is achieved by mirroring the primary disk to a second one. This is similar to a RAID 1 configuration but only involves two disks.
1314

14-
The default RAID level for OVHcloud server installations is RAID 1, which doubles the space taken up by your data, effectively halving the useable disk space.
15-
16-
**This guide explains how to reconfigure the RAID of your Windows system if it needs to be rebuilt due to corruption or disk failure.**
15+
**This guide explains how to reconfigure the disk mirror of your Windows system if it needs to be rebuilt due to corruption or disk failure.**
1716

1817
## Requirements
1918

20-
- A Windows [dedicated server](https://www.ovhcloud.com/en-gb/bare-metal/) with a software RAID configuration
19+
- A Windows [dedicated server](https://www.ovhcloud.com/en-gb/bare-metal/) with a software mirror
2120
- Administrative access to the server via RDP
2221

2322
## Instructions
@@ -26,19 +25,19 @@ Establish a remote desktop (RDP) connection to your server.
2625

2726
Once logged in, right-click on the `Start Menu`{.action} button and open `Run`{.action}.
2827

29-
![Software RAID Windows](images/raid-soft-windows-01.png){.thumbnail}
28+
![Software mirror Windows](images/raid-soft-windows-01.png){.thumbnail}
3029

3130
Enter "cmd" and click on `OK`{.action}.
3231

33-
![Software RAID Windows](images/raid-soft-windows-02.png){.thumbnail}
32+
![Software mirror Windows](images/raid-soft-windows-02.png){.thumbnail}
3433

3534
The method to use depends on the partition style of your disks. Follow the instructions in [this section](#mbr) for **MBR** or skip to the [subsequent section](#gpt) for **GPT**. If you are unsure, run `diskpart` at the command prompt and enter `list disk`. Check the "Gpt" column in the output.
3635

37-
### Rebuilding the RAID (MBR partion scheme) <a name="mbr"></a>
36+
### Rebuilding the mirror (MBR partion scheme) <a name="mbr"></a>
3837

3938
At the command prompt, open DiskPart:
4039

41-
```cmd
40+
```
4241
C:\Windows\system32> diskpart
4342
```
4443

@@ -164,7 +163,7 @@ DISKPART> list volume
164163

165164
It is best not to restart the server until the rebuild process is complete.
166165

167-
### Rebuilding the RAID (GPT partition scheme) <a name="gpt"></a>
166+
### Rebuilding the mirror (GPT partition scheme) <a name="gpt"></a>
168167

169168
At the command prompt, open DiskPart:
170169

@@ -410,13 +409,6 @@ DISKPART> list volume
410409
It is best not to restart the server until the rebuild process is complete.
411410

412411

413-
414412
## Go further
415413

416-
[Hot Swap – Hardware RAID](https://docs.ovh.com/gb/en/dedicated/hotswap-raid-hard/)
417-
418-
[Hot Swap – Software RAID](https://docs.ovh.com/gb/en/dedicated/hotswap-raid-soft/)
419-
420-
[Hardware RAID](https://docs.ovh.com/gb/en/dedicated/raid-hard/)
421-
422414
Join our community of users on <https://community.ovh.com/en/>.

0 commit comments

Comments
 (0)