How to Format a Hard Drive Using Ubuntu

You can format your drives using the Disks utility that comes installed with Ubuntu. If the Disks utility is giving you errors, or you have a corrupted partition, you can use GParted to format instead. You can also use GParted to resize...
Method 1 of 2:

Performing a Quick Format

  1. How to Format a Hard Drive Using Ubuntu Picture 1How to Format a Hard Drive Using Ubuntu Picture 1
    Open the Disks program. You can quickly find this by opening the Dash and typing disks. This will display all of your connected drives on the left side of the window.
  2. How to Format a Hard Drive Using Ubuntu Picture 2How to Format a Hard Drive Using Ubuntu Picture 2
    Select the drive you want to format. All of your drives will appear in the left frame. Be careful when you're selecting your drive, as everything on the partition will be deleted when you format it.
  3. How to Format a Hard Drive Using Ubuntu Picture 3How to Format a Hard Drive Using Ubuntu Picture 3
    Click the Gear button and select "Format Partition." This will open a new window for configuring the file system.
  4. How to Format a Hard Drive Using Ubuntu Picture 4How to Format a Hard Drive Using Ubuntu Picture 4
    Select the file system you want to use. Click the "Type" menu and select the file system you want to use.
    1. If you want to use the drive to transfer files between Linux, Mac, and Windows computers, as well as most devices that support USB storage, select "FAT."
    2. If you're just using the drive for your Linux computer, select "Ext4."
    3. If you're planning on just using the drive in Windows, select "NTFS."
  5. How to Format a Hard Drive Using Ubuntu Picture 5How to Format a Hard Drive Using Ubuntu Picture 5
    Give the volume a name. You can enter a label for the formatted volume into the empty field. This can help you identify your connected drives.
  6. How to Format a Hard Drive Using Ubuntu Picture 6How to Format a Hard Drive Using Ubuntu Picture 6
    Select whether or not you want a secure erase. By default, the format process will delete but not overwrite the data on the drive. If you want to securely erase the contents, select "Overwrite existing data with zeroes" from the "Erase" menu. This will result in a slower but more secure format.
  7. How to Format a Hard Drive Using Ubuntu Picture 7How to Format a Hard Drive Using Ubuntu Picture 7
    Click the "Format" button to start the format process. You'll be asked to confirm before you proceed. The format process will take longer for larger drives, and if you selected the more secure erasing option.
    1. If you encounter difficulties formatting the drive, try GParted in the next section.
  8. How to Format a Hard Drive Using Ubuntu Picture 8How to Format a Hard Drive Using Ubuntu Picture 8
    Mount the formatted drive. Once the drive has been formatted, click the "Mount" button that appears beneath the Volumes graph. This will mount the partition, allowing you to access the file system for storage. Click the link that appears to open the it in your file browser, or open the Files program and look for the drive in the left frame.[1]
Method 2 of 2:

Using GParted

  1. How to Format a Hard Drive Using Ubuntu Picture 9How to Format a Hard Drive Using Ubuntu Picture 9
    Open the Terminal. You can open the Terminal from the Dash, or by pressing Ctrl+Alt+T.
  2. How to Format a Hard Drive Using Ubuntu Picture 10How to Format a Hard Drive Using Ubuntu Picture 10
    Install GParted. Enter the following command to install GParted. You'll be prompted for your user password, which won't appear as you type it:
    1. sudo apt-get install gparted
    2. Press Y when prompted to continue.
  3. How to Format a Hard Drive Using Ubuntu Picture 11How to Format a Hard Drive Using Ubuntu Picture 11
    Start GParted from the Dash. Open the Dash and type "gparted" to find the GParted Partition Editor." You'll see a bar representing the current drive's partitions and the free space on them.
  4. How to Format a Hard Drive Using Ubuntu Picture 12How to Format a Hard Drive Using Ubuntu Picture 12
    Select the drive you want to format. Click the drop-down menu in the upper-right corner to select the drive you want to format. If you aren't sure which is which, use the size of the drive to help you determine.
  5. How to Format a Hard Drive Using Ubuntu Picture 13How to Format a Hard Drive Using Ubuntu Picture 13
    Unmount the partition you want to change or remove. Before you can make changes in GParted, you'll need to unmount the partition. Right-click the partition from the list or the graph and select "Unmount."
  6. How to Format a Hard Drive Using Ubuntu Picture 14How to Format a Hard Drive Using Ubuntu Picture 14
    Delete the existing partition. This will delete the partition and turn it into unallocated space. You can then create a new partition from that space and format it with a file system.
    1. Right-click the partition you want to remove and click "Delete."
  7. How to Format a Hard Drive Using Ubuntu Picture 15How to Format a Hard Drive Using Ubuntu Picture 15
    Create a new partition. After deleting the partition, right-click the unallocated space and select "New." This will start the process to create a new partition.
  8. How to Format a Hard Drive Using Ubuntu Picture 16How to Format a Hard Drive Using Ubuntu Picture 16
    Select the size of the partition. When creating a new partition, you can use the slider to choose how much of the space you want to use for it.
  9. How to Format a Hard Drive Using Ubuntu Picture 17How to Format a Hard Drive Using Ubuntu Picture 17
    Select the partition's file system. Use the "File system" menu to choose the format for the partition. If you intend to use the drive for multiple operating systems and devices, select "fat32." If you're just using the drive in Linux, select "ext4."
  10. How to Format a Hard Drive Using Ubuntu Picture 18How to Format a Hard Drive Using Ubuntu Picture 18
    Give the partition a label. This will allow you to easily identify it on your system.
  11. How to Format a Hard Drive Using Ubuntu Picture 19How to Format a Hard Drive Using Ubuntu Picture 19
    Click "Add" when you're finished configuring the partition. The partition will be added to your operations queue at the bottom of the screen.
  12. How to Format a Hard Drive Using Ubuntu Picture 20How to Format a Hard Drive Using Ubuntu Picture 20
    Resize a partition (optional). One of Gparted's features is the ability to resize partitions. You can resize a partition so that a new partition can be created from the resulting free space. This allows you to essentially split a single drive into multiple pieces. This will not affect any data on the drive.
    1. Right-click the partition you want to resize and select "Resize/Move."
    2. Drag the edges of the partition to create free space before or after it.
    3. Click "Resize/Move" to accept your changes. You'll need to create new partitions from the resulting unallocated space following the instructions above.
  13. How to Format a Hard Drive Using Ubuntu Picture 21How to Format a Hard Drive Using Ubuntu Picture 21
    Click the green checkmark button to begin applying your changes. None of your changes will be applied to the drive until you click this button. Once you click it, any partitions that you set to delete will be removed and you will lose all of the data on them. Be absolutely sure you have the correct settings before proceeding.
    1. It may take a while to complete all of the operations, especially if you're performing several or the drive is large.
  14. How to Format a Hard Drive Using Ubuntu Picture 22How to Format a Hard Drive Using Ubuntu Picture 22
    Find your newly-formatted drive. Once the format process is complete, you can close GParted and find your drive. It will appear in the list of drives in your Files program.[2]
4 ★ | 1 Vote