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