Skip to content

Commit 0c94c58

Browse files
author
tcpdumpfbacke
committed
DE IT PL PT ES ES-US creation Configuring a software mirror (RAID) on Windows for Cloud - Dedicated Servers
1 parent a342fd1 commit 0c94c58

15 files changed

+2948
-46
lines changed

pages/cloud/dedicated/raid_soft-windows/guide.de-de.md

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The method to use depends on the partition style of your disks. Follow the instr
3737

3838
At the command prompt, open DiskPart:
3939

40-
```cmd
40+
```
4141
C:\Windows\system32> diskpart
4242
```
4343

44-
> [!warning]
44+
> [!alert]
4545
>
4646
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
4747
>
@@ -167,16 +167,16 @@ It is best not to restart the server until the rebuild process is complete.
167167

168168
At the command prompt, open DiskPart:
169169

170-
```cmd
170+
```
171171
C:\Windows\system32> diskpart
172172
```
173173

174-
> [!warning]
174+
> [!alert]
175175
>
176176
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
177177
>
178178
179-
Display all disks and volumes:
179+
#### Listing all disks and volumes
180180

181181
```console
182182
DISKPART> list disk
@@ -366,7 +366,7 @@ Back at the command prompt, copy the boot files from the boot (EFI) partition on
366366

367367
Type the following 3 commands and execute each one with `Enter`:
368368

369-
```cmd
369+
```
370370
robocopy s:\ t:\ * /e /copyall /xf BCD.* /xd "System Volume Information"
371371
bcdedit /export t:\EFI\Microsoft\Boot\BCD
372372
bcdedit /store t:\EFI\Microsoft\Boot\BCD /set {bootmgr} device partition=t:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The method to use depends on the partition style of your disks. Follow the instr
3737

3838
At the command prompt, open DiskPart:
3939

40-
```cmd
40+
```
4141
C:\Windows\system32> diskpart
4242
```
4343

44-
> [!warning]
44+
> [!alert]
4545
>
4646
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
4747
>
@@ -167,16 +167,16 @@ It is best not to restart the server until the rebuild process is complete.
167167

168168
At the command prompt, open DiskPart:
169169

170-
```cmd
170+
```
171171
C:\Windows\system32> diskpart
172172
```
173173

174-
> [!warning]
174+
> [!alert]
175175
>
176176
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
177177
>
178178
179-
Display all disks and volumes:
179+
#### Listing all disks and volumes
180180

181181
```console
182182
DISKPART> list disk
@@ -366,7 +366,7 @@ Back at the command prompt, copy the boot files from the boot (EFI) partition on
366366

367367
Type the following 3 commands and execute each one with `Enter`:
368368

369-
```cmd
369+
```
370370
robocopy s:\ t:\ * /e /copyall /xf BCD.* /xd "System Volume Information"
371371
bcdedit /export t:\EFI\Microsoft\Boot\BCD
372372
bcdedit /store t:\EFI\Microsoft\Boot\BCD /set {bootmgr} device partition=t:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The method to use depends on the partition style of your disks. Follow the instr
3737

3838
At the command prompt, open DiskPart:
3939

40-
```cmd
40+
```
4141
C:\Windows\system32> diskpart
4242
```
4343

44-
> [!warning]
44+
> [!alert]
4545
>
4646
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
4747
>
@@ -167,16 +167,16 @@ It is best not to restart the server until the rebuild process is complete.
167167

168168
At the command prompt, open DiskPart:
169169

170-
```cmd
170+
```
171171
C:\Windows\system32> diskpart
172172
```
173173

174-
> [!warning]
174+
> [!alert]
175175
>
176176
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
177177
>
178178
179-
Display all disks and volumes:
179+
#### Listing all disks and volumes
180180

181181
```console
182182
DISKPART> list disk
@@ -366,7 +366,7 @@ Back at the command prompt, copy the boot files from the boot (EFI) partition on
366366

367367
Type the following 3 commands and execute each one with `Enter`:
368368

369-
```cmd
369+
```
370370
robocopy s:\ t:\ * /e /copyall /xf BCD.* /xd "System Volume Information"
371371
bcdedit /export t:\EFI\Microsoft\Boot\BCD
372372
bcdedit /store t:\EFI\Microsoft\Boot\BCD /set {bootmgr} device partition=t:

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ At the command prompt, open DiskPart:
4141
C:\Windows\system32> diskpart
4242
```
4343

44-
> [!warning]
44+
> [!alert]
4545
>
4646
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
4747
>
@@ -167,16 +167,16 @@ It is best not to restart the server until the rebuild process is complete.
167167

168168
At the command prompt, open DiskPart:
169169

170-
```cmd
170+
```
171171
C:\Windows\system32> diskpart
172172
```
173173

174-
> [!warning]
174+
> [!alert]
175175
>
176176
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
177177
>
178178
179-
Display all disks and volumes:
179+
#### Listing all disks and volumes
180180

181181
```console
182182
DISKPART> list disk
@@ -366,7 +366,7 @@ Back at the command prompt, copy the boot files from the boot (EFI) partition on
366366

