Author Topic: Resize /dev/root  (Read 2116 times)

phillpark

  • Newbie
  • *
  • Posts: 3
    • View Profile
Resize /dev/root
« 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?

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Resize /dev/root
« Reply #1 on: December 08, 2018, 06:31:04 PM »
Code: [Select]
sudo raspi-config
Choose option "1 Expand Filesystem"

phillpark

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Resize /dev/root
« Reply #2 on: December 09, 2018, 09:33:58 AM »
Thank you, progets.

It worked!