re: Changing Drive Letter in XP
Thursday, February 22, 2007 at 1:33 am Windows XP Annoyances Discussion Forum
Posted by Chris2var
(2 messages posted)
Hi ,
I've just played about some more and noticed that there was an error in the last
entry I wrote
after diskpart you type "list volume" - without the quotes and not "list volumes"
ALSO you do not need to "remove letter=H" you can just "assign letter=Z" as in the
example previous.
Therefore my previous example would be :-
select volume 1
assign letter=Z
select volume 2
assign letter=Y
exit
Yours...
Chris2var
On Wednesday, February 21, 2007 at 12:27 pm, Chris2var wrote:
>I have created a script file and batch file to "get around" the drive letter changing,
>BUT be warned that you must always have the same things connected or disconnected
>after startup else it will not fuction correctly.
>get the command prompt up and type as below (there is a return or enter to create
>a new line):-
>diskpart
>list volumes
>
>Then make a note of all the volume NUMBERS and the assigned drive letters. Do this
>after startup and before you mess with anything!
>Once you have these details crate a file in notepad called "driveassign"
>(make sure you save as "all files" so there is no file extension in c:\
>In this type (as an example and what I've got in mine) as below:-
>select volume 1
>remove letter=H
>assign letter=Z
>select volume 2
>remove letter=I
>assign letter=Y
>exit
>
>Then create another file in notepad called "diskassign.bat again when saving save
>to the c:\ and as "all files"
>so that the file is called diskassign.bat
>In this file type:-
>diskpart /s c:\driveassign
>save the file as above.
>Then make a shortcut of this file and place it on the desktop.
>So forevermore all you have to do once system has booted and startup has finnished
>is doubleclick the shortcut.
>
|
All messages in this thread [show all]
 |  |  |  |  |  |  |  |  |  | re: Changing Drive Letter in XP (Chris2var: Thu, Feb 22, 2007, 1:33 am) |
| |
| |
Return to the Windows XP Discussion Forum
|
|