duc
duc copied to clipboard
[Bug/Help] Can't index network drive mounted with Rclone
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?
"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