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: articles/marketplace/azure-vm-certification-faq.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -360,11 +360,11 @@ sections:
360
360
361
361
1. Create an unmanaged disk for your VM. Either use the default values or specify any value for fields like **OS disk size**, **OS disk type**, and **Encryption type**.
362
362
363
-

363
+

364
364
365
365
1. After you create the VM, select **Disks** in the left pane.
366
366
367
-

367
+

368
368
369
369
1. Attach your VHD as data disk to your VM for creating a partition table.
370
370
@@ -378,23 +378,23 @@ sections:
378
378
1. Select **Container** and then select your VHD.
379
379
1. Select **OK**.
380
380
381
-

381
+

382
382
383
-
Your VHD will be added as data disk LUN 0.
383
+
Your VHD will be added as data disk LUN 0.
384
384
385
385
1. Restart the VM.
386
386
387
387
1. After you restart the VM, log in to the VM using Putty or another client and run the `sudo -i` command to gain root access.
388
388
389
-

389
+

390
390
391
391
1. Create a partition on your VHD.
392
392
393
393
1. Enter `fdisk /dev/sdb` command.
394
394
1. To view the existing partition list from your VHD, enter `p`.
395
395
1. Enter `d` to delete all existing partitions available in your VHD. You can skip this step, if it's not required.
396
396
397
-

397
+

398
398
399
399
1. Enter `n` to create new partition and select `p` for (primary partition).
400
400
@@ -407,11 +407,11 @@ sections:
407
407
408
408
1. Type `w` to confirm the creation of partition.
409
409
410
-

410
+

411
411
412
412
1. You can verify the partition table by running the command `n fdisk /dev/sdb` and typing `p`. You'll see that partition is created with 2048 offset value.
413
413
414
-

414
+

0 commit comments