rclone mount s9:/ ~/s9 \ --vfs-cache-mode writes \ # Allows writing and editing files normally --vfs-cache-max-age 1h \ # Cache files for up to 1 hour --vfs-cache-max-size 10G \ # Optional: limit cache size --dir-cache-time 72h \ # Directory listing cache --poll-interval 1m \ # Detect remote changes --ftp-concurrency 8 \ # More parallel transfers (FTP is slow) --transfers 8 \ --checkers 16 \ # --daemon \ # Run in background (or omit to run in foreground) --allow-other \ # Let other users see the mount (optional) --file-perms 0666 \ # Fix permission issues if needed --dir-perms 0777