How can I expand the Raspberry Digital Signage filesystem space in order to fill the whole SD card space?
Question is closed for new answers.
Marco Buratto Edited question
The operating system’s filesystem size is about 4GB. If you own a larger SD card, it’s advised to enlarge the filesystem in order to use the entire space.
Just install and use raspi-config:
- login as pi user via SSH, then sudo -i;
apt update && apt install raspi-config
raspi-config
- follow the easy instructions.
Marco Buratto Changed status to publish