Create a new partition on hard drive

Here's a step-by-step guide to create a new partition on a hard drive:

Warning: Before you start, make sure you have backed up any important data on the hard drive, as creating a new partition will erase all data on the selected partition.

Tools needed:

  1. A computer with a hard drive (IDE, SATA, or SSD)
  2. An operating system (Windows, macOS, or Linux)
  3. A partitioning tool (e.g., Disk Management, Disk Utility, or a third-party tool like EaseUS Partition Master or GParted)

Step-by-Step Instructions:

For Windows:

  1. Open Disk Management:
    • Press the Windows key + R to open the Run dialog box.
    • Type diskmgmt.msc and press Enter.
  2. Identify the hard drive you want to partition:
    • In the Disk Management window, you'll see a list of disks (hard drives) and their corresponding partitions.
    • Identify the hard drive you want to partition and note its disk number (e.g., Disk 0).
  3. Create a new partition:
    • Right-click on the unallocated space on the hard drive ( Disk 0 ) and select "New Simple Volume".
    • Follow the wizard to create a new partition:
      • Choose a drive letter (e.g., E:) and assign it to the new partition.
      • Set the partition size (e.g., 100 GB).
      • Choose a file system (e.g., NTFS).
  4. Format the new partition:
    • Right-click on the new partition and select "Format".
    • Follow the wizard to format the partition:
      • Choose a file system (e.g., NTFS).
      • Set the allocation unit size (e.g., 4096 bytes).

For macOS:

  1. Open Disk Utility:
    • Go to Applications > Utilities > Disk Utility.
  2. Select the hard drive:
    • In the Disk Utility window, select the hard drive you want to partition from the list on the left.
  3. Create a new partition:
    • Click the "Partition" button at the top of the Disk Utility window.
    • Select "New Partition" from the dropdown menu.
    • Follow the wizard to create a new partition:
      • Choose a partition scheme (e.g., GUID Partition Map).
      • Set the partition size (e.g., 100 GB).
      • Choose a file system (e.g., APFS).
  4. Format the new partition:
    • Click the "Format" button next to the new partition.
    • Follow the wizard to format the partition:
      • Choose a file system (e.g., APFS).
      • Set the allocation unit size (e.g., 4096 bytes).

For Linux:

  1. Open a terminal:
    • Press Ctrl + Alt + T to open a terminal window.
  2. Use a partitioning tool:
    • Install and run a partitioning tool like GParted or fdisk.
    • Follow the tool's instructions to create a new partition:
      • Identify the hard drive and select it.
      • Create a new partition by specifying the start and end sectors.
      • Choose a file system (e.g., ext4).
  3. Format the new partition:
    • Use the mkfs command to format the new partition:
      • mkfs.ext4 /dev/sdb1 (replace /dev/sdb1 with the actual device name).

Remember to always back up your data before creating a new partition, as this process will erase all data on the selected partition.