Expand Raspberry Pi image to full SD Card Size

Subscribers:
9,170
Published on ● Video Link: https://www.youtube.com/watch?v=9p6Rx8sGUFQ



Duration: 0:00
81 views
0


After backing up a Raspberry Pi SD card to a larger one:
Here's how to expand the filesystem to use the full size of the new SD card and avoid wasting space.

0:05 – On the Raspberry Pi itself
0:45 – Using SSH connection

To connect to your Raspberry Pi via SSH:

On macOS, use the Terminal app
On Linux, open a terminal window
On Windows, you can use the free program PuTTY

Connect using the username (often pi) and the IP address of your Raspberry Pi (e.g., in the video: 192.168.1.143):

ssh pi@192.168.1.143


🔧 How to enable SSH on your Raspberry Pi:
https://www.computerhilfen.de/info/ssh-auf-dem-raspberry-pi-aktivieren.html

🛠 ️ Set up a Raspberry Pi without a monitor:https://www.computerhilfen.de/info/raspberry-pi-zero-w-ohne-monitor-einrichten-wlan-und-ssh-aktivieren.html.