Rob Elder said:
What you're trying to do isn't possible natively. Might just consider
installing a new drive and mounting that.
An alternative I've thought about was this:
Have a Linux server A, which mounts /home/b/ from Linux server B to A's
/home/ direcory, /home/c/ from Linux server C to A's /home/ direcory,
/home/d/from Linux server D to A's /home/ direcory, etc. using NFS. Since
Linux allows mounting network shares as directories it will be perfect.
Then, I can just mount A's /home/ directory onto Windows Server W's E:\
drive. Now whenever I wanted to split out more folders (due to lack of disk
space) I can just add more Linux servers and reconfigure the shares. The
Windows W machine never needs to know a thing about it.
Only drawback here is that when W needs to access files from C, for example,
the data would need to go from C to A to W. This is an extra trip
obviously.