memfault / interrupt

A community for embedded software makers.

Home Page:https://interrupt.memfault.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emulating a Raspberry Pi in QEMU: How to increase disk space

annoybot opened this issue · comments

Thanks for writing up your how you got the Raspberry Pi Os to run in Docker

Is there any way to increase the size of the root filesystem? It's got 600Mb free right now, and I need more space for the task I'm working on.

You already seem to be increasing it to 8Gb, but it's not translating to more space for the mounted filesystem. Any suggestions would be welcome.

There are some steps listed at https://gist.github.com/plembo/c4920016312f058209f5765cb9a3a25e#expand-the-disk-size
Maybe they can be incorporated into the Dockerfile?

Is anyone able to solve this for Dockerfile?