Disk Partition
Updated: September 28, 2024
How to format a disk or USB drive with windows cli.
Some commands will only work in cmd &! powershell || cmder
diskpart
listdisk
select disk 7
clean
create partition primary
format fs=ntfs label=chonker quick
assign letter=j
exit
exit