I'm running out of drive letters to map my network drives. Does anyone know of a registry edit or any other way to increase the number of drive letters from the windows defaults (windows default is A-Z)?

link|improve this question

75% accept rate
Technically, drives are not limited to A-Z; one can have [: or @:, it's just that most programs will not accept them. – grawity Jan 27 at 13:52
feedback

2 Answers

up vote 4 down vote accepted

There is no way to increase the number of drive letters. But you can still use more than 26 partitions by mounting them as NTFS mount point folder. If you do that the drive will behave like a folder inside another drive.

To assign a mount-point folder path to a drive by using the Windows interface In Disk Manager, right-click the partition or volume where you want to assign the mount-point folder path, and then click Change Drive Letter and Paths.

Do one of the following:

To assign a mount-point folder path, click Add. Click Mount in the following empty NTFS folder, type the path to an empty folder on an NTFS volume, or click Browse to locate it.

To remove the mount-point folder path, click it and then click Remove.

Source.

Update: This question explains it better. Possible duplicate.

link|improve this answer
2  
You beat me to it! If you are looking for some more inspiration, check this one out: techrepublic.com/blog/datacenter/… – user 99572 is fine Jan 27 at 12:28
feedback

Mountvol allows you to use „alternative” drive letters. Unfortunately, most programs (including Explorer) will not see them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.