How To

How to Format SD Card for Raspberry Pi Quickly

Yup, you are reading this article because you already have your Raspberry Pi SD card on your table. So we will not discuss on how helpful it can be for your Pi projects and other daily stuff that you do with your little computing system. Today, I will explain how you can format SD card for Raspberry Pi quickly and easily.

Some reasons make you do the formatting of the SD (Secure Digital) memory card, like;

  1. If you feel that the SD card has less storage capacity than mentioned due to pre-partition
  2. If you find any corrupt files or software on the card and can’t remove it manually
  3. Sometimes you don’t want to use the preloaded Operating System on the card and want to boot it up with another OS
  4. Some random cleaning process of your system

How to Format SD Card for Raspberry Pi?

Before formatting an SD card, let’s take a look at the things you will need to perform the formatting process. Most of the parts come in a Raspberry Pi starter kit.

  • A Raspberry Pi board (Pi 3 preferred)
  • Pi compatible SD memory card (obviously)
  • A Raspberry Pi power supply
  • A display that can be connected to Raspberry Pi
  • An HDMI cable and a Micro USB cable
  • USB mouse and keyboard

Raspberry Pi starter kit

 

First of all, attach all the parts and components with your Raspberry Pi device and turn it into a full-blown computer. I assume that you know the process. So not going into detail for that.

There are a couple of ways to format the Raspberry Pi SD card depending on the capacity of it. If your SD card is less than 32GB storage capacity, then you can format it in a standard way like as FAT32, but if your card has the higher storage capacity than 32GB, then it should be formatted as exFAT. We will take a look at them all.

A. Formatting an SD, SDHC card having less than 32GB storage

For formatting such memory cards, you need not set up the Raspberry Pi. With a laptop or any other desktop system, you can easily format such flash storage devices in FAT (File Allocation Type).

  1. First, install an SD formatter tool for formatting an SD card (I recommend to use SD card formatter) on your laptop
  2. Insert the flash card in your system
  3. Open the application and select your USB drive to format
  4. You can adjust the settings from the ‘Options’ menu
  5. Set the ‘Format Type’ as Quick and ‘Format Size Adjustment’ to On
  6. Click on ‘Ok.’
  7. Select ‘Format’ button

Formatting an SD

That’s it. You have formatted the SD card for Raspberry Pi board, and it is ready to go with your Pi setup.

The official way to format Pi SD card

The official way means we will use the NOOBS (New Out Of Box Software) to do the formatting. As you may know that the NOOBS is an installation manager which helps to install the Operating System and other compatible apps on the Raspberry Pi board.

Where to get NOOBS?

If you have purchased an official Raspberry Pi SD card, then most probably, it comes with preloaded NOOBS software, so you need to download it separately. But, in case, you don’t have an official card, then you can download NOOBS from the official website.

How to format SD card to FAT32 using NOOBS?

For Linux Users

For the Linux systems, a compressed image file of Linux Distributions is used for Raspberry Pi. I will use Ubuntu system which is currently the best Linux Distribution to show you the process.

Formatting an SD card in Linux (Ubuntu)

Step-1: Open the Disk Utility application

Step-2: Select the SD card drive

Step-3: Select the format type as FAT

Step-4: Click on ‘Format’ button

Formatting an SD card in Linux

 

For Windows Users

Formatting an SD card in Windows Operating System is a quick and easy process. There are a couple of ways to do that.

1) Using inbuilt method

This is the most common method used by the Windows PC users to format an SD card or a USB storage device.

  1. Open the Windows Explorer
  2. Locate the SD card in the window
  3. Right-click on the drive letter
  4. In the pop-up window, choose ‘Format.’
  5. Now, a formatting window will open
  6. Choose the file system as ‘FAT32 (Default)’
  7. Mark the box of ‘Quick Format.’
  8. Click on ‘Start’ button.

Using inbuilt method

After some time, you will see a message that the SD card is formatted and ready to use.

2) With third-party app

There is some reliable software available for Windows systems too which help to format the SD card reliably. I prefer to use SD Formatter for the FAT32 type of format for the memory card. With the application like this and EaseUS partition tool, you can quickly format the SD memory card into FAT, FAT32, NTFS, and other types.

SD Formatter

B. Formatting an SDHC/SDXC card higher than 32GB capacity

As I mentioned before, if your SDHC/SDXC card has a larger size than 32GB, then it will be formatted in an exFAT system, mainly if you use an official way.

But

Does Raspberry Pi support exFAT format?

You will not love to read, but the Raspberry Pi boards don’t support the exFAT formatting type. That is the main reason why you need some different way to format a memory card with above 32GB capacity. If you use a memory card formatted with this type, then your Raspberry Pi will not boot up, and you will think there is a defect in the board. But the culprit is the formatting type you used for your SDHC/SDXC (every memory card above 32GB storage space is an SDXC card) memory device.

Format a 64GB SDXC card for Raspberry Pi

To format a memory card larger than 32GB, you can take help of third-party software like FAT format. Disk Utility is also a reliable source to do the formatting process.

Format a 64GB SDXC card for Raspberry Pi

Go to the application, select the drive of SD card and click on format button to wipe out all the data from the storage device.

After formatting an SD card

So, you have formatted the SD card using the methods mentioned as above. What next? You have to make it ready to be used with your Raspberry Pi. Install NOOBS software in it, download the Operating System and install on SD card. Then, attach it to your Raspberry Pi board and start enjoying with your beloved device.

Hope this guide helped you in the way you want. Let me know your thoughts on this. Also if you have any other method in mind to format an SD card for Raspberry Pi or familiar with any other app which can help to do so, then please share it in the comments section below.

RPi rocks!

Jessica Ward

Hey! I am Jessica Ward. I love to write about technology and learn or thinking about latest techno. And my forever ever love technology project is Raspberry Pi. I do and know more or more for Raspberry Pi.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button