An application has the requirement to access 100 folders / shares within one UNC path, they also need to access a text file from the same UNC path.
Following is the example:
\\vserver1\audio\00
\\vserver1\audio\01
....
\\vserver1\audio\00
\\vserver1\audio\filesystemcheck.txt
The storage requirement is over 70 TB, and we like to split it into multiple volumes due to backup / recovery requirements. But if we split into multiple volumes (let say 10 volumes, and each volume has 10 shares), then the 100 shares will not be under the same UNC path. it will be like \\verserve1\vol1\00... \\vserver1\vol2\10
We did try to map the shares from each volume to root (e.g. \\vserver1\00; \\vserver1\01...), but I don't know how to map to the network volume without the share name. In addition, I don't know how to allow the application to create / read / write a text file on the UNC path \\vserver1.
The only way we can think of is to create 100 volumes which is quite a bit to manage.
Any suggestion other than creating 101 volumes??
Thanks.. Teresa