0

How do I rename in Windows 8 disk label from D: to A:, say ? I do know how to rename the label from KINGSTON to USB say, though.

1 Answers1

1

Drive letters are a very different thing from filesystem labels.

Graphical interface: Run diskmgmt.msc, right-click the volume and select "Change drive letters and paths".

Command line: Run diskpart, select the disk and partition, then use the assign command.

grawity
  • 501,077