yas3fs
yas3fs copied to clipboard
Size is shown as 0 bytes always
When I perform an 'ls' on an yas3fs mounted file system, the file sizes returned by ls are all 0. I can confirm from debugging that the file sizes are being set (getattr has a non-zero st_size value set), but it is not showing on the system. I'm suspecting this is an issue with fusepy, but I could be wrong.
Stop yas3fs, wipe the local yas3fs cache directory, restart it and do your ls again.
Did that solve?