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.
Asked
Active
Viewed 726 times
0
user2925716
- 161
1 Answers
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