Reassign Drive Letters?

  • Thread starter Thread starter Larry Button
  • Start date Start date
L

Larry Button

I run XP Home and have reassigned drive letters in the
past but have forgotten how. Can anyone refresh my mind
on step by step how to do this? Thanks, Larry Button
 
In
Larry Button said:
I run XP Home and have reassigned drive letters in the
past but have forgotten how. Can anyone refresh my mind
on step by step how to do this? Thanks, Larry Button


Control Panel | Administrative Tools | Computer Management. Click
Disk Management, then right-click the drive.
 
Hi,
You can do this either using the Windows interface :-
Open Control Panel > Administrative Tools > Computer Management > Click
Disk Management > Right-click a partition, logical drive, or volume, and
then click Change Drive Letter and Paths.
or, you can do it by using a Command line:-
Open Command Prompt.
Type:
diskpart

At the DISKPART prompt, type:
list volume

Make note of the number of the simple volume whose drive letter you want
to assign, change, or remove.

At the DISKPART prompt, type:
select volume n

Select the volume, where n is the volume's number, whose drive letter
you want to assign, change, or remove.

At the DISKPART prompt, type one of the following:
assign letter=L
Where L is the drive letter you want to assign or change.

remove letter=L
Where L is the drive letter you want to remove.

regards,
ssg MS-MVP
pronetworks.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top