367367
Type the following 3 commands and execute each one with `Enter`:
368368

369-
```cmd
369+
```
370370
robocopy s:\ t:\ * /e /copyall /xf BCD.* /xd "System Volume Information"
371371
bcdedit /export t:\EFI\Microsoft\Boot\BCD
372372
bcdedit /store t:\EFI\Microsoft\Boot\BCD /set {bootmgr} device partition=t:

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The method to use depends on the partition style of your disks. Follow the instr
3737

3838
At the command prompt, open DiskPart:
3939

40-
```cmd
40+
```
4141
C:\Windows\system32> diskpart
4242
```
4343

44-
> [!warning]
44+
> [!alert]
4545
>
4646
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
4747
>
@@ -167,16 +167,16 @@ It is best not to restart the server until the rebuild process is complete.
167167

168168
At the command prompt, open DiskPart:
169169

170-
```cmd
170+
```
171171
C:\Windows\system32> diskpart
172172
```
173173

174-
> [!warning]
174+
> [!alert]
175175
>
176176
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
177177
>
178178
179-
Display all disks and volumes:
179+
#### Listing all disks and volumes
180180

181181
```console
182182
DISKPART> list disk
@@ -205,7 +205,6 @@ In this example, `Disk 1` is a replacement drive that has been installed in orde
205205
>
206206
207207

208-
209208
#### Removing the replaced disk from the configuration
210209

211210
```console
@@ -366,7 +365,7 @@ Back at the command prompt, copy the boot files from the boot (EFI) partition on
366365

367366
Type the following 3 commands and execute each one with `Enter`:
368367

369-
```cmd
368+
```
370369
robocopy s:\ t:\ * /e /copyall /xf BCD.* /xd "System Volume Information"
371370
bcdedit /export t:\EFI\Microsoft\Boot\BCD
372371
bcdedit /store t:\EFI\Microsoft\Boot\BCD /set {bootmgr} device partition=t:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The method to use depends on the partition style of your disks. Follow the instr
3737

3838
At the command prompt, open DiskPart:
3939

40-
```cmd
40+
```
4141
C:\Windows\system32> diskpart
4242
```
4343

44-
> [!warning]
44+
> [!alert]
4545
>
4646
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
4747
>
@@ -167,16 +167,16 @@ It is best not to restart the server until the rebuild process is complete.
167167

168168
At the command prompt, open DiskPart:
169169

170-
```cmd
170+
```
171171
C:\Windows\system32> diskpart
172172
```
173173

174-
> [!warning]
174+
> [!alert]
175175
>
176176
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
177177
>
178178
179-
Display all disks and volumes:
179+
#### Listing all disks and volumes
180180

181181
```console
182182
DISKPART> list disk
@@ -366,7 +366,7 @@ Back at the command prompt, copy the boot files from the boot (EFI) partition on
366366

367367
Type the following 3 commands and execute each one with `Enter`:
368368

369-
```cmd
369+
```
370370
robocopy s:\ t:\ * /e /copyall /xf BCD.* /xd "System Volume Information"
371371
bcdedit /export t:\EFI\Microsoft\Boot\BCD
372372
bcdedit /store t:\EFI\Microsoft\Boot\BCD /set {bootmgr} device partition=t:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The method to use depends on the partition style of your disks. Follow the instr
3737

3838
At the command prompt, open DiskPart:
3939

40-
```cmd
40+
```
4141
C:\Windows\system32> diskpart
4242
```
4343

44-
> [!warning]
44+
> [!alert]
4545
>
4646
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
4747
>
@@ -167,16 +167,16 @@ It is best not to restart the server until the rebuild process is complete.
167167

168168
At the command prompt, open DiskPart:
169169

170-
```cmd
170+
```
171171
C:\Windows\system32> diskpart
172172
```
173173

174-
> [!warning]
174+
> [!alert]
175175
>
176176
> DiskPart executes commands without issuing warnings or asking for confirmation. Any changes done in DiskPart are irreversible. Entering commands while the wrong disk or volume is selected may therefore cause immediate data loss and/or prevent your system from booting. We recommend to proceed with caution and double-check each command.
177177
>
178178
179-
Display all disks and volumes:
179+
#### Listing all disks and volumes
180180

181181
```console
182182
DISKPART> list disk
@@ -366,7 +366,7 @@ Back at the command prompt, copy the boot files from the boot (EFI) partition on
366366

367367
Type the following 3 commands and execute each one with `Enter`:
368368

369-
```cmd
369+
```
370370
robocopy s:\ t:\ * /e /copyall /xf BCD.* /xd "System Volume Information"
371371
bcdedit /export t:\EFI\Microsoft\Boot\BCD
372372
bcdedit /store t:\EFI\Microsoft\Boot\BCD /set {bootmgr} device partition=t:

0 commit comments

Comments
 (0)