PDA

View Full Version : Drive multiple drive letters


Quantum
April 24th 03, 07:29 PM
Win2kpro
How can I configure a drive using multiple drive letters?
For example, I have a drive [F:] and I would like to point to it as [Z:]
as well.
Also, does disk managment help to this end?
Thanks for your help.

Torgeir Bakken (MVP)
April 24th 03, 08:37 PM
Quantum wrote:

> Win2kpro
> How can I configure a drive using multiple drive letters?
> For example, I have a drive [F:] and I would like to point to it as [Z:]
> as well.

From a command prompt (cmd.exe), or from Start/Run:

subst z: f:\


> Also, does disk managment help to this end?

No.



--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter

Torgeir Bakken (MVP)
April 24th 03, 08:37 PM
Quantum wrote:

> Win2kpro
> How can I configure a drive using multiple drive letters?
> For example, I have a drive [F:] and I would like to point to it as [Z:]
> as well.

From a command prompt (cmd.exe), or from Start/Run:

subst z: f:\


> Also, does disk managment help to this end?

No.



--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter

Google