Link to home
Start Free TrialLog in
Avatar of Jsmply
Jsmply

asked on

Is there any reason not to map a network drive with a high drive letter?

Hi All,

A habbit we have frequently seen is that mapped network drives gets given a low driver letter in the alphabet.  Is there any reason NOT to give a mapped network drive a high drive letter?  For instance, the site we work with wants to use E and G as the drive letters would correspond with the name of the data they are going to be used to hold on those drives.  Right now any flash drives or external drives plugged into those machines grabs those letters.  Is there any reason it's a bad idea or bad practice to (after removing all external media) assign a mapped network letter to the higher letters?  

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of GregArnott
GregArnott
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jsmply
Jsmply

ASKER

What issue would occur if its mapped to a letter an external drive tries to grab?  Wouldnt the external just grab the next available letter?

Anyone know what windows assigns first, external drives or network?
So long as it's mapped before you connect an external drive then the external drive just takes the next letter.
However if you try to map the drive when an external drive is already connected the drive won't map.

External drives get assigned before network drives.
Avatar of Jsmply

ASKER

What about upon reboot?

You said as long as mapped network drive is done before the drive is connected the ext takes the next dirve letter.  But what happens if for example you give the mapped drive E with the external connected, but then when booting up the next time you connect the external while booting up?  Which will get what first?

Sorry thats what i mean, if you have mapped a network drive to E: Drive and then you reboot with an external drive attached E: Drive will be given to the external drive and you won't get the network drive.
SOLUTION
Avatar of nobus
nobus
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jsmply

ASKER

Thanks.  Related question, is there anyway to keep external drives from taking a certain letter?  We have an old legacy database program that is rarely run but when it does it's coded to attempt to map a network resource on drive G  (and doesn't seem to be easily changeable and it's run on several workstations, only option to easily change is the server destination it maps TO).  Problem is, the machine gets several external drives plugged in (and flash drives) and sometimes they have G.  Is there anyway to keep an external or flash drive from grabbing a certain letter?  Thx.
You can manually assign different drive letters to a particular USB drive.
To do so go to Disk Management under Computer Management then click the USB drives and choose "change drive letter and paths.."
Your computer will remember to assign that particular USB drive the same letter every time it's connected.

Otherwise you could setup a script to unmap/disconnect G: Drive before the legacy database program is run. But depends how it's launched.
You can create a batch file or VBS using devcon (http://support.microsoft.com/kb/311272) to unmap/disconnect USB devices as described by andoss.

This page illustrates a few examples to get you started:
http://www.osronline.com/ddkx/ddtools/devcon_86er.htm

You may also try having the network resource permanently mapped to drive G if possible. In some instances this will work, but can cause errors/exceptions in the program when it tries to map it.
i posted  how to use FIXED letters...
Avatar of Jsmply

ASKER

Well the fixed drive letters would only work if you know what's being plugged in right?  In the case where new flash drives are introduced regularly how would that work?
Fixed drive letters for USB drives only works for previously identified drives. Each new device will be assigned the next currently available drive letter.
Avatar of Jsmply

ASKER

That's what I thought, hence why I asked if you can ban a drive letter from external drive assignments.
ok - it seems i misunderstood ..
Here's an application that may do what you need:

http://www.uwe-sieber.de/usbdlm_e.html

It's freeware with licensing for commercial use.
adjroth - is that nit what i posted?  plse read the thread before posting..
Apoligies, did not notice the link :)
Avatar of Jsmply

ASKER

I think everyone's answer was correct in a way and were all helpful.  Divided up the points, hope that's okay with everyone.  If I missed anyone please let me know.
Thanks for the points! Glad we could help Jsmply