Splitting Multiple Files in Windows
        Posted  
        
            by 
                Justin Boucher
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Justin Boucher
        
        
        
        Published on 2013-10-24T14:57:27Z
        Indexed on 
            2013/10/24
            15:57 UTC
        
        
        Read the original article
        Hit count: 311
        
We have a 21TB LUN full of images that are approx 600K in size in multiple sub folders on the disk. We are trying to split the 21TB LUN into 8 smaller LUNs that are about 2.6TB a piece in order to process the images more effectively.
My question is how we can determine what 2.6TB is on the drive? What is the best tool to mark this data so we can copy it to the new smaller LUNs with robocopy or emcopy without overfilling the smaller LUNs? Is there a third-party tool that would be better suited for this task?
Thank you in advance for your assistance.
© Server Fault or respective owner