The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Partition Merge/Extend

    Discussion in 'Acer' started by iceman80403, Mar 21, 2006.

  1. iceman80403

    iceman80403 Notebook Enthusiast

    Reputations:
    0
    Messages:
    37
    Likes Received:
    0
    Trophy Points:
    15
    I just got my 5670 today and I would like to merge the the two 44gb partitions. I've followed the instructions on http://forum.notebookreview.com/showthread.php?t=36956&page=2highlight=partition and managed to delete the partition for the d: drive, but it will not recognize the "extend" command. I get the message: "DiskPart failed to extend the volume/partition. Please make sure the volume/partition is valid for extending." So how would I go about making this valid? Ultimately, how do I make one large, nice 88gb partition? One person stated in a post that diskpart can only delete, not extend. I hope this is incorrect and it would not make sense if this is true because diskpart lists "extend" as a valid command. Thanks for your time!
     
  2. sublime

    sublime Notebook Evangelist

    Reputations:
    3
    Messages:
    351
    Likes Received:
    0
    Trophy Points:
    30
    Try partition magic?? That works wonders
     
  3. MikeRo

    MikeRo Notebook Enthusiast

    Reputations:
    0
    Messages:
    19
    Likes Received:
    0
    Trophy Points:
    5
    You could try Partition Logic (it's free and GNU):

    http://partitionlogic.org.uk/index.html

    This can extend your NTFS C: partition. Note that you must have CONVERTed it to NTFS first. Note also that it will only extend into free space. Which means you would need to delete your D: partition first.

    Before you do whatever you do, make sure you have backed up or are otherwise prepared to deal with the loss of all current data on the system. It's not likely, but you never know...
     
  4. iBorg

    iBorg Notebook Enthusiast

    Reputations:
    0
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    5
    This is probably simple, but how do you delete the D: partition? I'd like to try this freeware rather than pay Symantec for a program I'll likely only use once!
     
  5. iceman80403

    iceman80403 Notebook Enthusiast

    Reputations:
    0
    Messages:
    37
    Likes Received:
    0
    Trophy Points:
    15
    To delete the D: partition
    go to start>run
    type: cmd -enter- command prompt will open
    type: diskpart -enter-
    type: list disk -enter- select the disk the partition is on that you want to delete. Most likely it will be disk 0
    type: select disk x -enter- -x is the number of the disk you want
    type: list partitions -enter- find the partition you want to delete
    type: select partition x -enter- where x is the number of the partition you want to delete
    type: delete -enter- then exit command prompt

    If all goes well and you deleted the correct partition you should have unallocated space equal to the old partition. If you delete the wrong partition, I hope you have a recovery disk!