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
P.S. when I used du last time it crossed boundaries, but I definitely noticed code related to fs detection side du sources. But I am not 100% sure how du works, and lack experience with Linux/unix.
So I suggest dirstat-rs should also have -x option, and skip other file systems only with that option.
If we want to be as consistent with du. If we want to preserve backward compatibility with dirstat-rs -- could go in opposite direction and us -X to allow passing boundaries.
Other tools (such as dust) work across filesystem boundaries. Is there a reason dirstat-rs specifically does not?
I see in
lib.rs
:Commenting out those lines makes
ds
work as I would expect.Thanks
The text was updated successfully, but these errors were encountered: