duc icon indicating copy to clipboard operation
duc copied to clipboard

[Bug/Help] Can't index network drive mounted with Rclone

Open jakob1379 opened this issue 2 years ago • 1 comments

I can't seem to get duc to properly scan my network drive that is mounted with rclone. ls and exa can both properly see all files on the drive, but when I try any command with duc it just returns an empty graph/tree. Am I missing a command to force duc to access all the files or something?

jakob1379 avatar May 11 '22 07:05 jakob1379

"Jakob" == Jakob Guldberg Aaes @.***> writes:

Jakob> I can't seem to get duc to properly scan my network drive that Jakob> is mounted with rclone. ls and exa can both properly see all Jakob> files on the drive, but when I try any command with duc it just Jakob> returns an empty graph/tree. Am I missing a command to force Jakob> duc to access all the files or something?

Can you give us more details please? What OS are you on, which version of duc are you using? What is the filesystem mouted as? Can you share the output of:

duc index -d /tmp/rclone.db -v /path/to/drive

And if that dies quickly, please try adding '--debug' after -v and send out the output.

Of course, what happens if you just do 'du /path/to/rclone'

John

l8gravely avatar May 15 '22 14:05 l8gravely