I am implementing a data logger on nodered installed on my Cerbo GX. I can make this work fine if the file is stored in /data/home/nodered/.node-red/logfile.txt, however if I try to save to the SD card (so that I can take it out and read the file onto my laptop) then I get an access denied message. I have tried to change the directory permissions using chmod but the system does not accept this.
Does anyone know how to change the file permissions on the SD card on a Cerbo?
Alternatively, can I log in to the Cerbo via PuTTY using nodered as the username? If so, what is the password? Then could I create my own (i.e owned by user nodered) directory for storage on the SD?
Thanks