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
On XFS, small directories can be stored inline in the inode, rather than taking up a block. This is reported correctly by du, but gdu seems to assume that a directory always occupies one block.
On XFS, small directories can be stored inline in the inode, rather than taking up a block. This is reported correctly by
du
, butgdu
seems to assume that a directory always occupies one block.This happens on
gdu
master (a8b32c).The text was updated successfully, but these errors were encountered: