Dropbox Help From Scratch

Fatal error: mount not ready

with above mount cmd

need to see a full debug log, add -vv the rclone mount command and post the output.
when you paste the log, make sure to enclose it with three backticks so it is easy to read.

sorry, no hard to read teeny tinny screenshots.
re-read my last post

root@srv22873:~# rclone mount Dropbox: /www/wwwroot/videos/box --daemon --allow-other --poll-interval 10s --tpslimit 12 --tpslimit-burst 12 --dir-cache-time 5000h --vfs-cache-mode full --vfs-cache-max-age 500h --vfs-cache-max-size 900G -vv
2022/01/18 19:00:30 INFO  : Starting transaction limiter: max 12 transactions/s with burst 12
2022/01/18 19:00:30 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "Dropbox:" "/www/wwwroot/videos/box" "--daemon" "--allow-other" "--poll-interval" "10s" "--tpslimit" "12" "--tpslimit-burst" "12" "--dir-cache-time" "5000h" "--vfs-cache-mode" "full" "--vfs-cache-max-age" "500h" "--vfs-cache-max-size" "900G" "-vv"]
2022/01/18 19:00:30 DEBUG : Creating backend with remote "Dropbox:"
2022/01/18 19:00:30 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/01/18 19:01:31 DEBUG : Daemon timed out. Terminating daemon pid 2775
2022/01/18 19:01:31 Fatal error: mount not ready

@asdffdsa please take look

Thanks

not sure the exact reason, just remove --daemon

1 Like

when i removed --daemon getting this error

Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount": executable file not found in $PATH

installed fuse and mounted with daemon cmd
Thanks

HI @asdffdsa please need to know where this cache will save?
Thanks

at this point, take a few minutes to read the documentation, the answer is there.
https://rclone.org/commands/rclone_mount/

1 Like

@asdffdsa as i understand i have to add below line in mount cmd, plz just confirm is that ok ?

--cache-dir /www/wwwroot/cache

Thanks

confirmed, that looks good.

keep in mind, that you will need to do something with the flies already in the current/old vfs file cache.

  1. kill the rclone mount
  2. either delete the cache files or move them to the new cache location.
  3. change the mount command to use --cache-dir /www/wwwroot/cache
  4. start the rclone mount.
1 Like

Please mention how to kill rclone mount? i triedto find out in rclone mount page but i couldn't

no idea what is default location for cache, please guide also.

Thank you so much.

ps -aux | grep rclone
user01   12732  0.0  1.2 746520 49340 pts/2    Sl+  Jan18   0:06 rclone mount wincrypt: /home/user01/wincrypt -vv
user01   13647  0.0  0.0   8164   732 pts/6    S+   16:49   0:00 grep --color=auto rclone

kill 12732

ps -aux | grep rclone
user01   13652  0.0  0.0   8164   728 pts/6    S+   16:49   0:00 grep --color=auto rclone

https://rclone.org/commands/rclone_mount/#vfs-file-caching

Run:

rclone config paths
1 Like

hi, not sure that works for a rclone mount using a non-default vfs file cache location?

ps -aux | grep rclone
user01   13879  1.2  1.4 746264 58864 pts/6    Sl   17:12   0:00 /usr/bin/rclone mount wincrypt: /home/user01/rclone/mountpoints/wincrypt --daemon --allow-other --vfs-cache-mode=full --cache-dir=/home/user01/rclone/cache/wincrypt -vv

rclone config paths
Config file: /home/user01/.config/rclone/rclone.conf
Cache dir:   /home/user01/.cache/rclone
Temp dir:    /tmp

ls /home/user01/.cache/rclone

ls /home/user01/rclone/cache/wincrypt
vfs  vfsMeta
Fatal error: mount not ready

im getting this error on same cmd which was working yesterday only added cache directory, below is my cmd

rclone mount Dropbox: /www/wwwroot/videos/box --daemon --allow-other --poll-interval 10s --tpslimit 12 --tpslimit-burst 12 --dir-cache-time 150h --vfs-cache-mode full --vfs-cache-max-age 150h --vfs-cache-max-size 500G --cache-dir /www/wwwroot/cache

please also guide me how to add debug path to see any type of error?

Thanks guys for helping me a lot

remember we cannot see into your computer.

  1. remove --daemon
  2. add -vv for debug output
  3. post the full debug log
