I am using the USB storage on the ctrlX Core to store process recipes and logged process data from our machine via Node-red.
After update of Node-red from 1.4.0 to 1.8.1 (RM21.03) I lost the acces to the mounted USB device.
I tried to format a new USB memory, but failed:
After formating it on an external linux machine and several reboots I got it mounted, but with error:
As user admin I have full access on the storage:
But, Node-red has no permissions at all to acces the storage anymore:
"failed to write to file: Error: EACCES: permission denied, open '/media/mnt/sda1/recipes/recipe3.csv'"
How can I recover that functionallity? Is there something new I missed to set after the update?
Thanks!