Applies to: LumaDock Windows VPS • Windows Server 2019/2022

By default, your Windows VPS comes with a 50GB C:\ partition. If your plan includes more disk space, the extra storage will appear as unallocated space. You can choose to extend the C:\ drive or create a new partition.

Option 1 — Extend C:\ Partition

  1. Log in to your Windows VPS via Remote Desktop (RDP).
  2. Right-click the Start Menu → choose Disk Management.
  3. In the lower panel, locate Disk 0. You will see:
    • C: (50 GB, NTFS, Primary)
    • Unallocated (remaining size)
  4. Right-click C: and select Extend Volume.
  5. The Extend Volume Wizard opens → click Next.
  6. Select the amount of unallocated space to add (default = all available).
  7. Click Next, then Finish. The extra space is merged into C:\.

Option 2 — Create a New Partition

  1. In Disk Management, right-click the Unallocated space.
  2. Choose New Simple Volume.
  3. Follow the wizard:
    • Assign a drive letter (e.g., D:).
    • Format as NTFS, leave default allocation size.
    • Set a volume label (e.g., Data).
  4. Click Finish. A new partition (e.g., D:\) is ready to use.

Troubleshooting — “Extend Volume” is Greyed Out

If the Extend Volume option is unavailable, it usually means:

  • The unallocated space is not directly next to C: (e.g., a small recovery/system partition is in between).

Fixes:

  1. Verify in Disk Management that unallocated space is immediately adjacent to C:.
  2. If it is adjacent, you can try using Diskpart (command line):
diskpart
list volume
select volume C
extend
exit
  1. If the space is not adjacent, you can either:
    • Create a new partition (Option 2).
    • Reinstall the VPS with a custom partition layout (advanced).
Notes:
  • Extending C:\ may require a reboot if files are locked.
  • Both options are supported; choose based on your storage needs.
  • LumaDock VPS are unmanaged — you control disk configuration.
Was this answer helpful? 0 Users Found This Useful (0 Votes)