Recursos para Profesionales de TI > Página principal de foros > File Services and Storage > Consolidate free space across different logical drives
Formular una preguntaFormular una pregunta
 

RespondidaConsolidate free space across different logical drives

  • viernes, 26 de junio de 2009 20:50mankool Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     

    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

Respuestas

  • martes, 30 de junio de 2009 9:59David Shen - MSFTMSFT, ModeradorMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida

    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.
  • miércoles, 01 de julio de 2009 0:44Elbrus Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    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.

Todas las respuestas

  • martes, 30 de junio de 2009 9:59David Shen - MSFTMSFT, ModeradorMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida

    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.
  • miércoles, 01 de julio de 2009 0:44Elbrus Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    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.
  • miércoles, 01 de julio de 2009 0:53Brian Borg Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     
    Besides, you really don't want to let your volumes stay below 10% free space.

    This adds a lot to the file system overhead.