You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/cloud/dedicated/raid_soft-windows/guide.en-gb.md
+13-21Lines changed: 13 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,22 @@
1
1
---
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"
5
5
section: RAID and disks
6
+
updated: 2023-03-28
6
7
---
7
8
8
-
**Last updated 14th March 2023**
9
+
**Last updated 28th March 2023**
9
10
10
11
## Objective
11
12
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.
13
14
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.**
17
16
18
17
## Requirements
19
18
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
21
20
- Administrative access to the server via RDP
22
21
23
22
## Instructions
@@ -26,19 +25,19 @@ Establish a remote desktop (RDP) connection to your server.
26
25
27
26
Once logged in, right-click on the `Start Menu`{.action} button and open `Run`{.action}.
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.
36
35
37
-
### Rebuilding the RAID (MBR partion scheme) <aname="mbr"></a>
36
+
### Rebuilding the mirror (MBR partion scheme) <aname="mbr"></a>
38
37
39
38
At the command prompt, open DiskPart:
40
39
41
-
```cmd
40
+
```
42
41
C:\Windows\system32> diskpart
43
42
```
44
43
@@ -164,7 +163,7 @@ DISKPART> list volume
164
163
165
164
It is best not to restart the server until the rebuild process is complete.
166
165
167
-
### Rebuilding the RAID (GPT partition scheme) <aname="gpt"></a>
166
+
### Rebuilding the mirror (GPT partition scheme) <aname="gpt"></a>
168
167
169
168
At the command prompt, open DiskPart:
170
169
@@ -410,13 +409,6 @@ DISKPART> list volume
410
409
It is best not to restart the server until the rebuild process is complete.
0 commit comments