Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   General IT Discussion (https://www.cableforum.uk/board/forumdisplay.php?f=19)
-   -   How to merge 2 partitions (https://www.cableforum.uk/board/showthread.php?t=33673178)

zaax 18-12-2010 21:13

How to merge 2 partitions
 
I'm posting this information in case some people might it useful. Here is a solution for people who want to merge 2 partitions, but are unable or unwilling to use PartitionMagic:

1. Make sure you backup partition #2 that you want absorbed into partition #1. The data in #2 will have to be erased.

2. Go to the command line (Start > Programs > Accessories > Command line) and type DISKPART

3. At the prompt line (DISKPART>), type:
- LIST DISK
- SELECT DISK [enter disk number]
- LIST PARTITION
- SELECT PARTITION 2 (or number of partition to be absorbed)
- DELETE PARTITION (this will format the partition to be absorbed, so make sure you have a copy of your files elsewhere)

4. Now, to extend partition #1:
- LIST VOLUME
- SELECT VOLUME [enter number of the volume assigned to the drive you are merging]
- EXTEND (this will resize partition #1 to take up all the unallocated space in the hard drive)

Graham M 18-12-2010 22:04

Re: How to merge 2 partitions
 
Not quite merging - but rather backing up elsewhere which may not always be possible and extending - this can all be done using the disk management GUI tool ad well rather than going command line AFAIK


All times are GMT +1. The time now is 23:55.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum