topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 5:17 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: virtual drive driver  (Read 22054 times)

gotrootdude

  • Participant
  • Joined in 2005
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
IDEA: virtual drive driver
« on: April 29, 2005, 10:40 PM »
I'd love an app that would create a virtual drive that would hold the contents of selected directories on multiple drive volumes.

Would be great for media servers..  I tried creating junction links, but it doesn't work on multiple volumes...


Example, you have a directory on C: , d: , E: , F: , and G: drives with music files, you could create a virtual drive that would somehow contain all files from those directories so you could tell your media server software (xlobby, mediaportal) just to look at the virtual drive for music files..

Is it possible?  It sounds possible..  just no idea where to start coding..  :huh:
« Last Edit: May 01, 2005, 12:15 AM by mouser »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: virtual drive driver
« Reply #1 on: April 30, 2005, 12:00 AM »
there's some programs to do this (ExtraDrivePro)..
this might be outside scope of a few hour project though.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: virtual drive driver
« Reply #2 on: April 30, 2005, 04:14 AM »

nudone

  • Cody's Creator
  • Columnist
  • Joined in 2005
  • ***
  • Posts: 4,119
    • View Profile
    • Donate to Member
Re: IDEA: virtual drive driver
« Reply #3 on: April 30, 2005, 05:46 AM »
not 100% sure but i don't think the current crop of virtual drive mounting programs provide the function you are after - that being you want to include just the files found in folders on different drives to be bundled together under one single virtual drive letter (that's how i understood what you require).

sounds like a useful type app to me - i'd find a use for it but unfortunately i'm not a programmer so can't help.

acdsee (mainly an image browser) allows you to tag files to a particular label thereby allowing you to view images that all bare the same tag type as a grouped display - regardless of what folder the file is in.

extending this feature to work with any type of file or folder sounds like very useful function to me - maybe there is a file browser that already does it?

the ability to group disparate files/folders under one drive would have a similar benefit to the above so i'd be pleased to see either method implemented.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: IDEA: virtual drive driver
« Reply #4 on: April 30, 2005, 06:02 AM »
ah i didn't read closely enough.  that is indeed a nice sounding idea, but surely beyond the scope of a few hours of coding.

i think directory opus has a feature to allow you to make virtual "file collections" that may do what you want.

nudone

  • Cody's Creator
  • Columnist
  • Joined in 2005
  • ***
  • Posts: 4,119
    • View Profile
    • Donate to Member
Re: IDEA: virtual drive driver
« Reply #5 on: April 30, 2005, 06:27 AM »
i had a suspicion that directory opus might do something like that mouser - as it seems to do everything else under the sun.

i think i better head over there again and check it out.

mtp

  • Participant
  • Joined in 2005
  • *
  • Posts: 31
    • View Profile
    • freewarewiki.de
    • Donate to Member
Re: IDEA: virtual drive driver
« Reply #6 on: June 27, 2005, 06:03 AM »
well .. this is something like a workaround which might do what you requested ...
lets say the musicfiles are on g:\music and h:\mp3
1. create a virtual drive using "subst.exe" which comes with windows ..
subst i: g:\music
2. create a link from h:\mp3 to g:\music\mp3.lnk
hold down the right mousebutton and drag the folder "mp3" to g:\music
release the mousebutton
select "create link here"
its not very nice ...  but it worked for me ...
freewarewiki.de .. though it's not a wiki ...

gtoal

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 22
    • View Profile
    • Donate to Member
Re: IDEA: virtual drive driver
« Reply #7 on: May 22, 2009, 11:21 AM »
I'd love an app that would create a virtual drive that would hold the contents of selected directories on multiple drive volumes.

Would be great for media servers..  I tried creating junction links, but it doesn't work on multiple volumes...


Example, you have a directory on C: , d: , E: , F: , and G: drives with music files, you could create a virtual drive that would somehow contain all files from those directories so you could tell your media server software (xlobby, mediaportal) just to look at the virtual drive for music files..

Is it possible?  It sounds possible..  just no idea where to start coding..  :huh:

This exact program was posted today on giveawayoftheday.com (original is payware, at http://www.virtualdisk.net/ )

G

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: IDEA: virtual drive driver
« Reply #8 on: May 22, 2009, 01:30 PM »
I actually bought it on BDJ a while ago- it's very useful!  Sort of like file collections in a few of our more celebrated file managers (xyplorer, directory opus, etc) but visible in outside applications since its a drive letter.