Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: phillpark on December 08, 2018, 05:45:43 PM

Title: Resize /dev/root
Post by: phillpark on December 08, 2018, 05:45:43 PM
Hello, guys

I flashed the AM+RetroPie image on a 16GB SD Card.
Everything works fine, but I tried to add PSX games that are a little bigger than others and I couldn't.
I did df -h and it prints /dev/root with only 4,5GB space mounted on "/" (where RetroPie roms are located)

Is there a way to resize it?
Title: Re: Resize /dev/root
Post by: progets on December 08, 2018, 06:31:04 PM
Code: [Select]
sudo raspi-config
Choose option "1 Expand Filesystem"
Title: Re: Resize /dev/root
Post by: phillpark on December 09, 2018, 09:33:58 AM
Thank you, progets.

It worked!