Resources for IT Professionals > 포럼 홈 > File Services and Storage > Consolidate free space across different logical drives
질문하기질문하기
 

답변됨Consolidate free space across different logical drives

  • 2009년 6월 26일 금요일 오후 8:50mankool 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Hi,
    I have a Windows 2003 server which has an EMC Storage connected to it via fibre. The storage has been partitioned into multiple logical drives and each drive is about 1TB in size. Now the situation is such that I have around 100GB of free space on each logical drive and I would like to consolidate all the free space as a single shared location on my server. To elaborate, lets see I have four logical drives called C: D: E: & F: and all of these drives has about 100GB free. How can I make use of all this free space as a single shared location on my server, for example \\myServer\newShare .... Is something of this sort even possible? I just need pointers and I should be able to dig details once i get a lead ...

    thanks
    mankool

답변

  • 2009년 6월 30일 화요일 오전 9:59David Shen - MSFTMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    Hi mankool,

     

    Based on the research, we cannot consolidate free space on existing logical drives C: D: E: & F: as one single shared location on a server.

     

    This is because of the reason that: when we have formatted and mounted the logical drives onto the system, all the space in the logical drive is reserved by the OS, and it will be used for data storage. We cannot reallocate the free space on the existing volume to consolidate them into one shared drive.

     

    Thanks.


    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 2009년 7월 1일 수요일 오전 12:44Elbrus 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Unfortunately, the only thing you can do is resize the volume to reclaim this space.

    Now, if there was some concern that you would have to give this space back to one of the volumes at a future point, well, there is the option of using a mount point.  This takes an empty volumes and, rather than mount it as a drive letter, mount it as a folder on an existing drive.

    Example:

    The X: drive on Disk 1 is 1,000 MB's and 900 MB's are used.  Disk 2 is empty and 1,000 M's.  Rather than format Disk 2 as a new drive letter, you format and graft it on to Disk 1 as X:\New Folder\.

    TechNet information on Mount Points:

    http://technet.microsoft.com/en-us/library/cc938934.aspx

    I know this doesn't help yur scenario (havign to resize) but it gives you options down the line if you do resize.

모든 응답

  • 2009년 6월 30일 화요일 오전 9:59David Shen - MSFTMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    Hi mankool,

     

    Based on the research, we cannot consolidate free space on existing logical drives C: D: E: & F: as one single shared location on a server.

     

    This is because of the reason that: when we have formatted and mounted the logical drives onto the system, all the space in the logical drive is reserved by the OS, and it will be used for data storage. We cannot reallocate the free space on the existing volume to consolidate them into one shared drive.

     

    Thanks.


    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 2009년 7월 1일 수요일 오전 12:44Elbrus 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Unfortunately, the only thing you can do is resize the volume to reclaim this space.

    Now, if there was some concern that you would have to give this space back to one of the volumes at a future point, well, there is the option of using a mount point.  This takes an empty volumes and, rather than mount it as a drive letter, mount it as a folder on an existing drive.

    Example:

    The X: drive on Disk 1 is 1,000 MB's and 900 MB's are used.  Disk 2 is empty and 1,000 M's.  Rather than format Disk 2 as a new drive letter, you format and graft it on to Disk 1 as X:\New Folder\.

    TechNet information on Mount Points:

    http://technet.microsoft.com/en-us/library/cc938934.aspx

    I know this doesn't help yur scenario (havign to resize) but it gives you options down the line if you do resize.
  • 2009년 7월 1일 수요일 오전 12:53Brian Borg 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Besides, you really don't want to let your volumes stay below 10% free space.

    This adds a lot to the file system overhead.