AWS S3 Mount Hanging/Crashing

hi,
add these flags to the mount command, should help with windows explorer
--network-mode --buffer-size=0

that should not be needed.
given your mount is read-only, might want to pre-load the vfs dir cache.
after that, rclone will not have to re-read list of files/dirs

rclone has two types of vfs cache, can read about it
https://forum.rclone.org/t/status-about-using-rclone-for-music-storage-playback-in-2021-access-times-improved/27648/34

  1. make sure to add --network-mode --buffer-size=0
    now to pre-load the vfs dir cache.
  2. add --rc --rc-no-auth
  3. start the mount, but do NOT access J:
  4. run rclone rc vfs/refresh recursive=true -vv - can take a few minutes to complete
  5. now navigate J: - hopefully will be more performant.