Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > No D Drive

Reply
Thread Tools

No D Drive

 
 
cc
Guest
Posts: n/a
 
      01-20-2004
Hi,
I use XP Pro. I have 2 drives a DVD burner at Y and a DVD rom at drive
z.
When I go to My Computer and to Disk Management I see there is a D
drive. I don't have a D drive. My hard drives are C and L.
How do I get rid of this?

Thanks
Charlie


 
Reply With Quote
 
 
 
 
Patch
Guest
Posts: n/a
 
      01-20-2004

"cc" <> wrote in message
news:CP8Pb.16350$ link.net...
> Hi,
> I use XP Pro. I have 2 drives a DVD burner at Y and a DVD rom at drive
> z.
> When I go to My Computer and to Disk Management I see there is a D
> drive. I don't have a D drive. My hard drives are C and L.
> How do I get rid of this?
>
> Thanks
> Charlie
>
>

If you click on the D drive, is there anything there?


 
Reply With Quote
 
 
 
 
Jerry G.
Guest
Posts: n/a
 
      01-20-2004
The drives have to be properly assigned.

Below is from XP Help. The search was "Assigning Drives", without the
quotes.


___________________________________________



To assign, change, or remove a drive letter

Using the Windows interface

1.. Open Computer Management (Local). ( Administrator Tools )
2.. In the console tree, click Disk Management.
Where?

a.. Computer Management (Local)
b.. Storage
c.. Disk Management
3.. Right-click a partition, logical drive, or volume, and then click
Change Drive Letter and Paths.
4.. Do one of the following:
a.. To assign a drive letter, click Add, click the drive letter you want
to use, and then click OK.
b.. To modify a drive letter, click it, click Change, click the drive
letter you want to use, and then click OK.
c.. To remove a drive letter, click it, and then click Remove.
Important

a.. Be careful when making drive-letter assignments because many MS-DOS
and Windows programs make references to a specific drive letter. For
example, the path environment variable shows specific drive letters in
conjunction with program names.
Notes

a.. To open Computer Management, click Start, point to Settings, and then
click Control Panel. Double-click Administrative Tools, and then
double-click Computer Management.
b.. You must be logged on as an administrator or a member of the
Administrators group in order to complete this procedure. If your computer
is connected to a network, network policy settings may also prevent you from
completing this procedure.
c.. A computer can use up to 26 drive letters. Drive letters A and B are
reserved for floppy disk drives, but you can assign these letters to
removable drives if the computer does not have a floppy disk drive. Hard
disk drives in the computer receive letters C through Z, while mapped
network drives are assigned drive letters in reverse order (Z through B).
d.. You cannot change the drive letter of the system volume or boot
volume.
e.. An error message may appear when you attempt to assign a letter to a
volume, CD-ROM drive, or other removable media device, possibly because it
is in use by a program in the system. If this happens, close the program
accessing the volume or drive, and then click the Change Drive Letter and
Paths command again.
f.. Windows 2000 and Windows XP allow the static assignment of drive
letters on volumes, partitions, and CD-ROM drives. This means that you
permanently assign a drive letter to a specific partition, volume, or CD-ROM
drive. When you add a new hard disk to an existing computer system, it will
not affect statically assigned drive letters.
g.. You can also mount a local drive at an empty folder on an NTFS volume
using a drive path instead of a drive letter. For more information, click
Related Topics.
Using a command line

1.. Open Command Prompt.
2.. Type:
diskpart

3.. 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.

4.. 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.

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

b.. 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.


Notes

a.. To open command prompt, click Start, point to Programs, point to
Accessories, and then click Command Prompt.
b.. You must be logged on as an administrator or a member of the
Administrators group in order to complete this procedure. If your computer
is connected to a network, network policy settings may also prevent you from
completing this procedure.
c.. A computer can use up to 26 drive letters. Drive letters A and B are
reserved for floppy disk drives, but you can assign these letters to
removable drives if the computer does not have a floppy disk drive. Hard
disk drives in the computer receive letters C through Z, while mapped
network drives are assigned drive letters in reverse order (Z through B).
d.. You cannot change the drive letter of the system volume or boot
volume.
e.. An error message may appear when you attempt to assign a letter to a
volume, CD-ROM drive, or other removable media device, possibly because it
is in use by a program in the system. If this happens, close the program
accessing the volume or drive, and then click the Change Drive Letter and
Paths command again.
f.. Windows 2000 and Windows XP allow the static assignment of drive
letters on volumes, partitions, and CD-ROM drives. This means that you
permanently assign a drive letter to a specific partition, volume, or CD-ROM
drive. When you add a new hard disk to an existing computer system, it will
not affect statically assigned drive letters.
g.. You can also mount a local drive at an empty folder on an NTFS volume
using a drive path instead of a drive letter. For more information, click
Related Topics.
h.. For more information about DiskPart, click Related Topics.
Related Topics



--

Greetings,

Jerry Greenberg GLG Technologies GLG
=========================================
WebPage http://www.zoom-one.com
Electronics http://www.zoom-one.com/electron.htm
=========================================


"cc" <> wrote in message
news:CP8Pb.16350$ link.net...
Hi,
I use XP Pro. I have 2 drives a DVD burner at Y and a DVD rom at drive
z.
When I go to My Computer and to Disk Management I see there is a D
drive. I don't have a D drive. My hard drives are C and L.
How do I get rid of this?

Thanks
Charlie













 
Reply With Quote
 
Boomer
Guest
Posts: n/a
 
      01-20-2004
"Jerry G." <> wrote in
news:buk59f$con$:

> The drives have to be properly assigned.
>
> Below is from XP Help. The search was "Assigning Drives", without
> the quotes.

[snip]


Please don't post binaries to a non-binary group.


>begin 666 minusCold.gif
>`
>end


>begin 666 shortcutCold.gif
>`
>end


>begin 666 important.gif
>`
>end


>begin 666 note.gif
>`
>end


>begin 666 plusCold.gif
>`
>end

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server.Mappath returns path on local drive instead of server drive? (ASP.NET) Jon ASP .Net 5 01-17-2010 04:27 PM
making a new drive the boot drive in a 2 hard drive system hi2u Computer Support 3 07-30-2007 08:45 PM
how to check whether a drive is a network drive or drive from attached hard-disk shailesh Python 1 03-28-2007 12:57 PM
Slave Drive converted to a Master Drive Dennis Richards Microsoft Certification 1 07-29-2004 04:24 PM
Moving Mozilla files from old hard drive to new hard drive Nate Firefox 1 02-21-2004 09:09 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57