rclone: err=cache open file failed: open /path/to/cache no such file or directory (rclone mount)
What is your rclone version (eg output from
rclone -V
)
rclone v1.38-DEV
os/arch: linux/amd64
go version: go1.9.1
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Fedora 27 x64
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg
rclone copy /tmp remote:tmp
)
rclone mount -vv --allow-other --default-permissions --cache-mode writes --bwlimit=200K --log-file=/tmp/rclone.log gd: $1 +gocryptfs
2017/11/25 12:02:07 DEBUG : &{Wintermute/ece9etyShgx1rMhi029Piw/tuHKLE2e32EvxQgR0AcsQOnBACsVWohFLHNAf0TTFojxBW_wabmxTCzfo0H7Us5eEit-ccdL3Z-Ka1qQBOswjg/GeGRTQefIRg4rVrvQ6Lv_g (rw)}: >Read: read=0, err=cache open file failed: open /home/user/.cache/rclone/vfs/gd/Wintermute/ece9etyShgx1rMhi029Piw/tuHKLE2e32EvxQgR0AcsQOnBACsVWohFLHNAf0TTFojxBW_wabmxTCzfo0H7Us5eEit-ccdL3Z-Ka1qQBOswjg/GeGRTQefIRg4rVrvQ6Lv_g: no such file or directory
Copying directories with Midnite Commander (mc) to the mount. I got the above after a while. Retrying the copy op in mc results in repetition of the error in the log.
I wonder if this is could be cache eviction related due to the bandwidth limit set to a low value? Log attached.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (9 by maintainers)
Commits related to this issue
- vfs: remove items from cache when deleted #1860 Also fixes Error message when items have been deleted from the cache (eg when Moved) when the cache reaper comes to delete them. — committed to rclone/rclone by ncw 7 years ago
- vfs: keep track of directories in the cache also #1860 This makes managing empty directories more reliable. — committed to rclone/rclone by ncw 7 years ago
- vfs: keep track of directories in the cache also #1860 This makes managing empty directories more reliable. — committed to rclone/rclone by ncw 7 years ago
- vfs: fix deletion of in use directories #1860 This was causing errors if the cache cleaner was called between the Open and the pendingOpen of a RW file. The fix was to move the cache open to the Ope... — committed to rclone/rclone by ncw 7 years ago
Both those issue should be fixed here
https://beta.rclone.org/v1.38-192-g6d3df6f1/ (uploaded in 15-30 mins)
I’ve also checked all 96 of the possible open flags combinations and put some fixes in!