How To Re-Partition A Hard Drive in Windows 1110 Without Erasing Data
How To Re-Partition A Hard Drive in Windows 1110 Without Erasing Data
erasing data
thewindowsclub.com/re-partition-a-hard-drive-in-windows-10-without-erasing-data
On purchasing a brand new computer, the hard drive usually has a single partition. However,
you may need multiple partitions to organize your data and even protect it from data loss.
You can view partitioning your hard drive as creating sections within it, with each partition
being independent of others. A fear when partitioning your hard drive, or performing any
such intrusive operation on your hard disk, is that you may accidentally erase data stored on
it.
In this guide, I’ll break down the process of partitioning your hard drive in a way that you
don’t erase your data. The first section shows you how to do this using the Disk Management
tool with an easy-to-use GUI, and then we’ll move on to how to partition your hard drive
using the recommended DISKPART tool.
1/8
Open Windows Explorer and click on My PC. Right-click on the drive that you wish to
partition and select Property.
Navigate to the General tab. Here, you will find the file system format of the selected
volume. Confirm that the file system of the volume is NTFS.
If the file system is NTFS, then you can proceed with the instructions that will follow.
However, if the file system is FAT32, the operation will not work unless you convert it to
NTFS. Here’s how to convert the FAT32 file system to NTFS.
2/8
convert d: /fs:ntfs
NOTE: In the code above, replace d: with the letter of the drive you wish to convert to NTFS.
Open Windows Explorer and right-click on This PC (this is called My computer on earlier
Windows editions).
From the context menu, click on Manage. This opens the Computer Management window.
Find and select Disk Management under Storage in the left-hand pane.
3/8
Find the partition that you wish to move—Right-click on it and select Shrink Volume.
4/8
By default, you’ll see the maximum available size in the box labeled Enter the amount of
space to shrink in MB. But you can enter any size you want in this field.
Hit the Shrink button when you’re done, and the system will release the space immediately.
With this done, you can now create additional partitions from the empty space labeled
Unallocated.
Right-click on the Unallocated space and select New Simple Volume…. Hit the Next button
on the New Simple Volume Wizard window.
Specify the space you wish to allocate to the new partition (the maximum available size is
entered by default) and hit Next.
Next, assign a drive letter to the partition and click Next to continue. Review your settings on
the last page and then click Finish.
Alternatively, you can merge the unallocated space to the drive letter next to it in Disk
Management tool. To do this, right-click on the partition with a drive letter with an unassigned
space right after it and hit Extend Volume.
5/8
In the Select the amount of space in MB field, set a preferred size for the partition. By
default, the maximum available size is entered in this box. Click the Next button to complete
the operation.
Read: How to create New, Resize, Extend Partition using Disk Management Tool.
DISKPART is a disk management tool that is built-in on Windows computers. It lets you
create and manage hard drive partitions on Windows PCs and servers. Although you can
repeat the steps in the guide above to create multiple partitions, we recommend that you
make use of DISKPART.
Many server applications also recommend that you use this tool, and a reason is that it
increases the I/O performance of hard disks that are added to a RAID array newly. Here’s
how to create partitions using the DISKPART tool.
diskpart
On the DISKPART prompt, run the following command to show all the disks found on your
system:
list disk
Next, select one of the listed disks using the command below:
select disk 1
NOTE: In the command above, change the 1 part to the disk number from the list in
DISKPART.
6/8
Next, you have to assign a drive letter to the partition. In the example command below, we
will give it the D letter, but you can use any unused letter:
assign letter=d
You can create more partitions by repeating the steps above. Finally, leave the DISKPART
tool by running the EXIT command:
exit
First, launch the elevated Command Prompt and enter the DISKPART tool, list out the
partitions, and then select one using the commands in the previous section. With a partition
selected, use the following commands to manipulate it.
Extend a partition:
Extend size=10000
Delete a partition:
DELETE partition
Wipe a disk
clean all
This guide explains in detail how to re-partition a hard drive without losing your data.
However, you must be cautious when using the DISKPART tool on dynamic disks.
Before running any command on this page, be sure to check with your disk vendor. If you’re
not sure about the Windows Command Prompt and commands, you may make use of the
Disk Manager. Otherwise, we recommend the DISKPART tool for these operations.
7/8
185 Shares
More
8/8