Jump to content
  • 0

Sequential balancing


Baguette

Question

I work in a small team of developers and we wish to use DrivePool at some stage to distribute files across an array of drives.

 

We wish to distribute all files sequentially across the array of disks:

  1. Copy folder into pool drive which contains:
    • file-001.bin
    • file-002.bin
    • file-003.bin
    • ...
    • etc
  2. If we have an array of 5 drives labelled D:\, E:\, F:\, G:\, H:\, we want the files to be distributed like:
    • file-001.bin -> D:\
    • file-002.bin -> E:\
    • file-003.bin -> F:\
    • file-004.bin -> G:\
    • file-005.bin -> H:\
    • file-006.bin -> D:\
    • file-007.bin -> E:\
    • ...
    • etc

Is this possible? If not, could some sample code for a plugin be provided? The plugin documentation is incredibly minimal and we found that we were doing all the heavy lifting ourselves when it came to balancing and simply relying on DrivePool for drive virtualisation and nothing more, copying and balancing manually in the code.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Well, if the files are all about the same size, then it should do something about like that automatically. 

 

However, for inquiries like this, the best option would be to use the contact form, as the plugin related stuff goes to Alex (the Developer) directly.

 

 

https://stablebit.com/Contact

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...