SD Card expansion – Raspberry Pi system image

SD card expansion allows the full use of the space on a larger SD Card after you created your new Raspberry Pi system image on it. If you don’t expand it, when you boot up, it will still show the original size of your system image.
Follow the step by step guide below.
Partition expansion
Sounds painful but SD card expansion is really easy if you follow these step by step instructions. You need to do this only once, when you have created and booted up your Raspberry Pi and have a connection to it so you can see the desktop…
Step 1 – SD card expansion
From your desktop, open the Terminal window.
Type in “df -H” then enter – this should output your old dimension – ie too small!
We then need to launch the Raspberry Pi configuration tool so type “sudo raspi-config” followed by enter to get this:
Step 2 – SD card expansion
Select “7 Advanced Options”
Then Select A1 Expand Filesystem
Press OK in the following confirmation dialog:
Step 3 – SD card expansion
You should now be back to raspi-config home page. Click Finish
You must now reboot in order to complete filsystem resize. Raspi-config asks if you want to reboot now – Click Yes and wait for the reboot to complete…
Once rebooted, open Terminal again on the RPI, and type “df -H” and enter again and you should see the new full size reported…
That wasn’t too hard, was it. You are now a pro!
Comments and questions welcome as always… I will endeavour to respond promptly
You may also like…
Astronomy automation 101
A beginners introduction to the different terms and principles of amateur astronomy automation. We...
Raspberry Pi – easier to build than you think
For the non-technical amongst us, building a Raspberry Pi for astronomy automation looks daunting...
Astroberry – Setting Time and Date
Setting up your Astroberry Time and Date settings correctly can save you loads of grief especially...
0 Comments