Raspberry Pi’s “No space left on device” error message

Error message :

No space left on device

Possible solutions :

Expand rootfs

In the terminal type

sudo raspi-config

then select “expand_rootfs

Found this solution from here.

Another method is to

Update your firmware

An easy way to do it is via : rpi-update

Leave a comment