logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Diskpart - Manage Disks, Volumes, and Partitions | Online Free DevTools by Hexmos

Manage disks and volumes efficiently with Diskpart. Create partitions, assign drive letters, and format volumes using this powerful command-line tool. Free online tool, no registration required.

diskpart

Disk, volume and partition manager. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/diskpart.

  • Run diskpart by itself in an administrative command prompt to enter its command-line:

diskpart

  • List all disks:

list disk

  • Select a volume:

select volume {{volume}}

  • Assign a drive letter to the selected volume:

assign letter {{letter}}

  • Create a new partition:

create partition primary

  • Activate the selected volume:

active

  • Exit diskpart:

exit

See Also