View Single Post
  #2  
Old December 30th, 2003, 08:06 AM
tomgra tomgra is offline
Member
 
Join Date: Apr 2003
Posts: 30
drive letters

RonS try this and see if it works.

Open Command Prompt.
Type:
diskpartAt the DISKPART prompt, type one of the following:
assign letter=L

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.


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.

Value Description
list volume Displays a list of basic and dynamic volumes on all disks.
select volume Selects the specified volume, where n is the volume number, and shifts the focus to it. If no volume is specified, the select command lists the current volume with focus. You can specify the volume by number, drive letter, or mount point path. On a basic disk, selecting a volume also gives the corresponding partition focus.
assign letter=L Assigns a drive letter, L, to the volume with focus. If no drive letter is specified, then the next available drive letter is assigned. If the drive letter is already in use, an error is generated.
remove letter=L Removes the drive letter, L, from the volume with focus. If no drive letter or mount point is specified, then DiskPart removes the first drive letter or mount point it encounters.
The remove command can be used to change the drive letter associated with a removable drive. You cannot remove the drive letters on system, boot, or paging volumes. In addition, you cannot remove the drive letter for an OEM partition, any GPT partition with an unrecognized GUID, or any of the special, non-data, GPT partitions such as the EFI system partition.
Reply With Quote