I'm trying to pre-cache: hash unsupported, md5sum and hashsum with Google Drive

What is the problem you are having with rclone?

I'm attempting to pre-cache a directory from Google Drive. Some googling suggested md5sum is the way to go. I'm unable to get md5sum or hashsum md5 to work, both reporting hash unsupported. I had a go with hashsum and other hash types with the same result. I've tried sub-directories and single, specific files.

I want to free up space by leveraging my internet connection (1000/50). I haven't had an issue with media in the past (e.g. mkv, mp4 files) but there have been some issues with games - or game, just Death Stranding tested so far. The game takes a long time to actually start (like 5-10 minutes, with network activity in the 100s kb/s), probably longer than I'd expect to initially cache on first load, possibly a bit too slow to load after first load (the cache lives on an SSD), drops frames for a bit initially in game (but that's tolerable), and cutscenes have audio delayed out of sync (and the rare cutscene that isn't preloaded by the game plays normal or delayed audio while the video comes in at <1 fps). I'm guessing the very slow time to start up the game is at least partly unrelated but I'm hoping to improve load times, minimise disk writes, and fix the cutscene issue. The game directory totals 69gb, the /data directory is 53gb in 143 files, and cutscenes are stored in one 17gb mpk file. I'm quite sure any writes occur locally, e.g. in an AppData savegame directory.

Run the command 'rclone version' and share the full output of the command.

rclone v1.58.1

  • os/version: Microsoft Windows 10 Pro 21H2 (64 bit)
  • os/kernel: 10.0.19044.1706 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.17.9
  • go/linking: dynamic
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Google Drive (Google Workspace)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Same result with and without checkers

rclone md5sum "remote-crypt:/Steam library/steamapps/common/DEATH STRANDING DIRECTORS CUT/" --checkers 32

Tried various hash types

rclone hashsum MD5 "remote-crypt:/Steam library/steamapps/common/DEATH STRANDING DIRECTORS CUT/" --checkers 32

Mount command (I know, there are probably some default values in there but I use them as placeholders as I refine..)

rclone mount --fuse-flag --VolumePrefix=\Games remote-crypt: Q: --dir-cache-time 5m --poll-interval 1m --cache-info-age 24h --cache-dir "C:/rclone cache/gamesdrive" --vfs-cache-mode full --buffer-size 16M --vfs-read-ahead 256M --vfs-read-chunk-size 256M --vfs-cache-poll-interval 1m --vfs-cache-max-age 72h --transfers 16 --file-perms 0777 --dir-perms 0777 -v

buffer-size, vfs-read-ahead, vfs-read-chunk-size, etc, have been default values and various others along the way without improvement

The rclone config contents with secrets removed.

I've had no issues with the config before now, for ages, but have never used md5sum / hashsum

[remote]
type = drive
client_id = [client_id]
client_secret = [client_secret]
scope = drive
pacer_min_sleep = 107ms
pacer_burst = 93
token = [token]
root_folder_id = [root_folder_id]
team_drive = 

[remote-crypt]
type = crypt
remote = remote:/path/somewhere
filename_encryption = obfuscate
directory_name_encryption = true
password = [password]
password2 = [password2]

A log from the command with the -vv flag

