You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using encfs in reversewrite mode causing sync (yandexdisk) software to loop on reading directory when filename is very long.
Basically need to create:
touch "~/encfs/private/notes-html/Все об оперативной памяти — гайд и тесты в разных режимах работы _ Оперативная память _ Блог _ Клуб DNS.html"
then
encfs --reversewrite ~encfs ~/encrypted
sync software will stuck with fuse debug mode showing a lot of infinite messages "unique 3333333 opcode: READDIR nodeid:332134123" keep repeating this line forever. with 100% cpu load booth encfs and sync software.