Line
Skip to main content
< All Topics
Print

How to Format Hard disk

On Windows

1. Open File Explorer:

  • Press Windcows + E to open File Explorer.

2. Locate the Drive:

  • the left sidebar, find the drive you want to format.

3. Right-click on the Drive:

  • Select “Format…” from the dropdown menu.

4. Choose the Format Options:

  • File System: Choose NTFS (recommended for most hard drives), FAT32, or exFAT.
  • Allocation Unit Size: Leave this as the default unless you need a specific setting.
  • Volume Label: You can rename the drive here if you like.
  • Quick Format: Check this if you want a faster format (it won’t scan for bad sectors).

5. Click Start:

  • Click Start, and then click OK to confirm. The process will begin and may take a few moments.

 

On macOS

1. Open Disk Utility:

  • Go to Applications > Utilities > Disk Utility.

2. Select the Disk:

  • In the left sidebar, select the hard drive you wish to format.

3. Click Erase:

  • Click the Erase button at the top of the window.

4. Choose the Format:

  • Format: Select the file system (APFS, Mac OS Extended, exFAT, etc.).
  • Name: Name the driver.
  • Scheme: Select GUID Partition Map (for most modern setups).

5. Click Erase:

  • Click Erase to start formatting.

 

On Linux

1. Open GParted (or a similar disk management tool):

  • You may need to install it using sudo apt-get install gparted.

2. Select the Drive:

  • In GParted, choose the correct disk from the top-right dropdown.

3. Unmount the Partition (if necessary):

  • Right-click the partition and select Unmount.

4. Format the Partition:

  • Right-click the partition and select Format To. Choose the desired file system (e.g., ext4, FAT32, NTFS).

5. Apply Changes:

  • Click the Apply button (green checkmark) to start the process.
Messenger