2022/06/07 19:51:00 DEBUG : rclone: Version "v1.58.1" starting with parameters ["rclone" "md5sum" "remote-crypt:/Steam library/steamapps/common/DEATH STRANDING DIRECTORS CUT/" "--checkers" "32" "-vv"]
2022/06/07 19:51:00 DEBUG : Creating backend with remote "remote-crypt:/Steam library/steamapps/common/DEATH STRANDING DIRECTORS CUT/"
2022/06/07 19:51:00 DEBUG : Using config file from "C:\\Users\\username\\.config\\rclone\\rclone.conf"
2022/06/07 19:51:00 DEBUG : Creating backend with remote "remote:/path/somewhere/171.WqCuI (BqKDsxuHI qDt BuwyJ)/15.cDokw vslBkBI/206.tufbnbqqt/137.jvttvu/11.JKGZN YZXGTJOTM JOXKIZUXY IaZ"
2022/06/07 19:51:01 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=458999051386, userRateLimitExceeded)
2022/06/07 19:51:01 DEBUG : pacer: Rate limited, increasing sleep to 1.313016291s
2022/06/07 19:51:02 DEBUG : pacer: Reducing sleep to 0s
2022/06/07 19:51:03 DEBUG : fs cache: renaming cache item "remote:/path/somewhere/171.WqCuI (BqKDsxuHI qDt BuwyJ)/15.cDokw vslBkBI/206.tufbnbqqt/137.jvttvu/11.JKGZN YZXGTJOTM JOXKIZUXY IaZ" to be canonical "remote:path/somewhere/171.WqCuI (BqKDsxuHI qDt BuwyJ)/15.cDokw vslBkBI/206.tufbnbqqt/137.jvttvu/11.JKGZN YZXGTJOTM JOXKIZUXY IaZ"
2022/06/07 19:51:03 DEBUG : fs cache: switching user supplied name "remote:/path/somewhere/171.WqCuI (BqKDsxuHI qDt BuwyJ)/15.cDokw vslBkBI/206.tufbnbqqt/137.jvttvu/11.JKGZN YZXGTJOTM JOXKIZUXY IaZ" for canonical name "remote:path/somewhere/171.WqCuI (BqKDsxuHI qDt BuwyJ)/15.cDokw vslBkBI/206.tufbnbqqt/137.jvttvu/11.JKGZN YZXGTJOTM JOXKIZUXY IaZ"
2022/06/07 19:51:04 ERROR : steam_api64.dll: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : oo2core_7_win64.dll: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : settings.cfg: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : error.txt: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : nvngx_dlss.dll: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : dxcompiler.dll: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : ds.exe: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : d3dcompiler_47.dll: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : bink2w64.dll: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : LocalDownloadDataPC/telemetry.dat: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : Movies/movies.mpk: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : artbook/Mini Book Pages - 188 x 171 With cover HR3.pdf: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/fee239d94dfcb9a257cd4d15fe0a7d21.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/fcd4b5918cea9a220c0da171bb60c214.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/fb5160bf0cda8b0bca124d04d51de62c.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/fb4e818aa0dc2f8f791fe518a8910337.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/fa24bd744dbf75e81308c45581f49817.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/f829e168029598d8ceea4f4d01e54378.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/f7f21580058bd1b925180851f3969070.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/f7b4c4ff1b831d3adf6fa1952a978767.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/f77b66dc12e3085afdf2ccee9e3bddb8.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/f70387b309fdda4e66a9d1808815252d.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/f573fbfdff7eb1fa271f382e24503f82.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/f3a2ab17a7c17470623d3e842224841f.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/f26fd3ec3d943dd6aaff93a45a8025c2.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/f0f467ec1b144337ef804ab0dc1a633e.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/eb8cd08d682978a9b9112d7c8f54de21.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/ea97cfbec2be98a216a6450faf9710b0.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/e9ea778cf34ee584e523e958bfcf8f81.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/e8b2c1ef002e12ddfb73977afa1955a7.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/e8276e34701d2a6664c9a29d20062f9c.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/e72aac57de9918c67eaf3d5102c8acb8.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/e33dd8b96035b2f7e547aed5fbfdf8e5.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/e084898e7d0371f8cd9688cd303841f5.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/dc915927c83cb738ae87857742e4c774.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/dc847b243b638c5ce539d4be7ff48007.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/dbef71d6d372f7c6bdaf3717c119b519.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/dbcebbf108d0da62acee516ab446ccd0.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/dae3bdff0b5583a91ff40d98d3bf73a3.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/da0346efdd0d2b8eb3c067c93ffdbf33.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/d9ae8d6654a7ceca64c8dc18952d3209.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/d8f0b887a3642eca5ada40e8cdff07db.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/d0218c32efbff643a19603a31efcc3c2.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/cf44457b965b72abb6ee66bdddd60b3a.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/cd336bf6b36bab5527c3b3609093abe7.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/cb4196d63aaed195c987dfb47bbfadf5.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/c9d841287e962d3d54123652828ebd00.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/c920bcebb78902bf6ac6c447eab9fb41.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/c4c4d7253d00afff7e7859822e967f05.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/c2dc1b0259864bcf814b4cd81cd917d4.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/c28838ba40cb2165ee8dd703a8cdb0e3.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/c172307816383537bd4703897044f6c5.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/c0306eef15c4b5122ab61a834f80d743.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/be25f0823739852892e4b6179818e715.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/b70fa685f46ec3f4b8a19b53f666b69f.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/b52dacb981213ed55cb3be42bea80258.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/b20229b7199ba8c81854d513f764e2c9.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/b11ab76d7450f70cd80f46037963e22f.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/b07acb141d08c46008235427b5c1a24a.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/b0720c4389202911af7e64531d973a00.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/adc5401f627e7d6b1e23afe75e06fe4c.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/acc0d12f571a5b85f368497756cbcd3c.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/aa828c35c790d250cdc765ab9b8e6050.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/a6b263ffdda8aca7fb8decba961b8097.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/a694c2e00b87cd761ee2a25b09a49ea7.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/a64d5675363bcfae85f36b39faafba5d.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/a610c95e0690047924d1afbb824d0250.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/a5dcec9b54e1586b097e5c49a07429c5.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/a53f66da5938a089f06b8a0c07c97f18.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/a53083d2a39c921b2fbfc520216f17d7.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/a1cc3eee3d405a5613916e1297641289.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/9f7b09f5d311e88d090ae516e18d80df.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/9eb0941601e90d4b6c81d62b48959786.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/9ac69cf07935e12ebc4a10a5a846d5cf.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/9abda4bd99f4fa01951fd153775e7e8d.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/968bf82f34e2b499687c901a888e633a.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/9652986d6bacd063df6cbb252ef828ee.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/94d6a62c9fb7a869754f0d6bc19f81e7.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/93a37de4096fad67e0c99100775cce42.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/9392f016b4dba2cfec41607e0a9e2250.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/8ebc24104a70f5f1b13eb04d175614b2.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/8d73fa4af178fe81ae95d0cb8c7fc606.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/8d60c6e8d6ce70496107e588205a3054.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/8a290e232dd8d4c727cf2da3fadd5c5b.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/88c5cf29d347a6f0007199554279573e.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/8761c9be94b95d7197c850a230bb05aa.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/84e35fcf5de2ba16cc1ee893ba4dc56c.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/84531a1f1930d4626bdb5f1679e94b0b.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/819f5249d44b19c7e4bff600b89a1a32.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/80022ad18cf34441da2e8e8557d524df.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/7ff527fda0571c79839bb8aa9c3db648.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/7eb2acb7d14889097248e156637e95a1.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/7ccfce87d9887adf1689fbd07df4200a.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/73a5378183017eeacff7adcd23e66430.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/732e43ff85a0e797a684c8a8c6e55627.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/7017f9bb9d52fc1c4433599203cc51b1.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/6fcdd0390579931aa1c93da879e28d82.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/6fb69851f3279ea051f48ee6c98c73fe.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/6e0de0395842dfb82888e339230534e1.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/6cafab4876800a73ab36290c76730f68.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/6a562dc4e089db4b922573066a7ec884.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/69e57bab4b0e47d007bab3b3fcca6dc5.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/68d7fcb76bb55037ebbffbd01bcb2b08.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/596c31fc02eca656d5ecdb546c52a7af.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/55a0f2ad6fd854eb46eda325ebd3fdfe.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/553cfe4d8b9fe4769e534e703bfb9732.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/54d23a724866aa2d6025ebb2a688c968.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/54106a2ec29dfb15584b5c104c05b219.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/51dc3286c8bb6d6139af5f7f5c0b6f59.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/507b57fe3eb2170e71997df17e478a2d.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/50023cc2d26d8242720e71676ceac967.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/4e5bed8e41d7417c889b2284f33c35f0.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/4d8d31832be4055295b9e619cf315740.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/4c7518f562e8cfc65349f261cb4a4935.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/4bb8707b549628feb844fbf8d0c85327.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/49a78b888f6a86fbb68a50b115ee77c4.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/47a882f8b80bfb6954d92201251744bf.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/477e458b2c825633499874678a2b9ea5.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/4707c0dea95bdf7b38ed0d838965e0e6.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/46485581ea66e58e27b5040b40257bce.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/4411fbe7b81d872e8517abf67e932280.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/44108381064a698eb7376aee4bc1478d.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/40fb866e44aec444200cdb0c384cf5a5.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/3cd22bf810430d77b7fff991a4b81551.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/3c040baec191e5117685af0bf4e2c312.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/3523588f0825ad5f54013b6031361d3b.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/3460515fd6d930b689143a8b9a51a060.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/345184e6dd9b47d6587a8f9267a818a6.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/343d88e2515bfd702fd34962f63c1d45.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/3430babbf55916a937a8757da75199c7.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/32c38c240a31c6452f47836177ee46b9.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/2c8aaa03cef19c1d7d4d14f8b29c7197.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/2b4203d8d2cf539bada40ff7fbe734fc.bin: hash unsupported: hash type not supported
2022/06/07 19:51:04 ERROR : data/2b23c8aeeebf8df30f2caf770c9c9b1d.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/2709afee4cac7fc87a04bd2b6c1c5882.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/26d92e4a0d5e060ba1879de2d02f5fc2.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/237d41a6888266372a7c9100526dfeb9.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/225bb34815aa3e89f155ba2515570cb2.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/20dec5c29481cc1d3e21dec2b289e8e9.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/1dbc7dd0dcb80b83eade1ab381422ea5.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/1c3b38583613deb87f5b4e9ff1dd94c4.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/1bb90bd3941536ce94002ae82a953f6b.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/1a472f28ea1537dd3cb911fd1e18f2af.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/17fa480245a3a67a1e5ecc246cee719d.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/17881513a7e2a728ccd2ae7301dc9054.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/177469b03caa26c0651de930f368a3ad.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/13cf568657bcfb893b6b97b5e81f4ae3.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/138969409f16e44df28d7fbcb87a5909.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/110d9add046eec4d23810f2fa9565924.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/10b8dcebcce8280dac2f30f0a57cba2a.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/0a7a707a3e247348d81931fa45ad28b3.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/0a5d8e4999a0dc48da7b66c8b8251c42.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/0a58238b82416a35c9e3dc3b3a6e825c.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/064bff9f859fb5a0bd74f0a486e133ab.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 ERROR : data/0404fe2210c6609046c1c08bf2ea7c8a.bin: hash unsupported: hash type not supported
2022/06/07 19:51:05 DEBUG : 12 go routines active
2022/06/07 19:51:05 Failed to md5sum with 310 errors: last error was: hash unsupported: hash type not supported

