I have a pfc200 (WAGO 750-8212 PFC200 G2 2ETH RS) and I wanted to install node-red and mqtt server. But I always get the no space left on device.
I setup my SD card inside the UI
And changed the deamon file to point to the sd-card
So what am I doing wrong?
What is the result of the following commands (you can use PuTTY) ?
df -h
Displays information about your filesystem partitions and usage
ls -l /media
Display the mounted media.
When using a SD card, there is a symbolic link (/media/sd) pointing to your sd card name.
But sometimes, if the sd card is not properly mounted and you use the folder /media/sd (for Docker for instance), a folder is created on /media/sd… But in fact this is in /home and will consume the memory left.
Make sure the SD card is properly formated, mounted before using it.
After I removed and reinstalled the SD-Card everything started working. It is weird dat it moved out, because there is a plastic protection over it. But it is solved so that is good.
1 Like