b5d79438846b199c87692b9b0f11cc74d6154"
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_307.ts: dropbox = 861388f5d671b57d1eec64b86c5221f980f7081e8bb06e7a696823fd0dd67e33 OK
2022/01/19 23:26:16 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_307.ts: Copied (new)
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_307.ts: vfs cache: fingerprint now "476768,2022-01-19 20:05:24 +0000 UTC,861388f5d671b57d1eec64b86c5221f980f7081e8bb06e7a696823fd0dd67e33"
2022/01/19 23:26:16 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_306.ts: vfs cache: upload succeeded try #1
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_310.ts: vfs cache: starting upload
2022/01/19 23:26:16 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_307.ts: vfs cache: upload succeeded try #1
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts: vfs cache: starting upload
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1141.ts: vfs cache: truncate to size=757640
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1141.ts: vfs cache: setting modification time to 2022-01-19 16:16:58.569346866 +0100 CET
2022/01/19 23:26:16 INFO  : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1141.ts: vfs cache: queuing for upload in 5s
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc: Added virtual directory entry vAddFile: "576p_1141.ts"
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1142.ts: vfs cache: truncate to size=731132
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1142.ts: vfs cache: setting modification time to 2022-01-19 16:16:58.997350319 +0100 CET
2022/01/19 23:26:16 INFO  : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1142.ts: vfs cache: queuing for upload in 5s
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc: Added virtual directory entry vAddFile: "576p_1142.ts"
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_310.ts: Uploading chunk 1/1
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts: Uploading chunk 1/1
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1143.ts: vfs cache: truncate to size=857656
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1143.ts: vfs cache: setting modification time to 2022-01-19 16:16:59.469354126 +0100 CET
2022/01/19 23:26:16 INFO  : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1143.ts: vfs cache: queuing for upload in 5s
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc: Added virtual directory entry vAddFile: "576p_1143.ts"
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:16 DEBUG : Dropbox root '': Batch idle for 500ms so committing
2022/01/19 23:26:16 DEBUG : Dropbox root '': Committing sync batch length 2 starting with: /video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_309.ts
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1144.ts: vfs cache: truncate to size=612692
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1144.ts: vfs cache: setting modification time to 2022-01-19 16:16:59.857357255 +0100 CET
2022/01/19 23:26:16 INFO  : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1144.ts: vfs cache: queuing for upload in 5s
2022/01/19 23:26:16 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc: Added virtual directory entry vAddFile: "576p_1144.ts"
2022/01/19 23:26:16 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1145.ts: vfs cache: truncate to size=659316
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1145.ts: vfs cache: setting modification time to 2022-01-19 16:17:00.265360546 +0100 CET
2022/01/19 23:26:17 INFO  : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1145.ts: vfs cache: queuing for upload in 5s
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc: Added virtual directory entry vAddFile: "576p_1145.ts"
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1146.ts: vfs cache: truncate to size=667776
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1146.ts: vfs cache: setting modification time to 2022-01-19 16:17:00.693363999 +0100 CET
2022/01/19 23:26:17 INFO  : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1146.ts: vfs cache: queuing for upload in 5s
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc: Added virtual directory entry vAddFile: "576p_1146.ts"
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts: Uploading chunk 2/1
2022/01/19 23:26:17 DEBUG : Dropbox root '': Upload batch completed in 167.675263ms
2022/01/19 23:26:17 DEBUG : Dropbox root '': Committed sync batch length 2 starting with: /video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_309.ts
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_308.ts: dropbox = 8cf65c9bfc110061af5aa9a0986ba2f0290fe3ca3d14e17f8df8f67616b9de7e OK
2022/01/19 23:26:17 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_308.ts: Copied (new)
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_308.ts: vfs cache: fingerprint now "527152,2022-01-19 20:05:24 +0000 UTC,8cf65c9bfc110061af5aa9a0986ba2f0290fe3ca3d14e17f8df8f67616b9de7e"
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_309.ts: dropbox = b17c730a5b27a053bd4b6e36072fcb8853becabad098c02a8c9c02dc5643af84 OK
2022/01/19 23:26:17 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_309.ts: Copied (new)
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_309.ts: vfs cache: fingerprint now "508352,2022-01-19 20:05:25 +0000 UTC,b17c730a5b27a053bd4b6e36072fcb8853becabad098c02a8c9c02dc5643af84"
2022/01/19 23:26:17 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_308.ts: vfs cache: upload succeeded try #1
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_313.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: vfs cache: starting upload
2022/01/19 23:26:17 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_309.ts: vfs cache: upload succeeded try #1
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_314.ts: vfs cache: delaying writeback as --transfers exceeded
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_313.ts: vfs cache: starting upload
2022/01/19 23:26:17 DEBUG : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_310.ts: Uploading chunk 2/1
2022/01/19 23:26:17 ERROR : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1147.ts: vfs cache: detected external removal of cache file
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1147.ts: vfs cache: removed metadata from cache as cache file externally deleted
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1147.ts: vfs cache: truncate to size=0
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1147.ts: vfs cache: setting modification time to 2022-01-19 16:17:01.129367516 +0100 CET
2022/01/19 23:26:17 DEBUG : video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc: Added virtual directory entry vAddFile: "576p_1147.ts"
2022/01/19 23:26:17 ERROR : Failed to create vfs cache - disabling: failed to load cache: failed to walk cache "/www/wwwroot/cache/vfs/Dropbox": lstat /www/wwwroot/cache/vfs/Dropbox/video/2022/01/19/0c4c50811e1cd69d1ef9ac2462e2aefc/576p_1148.ts: no such file or directory
2022/01/19 23:26:17 DEBUG : Dropbox root '': Mounting on "/www/wwwroot/videos/box"
2022/01/19 23:26:17 DEBUG : : Root: 
2022/01/19 23:26:17 DEBUG : : >Root: node=/, err=<nil>
2022/01/19 23:26:17 ERROR : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_313.ts: Failed to copy: upload failed: context canceled
2022/01/19 23:26:17 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_313.ts: vfs cache: upload canceled
2022/01/19 23:26:17 DEBUG : Dropbox root '': Adding "/video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts" to batch
2022/01/19 23:26:17 ERROR : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: Failed to copy: upload failed: context canceled
2022/01/19 23:26:17 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_312.ts: vfs cache: upload canceled
2022/01/19 23:26:18 DEBUG : Dropbox root '': Batch idle for 500ms so committing
2022/01/19 23:26:18 DEBUG : Dropbox root '': Committing sync batch length 1 starting with: /video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts
2022/01/19 23:26:18 DEBUG : Dropbox root '': Adding "/video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_310.ts" to batch
2022/01/19 23:26:19 DEBUG : Dropbox root '': Upload batch completed in 173.393397ms
2022/01/19 23:26:19 DEBUG : Dropbox root '': Committed sync batch length 1 starting with: /video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts
2022/01/19 23:26:19 ERROR : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts: Failed to copy: context canceled
2022/01/19 23:26:19 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts: vfs cache: upload canceled
2022/01/19 23:26:19 DEBUG : Dropbox root '': Batch idle for 500ms so committing
2022/01/19 23:26:19 DEBUG : Dropbox root '': Committing sync batch length 1 starting with: /video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_310.ts
2022/01/19 23:26:20 DEBUG : Dropbox root '': Upload batch completed in 175.004543ms
2022/01/19 23:26:20 DEBUG : Dropbox root '': Committed sync batch length 1 starting with: /video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_310.ts
2022/01/19 23:26:20 ERROR : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_310.ts: Failed to copy: context canceled
2022/01/19 23:26:20 INFO  : video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_310.ts: vfs cache: upload canceled
2022/01/19 23:26:23 DEBUG : Dropbox root '': Checking for changes on remote
2022/01/19 23:26:23 DEBUG : : changeNotify: relativePath="video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_304.ts", type=1
2022/01/19 23:26:23 DEBUG : : >changeNotify: 
2022/01/19 23:26:23 DEBUG : : changeNotify: relativePath="video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_305.ts", type=1
2022/01/19 23:26:23 DEBUG : : >changeNotify: 
2022/01/19 23:26:23 DEBUG : : changeNotify: relativePath="video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_306.ts", type=1
2022/01/19 23:26:23 DEBUG : : >changeNotify: 
2022/01/19 23:26:23 DEBUG : : changeNotify: relativePath="video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_307.ts", type=1
2022/01/19 23:26:23 DEBUG : : >changeNotify: 
2022/01/19 23:26:23 DEBUG : : changeNotify: relativePath="video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_308.ts", type=1
2022/01/19 23:26:23 DEBUG : : >changeNotify: 
2022/01/19 23:26:23 DEBUG : : changeNotify: relativePath="video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_309.ts", type=1
2022/01/19 23:26:23 DEBUG : : >changeNotify: 
2022/01/19 23:26:23 DEBUG : : changeNotify: relativePath="video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_311.ts", type=1
2022/01/19 23:26:23 DEBUG : : >changeNotify: 
2022/01/19 23:26:23 DEBUG : : changeNotify: relativePath="video/2022/01/19/02b89e72683fe500b78edd81049b2742/576p_310.ts", type=1
2022/01/19 23:26:23 DEBUG : : >changeNotify: 
2022/01/19 23:26:33 DEBUG : Dropbox root '': Checking for changes on remote
2022/01/19 23:26:36 DEBUG : /: Attr: 
2022/01/19 23:26:36 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2022/01/19 23:26:36 DEBUG : : Statfs: 
2022/01/19 23:26:36 DEBUG : : >Statfs: stat={Blocks:805306368 Bfree:796127545 Bavail:796127545 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2022/01/19 23:26:36 DEBUG : : Statfs: 
2022/01/19 23:26:36 DEBUG : : >Statfs: stat={Blocks:805306368 Bfree:796127545 Bavail:796127545 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>