1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Extend Partition

Discussion in 'Windows Home Server' started by John, Sep 2, 2007.

  1. John

    John Guest

    Hello all:

    Here's the deal.

    We got a new server with Windows 2003 x64 Standard. It has only 12GB for
    the OS partition w/only 4 left.

    We have 200+GB of unallocated space that I would like to extend this
    partition onto (at least 8 more GBs).

    I know this can be done with diskpart but since this is the system
    partition, needs to be done from the command line (i.e. boot into DOS).

    However, to do so requires a boot disk with the proper RAID drivers (this is
    a Dell PowerEdge with a PERC 5/i).

    We do not have a floppy and I have tried creating a boot CD with the drivers
    slipstreamed, but that failed.

    My next resort was to use the Windows Automated Installation Kit, but I am
    unsure if that is the right course of action.

    Has anyone else gone through this same issue? Any tips, ideas?

    Thanks.
     
  2. John <John@discussions.microsoft.com> wrote:<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Hello all:
    >
    > Here's the deal.
    >
    > We got a new server with Windows 2003 x64 Standard. It has only 12GB
    > for the OS partition w/only 4 left.<!--colorc--><!--/colorc-->

    OT, but the first thing I do when I get a new server is wipe & reinstall the
    OS to my own specs. Trust no one. ;-)
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    >
    > We have 200+GB of unallocated space that I would like to extend this
    > partition onto (at least 8 more GBs).<!--colorc--><!--/colorc-->

    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    >
    > I know this can be done with diskpart but since this is the system
    > partition, needs to be done from the command line (i.e. boot into
    > DOS).<!--colorc--><!--/colorc-->

    [pssst....there's no such thing as DOS in an NT-based OS ;-) ]

    The system partition is a basic disk, right? diskpart won't work for you
    otherwise.<!--coloro:blue--><span style="color:blue <!--/coloro-->
    >
    > However, to do so requires a boot disk with the proper RAID drivers
    > (this is a Dell PowerEdge with a PERC 5/i).
    >
    > We do not have a floppy and I have tried creating a boot CD with the
    > drivers slipstreamed, but that failed.<!--colorc--><!--/colorc-->

    Perhaps you didn't build the slipstream properly. That said, what about a
    USB floppy? I still spec out all my servers with floppies (yeah, even in
    2007)...but if you don't, make sure you have a USB one (and can boot from
    it).
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    >
    > My next resort was to use the Windows Automated Installation Kit, but
    > I am unsure if that is the right course of action.
    >
    > Has anyone else gone through this same issue? Any tips, ideas?
    >
    > Thanks.<!--colorc--><!--/colorc-->

    Have you seen:
    "How to use Diskpart.exe to extend a data volume in Windows Server 2003, in
    Windows XP, and in Windows 2000"


    ....which says:

    -----------------------------------
    * Only the extension of data volumes is supported. System or boot volumes
    may be blocked from being extended, and you may receive the following error:
    Diskpart failed to extend the volume. Please make sure the volume is
    valid for extending

    * You cannot extend the partition if the system page file is located on the
    partition. Move the page file to a partition that you do not wish to extend.

    -----------------------------------

    You might also check out

    (for a hotfix you may need).

    That all being said, I confess to never having used diskpart, and would be
    nervous about doing this on the system volume of a production server....
    have you considered third party tools? I personally like Acronis stuff. Some
    of it ain't cheap, but it's worth it.



    If this is a brand new server, and it isn't in production, just flatten and
    reinstall it, with a 30 or 40GB system partition.
     
  3. seth

    seth Guest

    FYI - dell has a utility that will create a bootable iso and load the perc
    drivers...then will boot from the windows cd itself and no need to do the f6
    thing. i tried it on a server last week and worked beautifully in getting
    to the recovery console to fix an issue

    "Lanwench [MVP - Exchange]"
    <lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in message
    news:OUqYCMk7HHA.5980@TK2MSFTNGP04.phx.gbl...<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > John <John@discussions.microsoft.com> wrote:<!--coloro:green--><span style="color:green <!--/coloro-->
    >> Hello all:
    >>
    >> Here's the deal.
    >>
    >> We got a new server with Windows 2003 x64 Standard. It has only 12GB
    >> for the OS partition w/only 4 left.<!--colorc--><!--/colorc-->
    >
    > OT, but the first thing I do when I get a new server is wipe & reinstall
    > the OS to my own specs. Trust no one. ;-)
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    >>
    >> We have 200+GB of unallocated space that I would like to extend this
    >> partition onto (at least 8 more GBs).<!--colorc--><!--/colorc-->
    >
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    >>
    >> I know this can be done with diskpart but since this is the system
    >> partition, needs to be done from the command line (i.e. boot into
    >> DOS).<!--colorc--><!--/colorc-->
    >
    > [pssst....there's no such thing as DOS in an NT-based OS ;-) ]
    >
    > The system partition is a basic disk, right? diskpart won't work for you
    > otherwise.<!--coloro:green--><span style="color:green <!--/coloro-->
    >>
    >> However, to do so requires a boot disk with the proper RAID drivers
    >> (this is a Dell PowerEdge with a PERC 5/i).
    >>
    >> We do not have a floppy and I have tried creating a boot CD with the
    >> drivers slipstreamed, but that failed.<!--colorc--><!--/colorc-->
    >
    > Perhaps you didn't build the slipstream properly. That said, what about a
    > USB floppy? I still spec out all my servers with floppies (yeah, even in
    > 2007)...but if you don't, make sure you have a USB one (and can boot from
    > it).
    ><!--coloro:green--><span style="color:green <!--/coloro-->
    >>
    >> My next resort was to use the Windows Automated Installation Kit, but
    >> I am unsure if that is the right course of action.
    >>
    >> Has anyone else gone through this same issue? Any tips, ideas?
    >>
    >> Thanks.<!--colorc--><!--/colorc-->
    >
    > Have you seen:
    > "How to use Diskpart.exe to extend a data volume in Windows Server 2003,
    > in Windows XP, and in Windows 2000"
    >
    >
    > ...which says:
    >
    > -----------------------------------
    > * Only the extension of data volumes is supported. System or boot volumes
    > may be blocked from being extended, and you may receive the following
    > error:
    > Diskpart failed to extend the volume. Please make sure the volume
    > is valid for extending
    >
    > * You cannot extend the partition if the system page file is located on
    > the partition. Move the page file to a partition that you do not wish to
    > extend.
    >
    > -----------------------------------
    >
    > You might also check out
    >
    (for a hotfix you may
    > need).
    >
    > That all being said, I confess to never having used diskpart, and would be
    > nervous about doing this on the system volume of a production server....
    > have you considered third party tools? I personally like Acronis stuff.
    > Some of it ain't cheap, but it's worth it.
    >
    >

    >
    > If this is a brand new server, and it isn't in production, just flatten
    > and reinstall it, with a 30 or 40GB system partition.
    >
    > <!--colorc--><!--/colorc-->
     
  4. D-man

    D-man Guest

    John, did you get your issue resolved?
    we also have server 2003 r2 std x64 w/12GB. KB841650 is not for std edition.
    i tried diskpart, but it will not extend the drive, even after i moved
    thepaging file.

    D

    "John" wrote:
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > Hello all:
    >
    > Here's the deal.
    >
    > We got a new server with Windows 2003 x64 Standard. It has only 12GB for
    > the OS partition w/only 4 left.
    >
    > We have 200+GB of unallocated space that I would like to extend this
    > partition onto (at least 8 more GBs).
    >
    > I know this can be done with diskpart but since this is the system
    > partition, needs to be done from the command line (i.e. boot into DOS).
    >
    > However, to do so requires a boot disk with the proper RAID drivers (this is
    > a Dell PowerEdge with a PERC 5/i).
    >
    > We do not have a floppy and I have tried creating a boot CD with the drivers
    > slipstreamed, but that failed.
    >
    > My next resort was to use the Windows Automated Installation Kit, but I am
    > unsure if that is the right course of action.
    >
    > Has anyone else gone through this same issue? Any tips, ideas?
    >
    > Thanks.<!--colorc--><!--/colorc-->
     
  5. D-man

    D-man Guest

    do you have a link for that Dell utility?


    "seth" wrote:
    <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > FYI - dell has a utility that will create a bootable iso and load the perc
    > drivers...then will boot from the windows cd itself and no need to do the f6
    > thing. i tried it on a server last week and worked beautifully in getting
    > to the recovery console to fix an issue
    >
    > "Lanwench [MVP - Exchange]"
    > <lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in message
    > news:OUqYCMk7HHA.5980@TK2MSFTNGP04.phx.gbl...<!--coloro:green--><span style="color:green <!--/coloro-->
    > > John <John@discussions.microsoft.com> wrote:<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    > >> Hello all:
    > >>
    > >> Here's the deal.
    > >>
    > >> We got a new server with Windows 2003 x64 Standard. It has only 12GB
    > >> for the OS partition w/only 4 left.<!--colorc--><!--/colorc-->
    > >
    > > OT, but the first thing I do when I get a new server is wipe & reinstall
    > > the OS to my own specs. Trust no one. ;-)
    > ><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    > >>
    > >> We have 200+GB of unallocated space that I would like to extend this
    > >> partition onto (at least 8 more GBs).<!--colorc--><!--/colorc-->
    > >
    > ><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    > >>
    > >> I know this can be done with diskpart but since this is the system
    > >> partition, needs to be done from the command line (i.e. boot into
    > >> DOS).<!--colorc--><!--/colorc-->
    > >
    > > [pssst....there's no such thing as DOS in an NT-based OS ;-) ]
    > >
    > > The system partition is a basic disk, right? diskpart won't work for you
    > > otherwise.<!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    > >>
    > >> However, to do so requires a boot disk with the proper RAID drivers
    > >> (this is a Dell PowerEdge with a PERC 5/i).
    > >>
    > >> We do not have a floppy and I have tried creating a boot CD with the
    > >> drivers slipstreamed, but that failed.<!--colorc--><!--/colorc-->
    > >
    > > Perhaps you didn't build the slipstream properly. That said, what about a
    > > USB floppy? I still spec out all my servers with floppies (yeah, even in
    > > 2007)...but if you don't, make sure you have a USB one (and can boot from
    > > it).
    > ><!--coloro:darkred--><span style="color:darkred <!--/coloro-->
    > >>
    > >> My next resort was to use the Windows Automated Installation Kit, but
    > >> I am unsure if that is the right course of action.
    > >>
    > >> Has anyone else gone through this same issue? Any tips, ideas?
    > >>
    > >> Thanks.<!--colorc--><!--/colorc-->
    > >
    > > Have you seen:
    > > "How to use Diskpart.exe to extend a data volume in Windows Server 2003,
    > > in Windows XP, and in Windows 2000"
    > >
    > >
    > > ...which says:
    > >
    > > -----------------------------------
    > > * Only the extension of data volumes is supported. System or boot volumes
    > > may be blocked from being extended, and you may receive the following
    > > error:
    > > Diskpart failed to extend the volume. Please make sure the volume
    > > is valid for extending
    > >
    > > * You cannot extend the partition if the system page file is located on
    > > the partition. Move the page file to a partition that you do not wish to
    > > extend.
    > >
    > > -----------------------------------
    > >
    > > You might also check out
    > >
    (for a hotfix you may
    > > need).
    > >
    > > That all being said, I confess to never having used diskpart, and would be
    > > nervous about doing this on the system volume of a production server....
    > > have you considered third party tools? I personally like Acronis stuff.
    > > Some of it ain't cheap, but it's worth it.
    > >
    > >

    > >
    > > If this is a brand new server, and it isn't in production, just flatten
    > > and reinstall it, with a 30 or 40GB system partition.
    > >
    > > <!--colorc--><!--/colorc-->
    >
    > <!--colorc--><!--/colorc-->
     
  6. rgr@vihc.com

    rgr@vihc.com Guest

    I have a production server with an array now containing 70GB. (HP
    Proliant ML370G5, SmartArray 6400) When I set this up I had a mirrored
    drive C: with 35 GB. Some of the programs we installed will only go to
    the C: drive so the space got smaller. We added another drive and
    chaged to RAID 5. Now we have the space, but the dynamic system volume
    will not extend using EaseUS/ Acronis or trying to connect with a VISTA
    machine and extending the drive.
    Anyone ever dealt with this problem?
    I see someone tried moving the page file to another partition, but I do
    not know how to do that and the same person said that did not help.
    Please help if you know how to do this.

    Ron Rossi
    rgr*vihc.com


    +-------------------------------------------------------------------+
    |Filename: Easus.png |
    |Download:
    +-------------------------------------------------------------------+

    --
    rgr@vihc.com
    ------------------------------------------------------------------------
    rgr@vihc.com's Profile:
    View this thread:


     
  7. stitch

    stitch Guest

    D-man;3276690 Wrote: <!--coloro:blue--><span style="color:blue <!--/coloro-->
    > John, did you get your issue resolved?
    > we also have server 2003 r2 std x64 w/12GB. KB841650 is not for std
    > edition.
    > i tried diskpart, but it will not extend the drive, even after i moved
    > thepaging file.
    >
    > D
    >
    > "John" wrote:
    > <!--coloro:green--><span style="color:green <!--/coloro-->
    > > Hello all:
    > >
    > > Here's the deal.
    > >
    > > We got a new server with Windows 2003 x64 Standard. It has only 12GB<!--colorc--><!--/colorc-->
    > for<!--coloro:green--><span style="color:green <!--/coloro-->
    > > the OS partition w/only 4 left.
    > >
    > > We have 200+GB of unallocated space that I would like to extend this
    > > partition onto (at least 8 more GBs).
    > >
    > > I know this can be done with diskpart but since this is the system
    > > partition, needs to be done from the command line (i.e. boot into<!--colorc--><!--/colorc-->
    > DOS).<!--coloro:green--><span style="color:green <!--/coloro-->
    > >
    > > However, to do so requires a boot disk with the proper RAID drivers<!--colorc--><!--/colorc-->
    > (this is<!--coloro:green--><span style="color:green <!--/coloro-->
    > > a Dell PowerEdge with a PERC 5/i).
    > >
    > > We do not have a floppy and I have tried creating a boot CD with the<!--colorc--><!--/colorc-->
    > drivers<!--coloro:green--><span style="color:green <!--/coloro-->
    > > slipstreamed, but that failed.
    > >
    > > My next resort was to use the Windows Automated Installation Kit, but<!--colorc--><!--/colorc-->
    > I am<!--coloro:green--><span style="color:green <!--/coloro-->
    > > unsure if that is the right course of action.
    > >
    > > Has anyone else gone through this same issue? Any tips, ideas?
    > >
    > > Thanks.<!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->

    hi, to extend the drive on server 2003, i used this one easeus
    partition master server edition, and it worked flawlessly, and it also
    can use to resize dynamic volume now indirectly, see here for details:



    --
    stitch
    ------------------------------------------------------------------------
    stitch's Profile:

    View this thread:


     

Share This Page