@mowirth commented on GitHub (Dec 14, 2023):
My apologies, it seems like the kubernetes port-forwarding cannot handle the broken stream and drops any further…
@jessehu commented on GitHub (Dec 21, 2023):
This solution requires restarting dufs for each file to be locked and unlocked. Not easy to use.
@sigoden commented on GitHub (Dec 21, 2023):
dufs is a stateless file server and does not support file dynamic locking.
@mattfbacon commented on GitHub (Dec 15, 2023):
Nevermind, we can use SHA512 hashed.
@sigoden commented on GitHub (Dec 13, 2023):
Unable to reproduce the error.
https://github.com/sigoden/dufs/assets/4012553/0c22a743-39fd-43ac-9908-53b51c6b6871…
@sigoden commented on GitHub (Dec 21, 2023):
If you don't want to edit the file, you may set read-only permissions. Dufs allow you control the permissions of…
@mowirth commented on GitHub (Dec 13, 2023):
I checked again and it looks like the error only appears if you have a large file in this folder - in my case, the…
@jessehu commented on GitHub (Dec 21, 2023):
do you mean setting read-only permission for a single file via 'chmod 400'? Can it be done on dufs UI?
@sigoden commented on GitHub (Dec 13, 2023):
Still unable to reproduce the error.
https://github.com/sigoden/dufs/assets/4012553/b8a8d1b5-a62b-4a0d-ab8c-146602…
@sigoden commented on GitHub (Dec 21, 2023):
Have you read the dufs readme? dufs can set permissions for paths. @jessehu
:
Found the reason, thanks!!