Results 1 to 9 of 9

Thread: Merging multiple drives to be seen as one.

  1. #1
    Join Date
    Apr 2012
    Posts
    88

    Thumbs up Merging multiple drives to be seen as one.

    Hey Mezzmo Team!

    It would be great to see a feature where I could merge say 3 physical drives to be seen as 1. For example I have 3 TV drives (C,D,E) and could make Mezzmo present them across the network as one drive (TV). This option would be excellent, in addition possibly including the ability to organize (for example) those 3 drives folders in A-Z order, or other variations of organization while still retaining the one drive view.

    Anyway just some food for thought.

    Great product and works great with my WDTV Hub.

  2. #2
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    We have just added Windows junctions and symlinks support into Mezzmo v2.6.3. This lets you combine drives & folders at the Windows operating system level and Mezzmo will follow these junctions or symlinks just as they were another sub-folder on a drive. See http://forum.conceiva.com/showthread...ight=junctions and http://forum.conceiva.com/showthread...ight=junctions for some other Mezzmo user requests/experiences with junctions. Perhaps do a quick search on the internet about junctions to learn how they work for your version of Windows. Let us know if you need help in setting it up.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  3. #3
    Join Date
    Apr 2012
    Posts
    88

    Default

    Thanks Paul,

    I looked into this but found a couple of issues. When I created a symlink it could only be linked to one drive. For example, I created a folder as suggested, then I created within that folder symlink (drive 1), symlink (drive 2) etc, however when adding them to Mezzmo I end up with a Folder with 3 symlinks within it to 3 separate directories.

    When I tried junction it wouldnt allow me to add files from across the network. Ill explain again what Im trying to achieve.

    I have Q:drive (which is running directly from my computer, then i have Z: and Y: which are both network drives. Within all 3 drives are folders named TV Series Q,Z and Y and within those 3 are other folders to the TV series. I want to be able to merge all three into one directory that only shows the TV series folders (ie Prisoner, MASH etc) in one directory from all 3 of those folders.

    Im not sure this can be done but help from anyone is welcome and appreciated.

    Thanks again for the reply.
    Last edited by Hashybot; 06-22-2012 at 02:29 AM.

  4. #4
    Join Date
    Apr 2012
    Posts
    88

    Default

    I thought for clarity I would elaborate further:

    Currently my structure is like this:

    Q:\TV Series Complete Q\TV series Folder\files
    Y:\TV Series Complete Internal Hub\TV series Folder\files
    Z:\TV Series Complete External Hub\TV series Folder\files

    Y and Z are via the network share (both running from the WDTV Live Hub downstairs, Q is upstairs running directly from the computer usb.

    What I want is all 3 Drives to be listed in Mezzmo as One folder, but only have the TV Series Folders in there like this:

    TV Series Complete\TV series Folders < this represent all 3 drives merged into 1 in alphabetic order. However when I do the process you mention it ends up like this:

    TV Series Complete\TV Series Complete Q\TV series Folder\files
    TV Series Complete\TV Series Complete Internal Hub\TV series Folder\files
    TV Series Complete\TV Series Complete External Hub\TV series Folder\files

    So basically although there is one folder, within that folder there are still the 3 directorys rather than the TV series folders themselves.

    I hope this is a little clearer.

  5. #5
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Using symlinks or junctions on drives or folders, you will still have 3 sub-folders rather than merging all the files into a single folder.

    One suggestion - instead of creating a symlink/junction for each of your drives, create the symlink/junction for the actual sub-folders where the files are. This will mean only one sub-folder to navigate to get to your files.

    For example, this creates a new folder on your C drive and create 3 junctions for your 3 folders where your files are:

    md "C:\TV Series"
    mklink /J "C:\TV Series\Q" "Q:\TV Series Complete Q\TV series Folder\files"
    mklink /J "C:\TV Series\Y" "Y:\TV Series Complete Internal Hub\TV series Folder\files"
    mklink /J "C:\TV Series\Z" "Z:\TV Series Complete External Hub\TV series Folder\files"

    This should let you have a folder structure like:

    C:\TV Series
    Q
    <file1>
    ...
    <file100>
    Y
    <file1>
    ...
    <file100>
    Z
    <file1>
    ...
    <file100>

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  6. #6
    Join Date
    May 2012
    Posts
    22

    Default

    Sorry for poking my nose into this discussion, but this is the first time I have read about Junctions and Symlinks myself and it has me wondering if it is possible to do the following using the mklink command:

    md "C:\TV Series"
    mklink /J "C:\TV Series\" "Q:\TV Series Complete Q\TV series Folder\files"
    mklink /J "C:\TV Series\" "Y:\TV Series Complete Internal Hub\TV series Folder\files"
    mklink /J "C:\TV Series\" "Z:\TV Series Complete External Hub\TV series Folder\files"

    This should let you have a folder structure like:

    C:\TV Series
    <file1>
    ...
    <file100>

    In other words can a single folder like "C:\TV Series" have multiple hard links to several folders both on the original PC and network drives. If you can, then I assume mezzmo will then combine and sort all the files from all the folders alphabetically in its library?

    Hope that makes senses, however I am not sure if multiple links are allowed? In which case my post should be disregarded.

  7. #7
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Sorry you cannot assign the same named Windows symlink or junction to many locations.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  8. #8
    Join Date
    Apr 2012
    Posts
    88

    Default

    Thanks for all the help Paul. Ive given up on it for now, but I was never unhappy with the original setup, I just thought it would be cool to have 3 drives merged. Anyway Mezzmo is best product for streaming regardless of drive merging.

    Thanks again
    Hashy

  9. #9
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Just an update - Mezzmo v3.4 now has a new feature called Merged Folders and this lets you combine folders from different drives (NAS, USB and internal) so that you can browse a single folder structure in Mezzmo and on your devices. See this FAQ for more details - http://forum.conceiva.com/showthread...or-internal%29

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

Similar Threads

  1. Multiple music tags
    By gliot1 in forum Mezzmo Wish List and Feedback
    Replies: 3
    Last Post: 11-21-2012, 10:06 AM
  2. Multiple genre type
    By gliot1 in forum Mezzmo Wish List and Feedback
    Replies: 7
    Last Post: 01-03-2012, 09:47 AM
  3. Multiple Grene Tagging
    By GliMM in forum Mezzmo Wish List and Feedback
    Replies: 1
    Last Post: 03-01-2011, 08:38 AM
  4. Streaming to multiple TVs
    By paulreynolds71 in forum Mezzmo Questions and Support
    Replies: 1
    Last Post: 01-26-2011, 09:20 AM
  5. Can't use 2 usb connected hard drives simultaneously - Windows 7.
    By bigdog in forum Mezzmo Questions and Support
    Replies: 4
    Last Post: 12-07-2010, 09:53 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •