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.
- Login to the Server with username
ladminand passwordpassword123. - Right-click the Start Menu and select Disk Management from the context menu.
- When Disk Management opens, a pop-up appears to initialize the disk which appears as:
Unknown / Not Initialized. - Select GPT (GUID Partition Table).
- Click OK.
- Click Check step button.
- Right-click the Unallocated space on the disk.
- Select New Simple Volume and click Next.
- Use the maximum size available and click Next.
- Assign a drive letter
E:and click Next. - Format the Volume choosing file system NTFS, Allocation unit size Default, Volume label DataVolume, and check Perform a quick format.
- Click Next and Finish.
Confirm the volume shows as Healthy NTFS and with an assigned drive letter E:.
- Open File Explorer and verify the new drive exists under This PC.
- Click Check step button.