dua-cli icon indicating copy to clipboard operation
dua-cli copied to clipboard

Seems like `-x` doesn't work with rclone fuse mounts?

Open colemickens opened this issue 2 years ago • 1 comments

I'm having a hard time telling what's going on, but it seems like dua is still crossing FS boundaries and trying to enumerate huge rclone shares when I use -x.

colemickens avatar Aug 26 '22 21:08 colemickens

Thanks for reporting. It all comes down to the device id as it's compared to the device ID of the root path of the traversal.

Maybe you can experiment more with these to learn what these are. Ultimately I expect them to be the same, even though they probably shouldn't be.

Byron avatar Aug 27 '22 01:08 Byron

I suspect you probably hit the same issue I did: https://github.com/Byron/dua-cli/pull/146

krallin avatar Feb 22 '23 12:02 krallin

Indeed, I believe this is fixed in the latest release. Please let us know if it's not the case though.

Byron avatar Feb 23 '23 07:02 Byron