Virtual Hard Drives?

EKKC

Diamond Member
May 31, 2005
5,895
0
0
would it be possible to have a folder also show up as a different drive?

for example,

I'd like to use C:\virtual\ as my D:\ drive, so all contents in C:\virtual would show up under D:

i know there's something where you can mount physical drives as a folder within windows, but this is something that is completely the other way around....

any idea?

thanks
 

EKKC

Diamond Member
May 31, 2005
5,895
0
0
its actually for my laptop, i dont feel like making an extra partition for it, i just need to test an app for my client. i do have an external hdd with me, that is the D drive that would emulate their environment, but i forgot my ext-hdd yesterday and was very unproductive
 

DaveJ

Platinum Member
Oct 9, 1999
2,337
1
81
It's probably easier to use the subst command. From a command line, do "subst x: c:\temp" for example to direct drive X: to the c:\temp directory. To remove the link, do "subst x: /d", minus the quotes of course.

Dave
 
Jun 4, 2005
19,723
1
0
Originally posted by: DaveJ
It's probably easier to use the subst command. From a command line, do "subst x: c:\temp" for example to direct drive X: to the c:\temp directory. To remove the link, do "subst x: /d", minus the quotes of course.

Dave

Just tried that. Works great!
 

Maetryx

Diamond Member
Jan 18, 2001
4,849
1
81
I have two 100GB hard drives mounted as folders of my c: drive (a 250GB drive) in Windows XP.

So the folder c:\100-1\ and c:\100-2\ aren't really folders on my c: drive. They're two other hard drives in my system.
 

PokerGuy

Lifer
Jul 2, 2005
13,650
201
101
Originally posted by: Maetryx
I have two 100GB hard drives mounted as folders of my c: drive (a 250GB drive) in Windows XP.

So the folder c:\100-1\ and c:\100-2\ aren't really folders on my c: drive. They're two other hard drives in my system.
So how do you set that up?

 

newParadigm

Diamond Member
Jul 30, 2003
3,667
1
0
Originally posted by: DaveJ
It's probably easier to use the subst command. From a command line, do "subst x: c:\temp" for example to direct drive X: to the c:\temp directory. To remove the link, do "subst x: /d", minus the quotes of course.

Dave

QFT, more than Net drive to yourself, this is a nice feature of Windoze not too many peeps know about...
 

EKKC

Diamond Member
May 31, 2005
5,895
0
0
this subst command is amazing, i can have many drives mounted to folders in one physical drive. awesome

Pokerguy, for Maetryx's trick, i think he meant he has multiple physical drives mounted as sub-folders within one drive letter, its basically the opposite of what i wanted originally, and you can do that in drive management in windows i think.

 

Phoenix86

Lifer
May 21, 2003
14,644
10
81
Also look at mount points (mounting a folder as a volume). I'm not sure what the advantages are as subst works very well for what your doing.
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
All you gotta do is a symbolic link:

> fsutil hardlink create d:\ c:\virtual

That should work.

Edit: Yeah, subst will work too.
 

DefRef

Diamond Member
Nov 9, 2000
4,041
1
81
Will this work for mutli-format card readers as well? My 7-in-1 shows as 4 frigging letters when all I use at the moment is the CF slot.
 

Phoenix86

Lifer
May 21, 2003
14,644
10
81
I don't thinks so, this process adds drive letters that point to folders. It doesn't consolidate drive letters.