Level 1
0 / 100 XP

Initialize a disk and configure a volume

Master the essential skills to initialize a disk and configure a volume, ensuring optimal storage management and performance for your IT infrastructure.

Session duration: 60 minutes· Typical launch: ~3 min

Difficulty

Beginner

Lab level

Lab VMs

1

1 Windows

XP Reward

300 XP

On completion

Virtual machines

Lab VMs

Windows

Windows Server 2025

Windows

Username / Password

user / password123

Connection type

In-browser RDP / RDP

CPU / RAM

Lab instructions

Follow the steps below to complete the lab.

In this lab, you will learn how to initialize a new disk and configure a volume in Windows Server 2025. You will create, format, and assign a drive letter to a volume, building essential storage management skills.

  1. Login to the Server with username ladmin and password password123.
  2. Right-click the Start Menu and select Disk Management from the context menu.
  3. When Disk Management opens, a pop-up appears to initialize the disk which appears as: Unknown / Not Initialized.
  4. Select GPT (GUID Partition Table).
  5. Click OK.
  6. Click Check step button.
  1. Right-click the Unallocated space on the disk.
  2. Select New Simple Volume and click Next.
  3. Use the maximum size available and click Next.
  4. Assign a drive letter E: and click Next.
  5. Format the Volume choosing file system NTFS, Allocation unit size Default, Volume label DataVolume, and check Perform a quick format.
  6. Click Next and Finish.

Confirm the volume shows as Healthy NTFS and with an assigned drive letter E:.

  1. Open File Explorer and verify the new drive exists under This PC.
  2. Click Check step button.