Custom FS implementation, ls returns file size correctly but du does noes #2000
traverseda
started this conversation in
General
Replies: 1 comment 2 replies
-
|
The only field that should matter is "size", which is normally 0 for directories. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm at my wits end on this, ls counts filesize properly but du does not.
I think it's related blocks and blksize, since it seems du calculates based on that.
I've tried client side calculating a virtual blocks and blksize, to no success.
Any tips? Documentation on what abstractfilesystem info method should be returning?
Beta Was this translation helpful? Give feedback.
All reactions