u20p17
Members
-
Joined
-
Last visited
Solutions
-
u20p17's post in influxdb v2 data gets lost after updating was marked as the answersolution can be found here:
-
u20p17's post in persistent modification of fstab was marked as the answerI think I fixed the issue now. It's a bit strange, but what I did is the following:
1.) ls -ld /mnt/user/appdata/ESPHome
Output: drwxrwxrwx 1 nobody users 90 Mar 3 2022 /mnt/user/appdata/ESPHome/
So it seemed that the every user/group should have read/write/execute rights on this folder. Nevertheless I did the following:
2.) chmod -R 777 /mnt/user/appdata/ESPHome
I recursive changed the rights for all users/groups to read/wrtie/execute and now it is working again... Strange - but maybe it helps other people...