If your goal is to pre-cache stuff on the mount, you need to run the commands against the mount and not against the remote as that won't do anything.

rclone md5sum G:

I think is where you mounted it.

1 Like
rclone md5sum "Q:\Steam library\steamapps\common\DEATH STRANDING DIRECTORS CUT" --checkers 32 -vv

2022/06/08 20:23:58 DEBUG : rclone: Version "v1.58.1" starting with parameters ["rclone" "md5sum" "Q:\\Steam library\\steamapps\\common\\DEATH STRANDING DIRECTORS CUT" "--checkers" "32" "-vv"]
2022/06/08 20:23:58 DEBUG : Creating backend with remote "Q:\\Steam library\\steamapps\\common\\DEATH STRANDING DIRECTORS CUT"
2022/06/08 20:23:58 DEBUG : Using config file from "C:\\Users\\username\\.config\\rclone\\rclone.conf"
2022/06/08 20:23:58 DEBUG : fs cache: renaming cache item "Q:\\Steam library\\steamapps\\common\\DEATH STRANDING DIRECTORS CUT" to be canonical "//?/Q:/Steam library/steamapps/common/DEATH STRANDING DIRECTORS CUT"
2022/06/08 20:23:58 ERROR : : error listing: directory not found
2022/06/08 20:23:59 DEBUG : 2 go routines active
2022/06/08 20:23:59 Failed to md5sum with 2 errors: last error was: directory not found

Same output when omitting the checkers flag. Same again with only the drive letter / root. And I can see and access the mount and this directory in Windows.

Adding a trailing slash to the path:

rclone md5sum "Q:\Steam library\steamapps\common\DEATH STRANDING DIRECTORS CUT\" --checkers 32 -vv

2022/06/08 20:28:38 ERROR : : error listing: directory not found
2022/06/08 20:28:38 Failed to md5sum with 2 errors: last error was: directory not found

I've also now tried rclone mount without fuse-flag & VolumePrefix, with no change.

What is the output of

dir "Q:\Steam library\steamapps\common\DEATH STRANDING DIRECTORS CUT"

?

dir "Q:\Steam library\steamapps\common\DEATH STRANDING DIRECTORS CUT"

The system cannot find the path specified.

I notice as well that I see the drive inconsistently, e.g. "This PC" / Explorer sees and allows access but Notepad doesn't see it.

See:

rclone mount

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.