Virtual Hard Drive - How ?

Soldato
Joined
7 Feb 2004
Posts
8,209
Location
North East
I have multiple drives with TV on and again with movies. Someone told me what to google, but I've forgotten what it was :(

Basically it lets you set multiple drives / folders to a single drive path (virtual).

Any ideas ?
 
You can either have a load of shortcuts on the "top level" drive pointing to the various paths on the other disks or you can mount those disks directly onto paths on the top drive rather than independent drive letters.
 
Right click on My Computer click Manage goto Disk management and right click on the drive you would like to change select Change Drive Letters and Paths and you can do it all in there :)
 
Hmm looking at those, neither will do what im after (i dont think).

I have D:\TV E:\TV and F:\TV
I want a virtual drive G:\ which when clicked on displays all the contents of the above folders.

Hopefully that makes sense and clears it up ?
 
Hmm looking at those, neither will do what im after (i dont think).

I have D:\TV E:\TV and F:\TV
I want a virtual drive G:\ which when clicked on displays all the contents of the above folders.

Hopefully that makes sense and clears it up ?

Can you map 3 seperate drives into one drive?

Share each drive and then you should have the option of mapping them.
 
Code:
SUBST [drive1: [drive2:]path]
SUBST drive1: /D

  drive1:        Specifies a virtual drive to which you want to assign a path.
  [drive2:]path  Specifies a physical drive and path you want to assign to
                 a virtual drive.
  /D             Deletes a substituted (virtual) drive.

Type SUBST with no parameters to display a list of current virtual drives.

Its old but it works only thing is it will not do multiple folders/drives to one drive but it will create a virtual disk drive.
 
Hmm looking at those, neither will do what im after (i dont think).

I have D:\TV E:\TV and F:\TV
I want a virtual drive G:\ which when clicked on displays all the contents of the above folders.

Hopefully that makes sense and clears it up ?

The only easy way I can think of to do this is to get rid of the drive letters for each drive and then mount that volume under a subfolder so you'd have a top level folder with D-TV, E-TV, F-TV the contents of which would be the contents of each individual volume.
 
Back
Top Bottom