Smarter Mount Presets for Streaming, Office, NAS & Dev Users

:page_facing_up: Description

Mounting remote cloud storage as a virtual drive is one of Rclone’s most powerful features.

However, configuring mount options for optimal performance requires deep knowledge of flags like --vfs-cache-mode, --buffer-size, --dir-cache-time, etc.

To make this feature accessible to everyone, we propose a Mount Preset System in RcloneView:

:bullseye: Tailored option sets for different usage scenarios – pre-configured, but customizable.


:busts_in_silhouette: Preset User Types & Recommended Options

User Type Use Case Suggested Options
:office_worker: Office / Document Viewer Browsing, editing Word/Excel/PDF –vfs-cache-mode full–vfs-cache-max-age 1h
:television: Media Streaming Watching videos via VLC, Plex –vfs-cache-mode full–buffer-size 64M–vfs-read-ahead 256M
:desktop_computer: Dev / Test Reading/writing test files, scripts –vfs-cache-mode writes–no-modtime
:puzzle_piece: NAS Integration Long-running background mounts via SMB/NFS –dir-cache-time 72h–poll-interval 30s–attr-timeout 1s

:hammer_and_wrench: Proposed UX in RcloneView

  • :white_check_mark: When creating a Mount job, user selects a “Mount Preset” (dropdown)

  • :gear: Each preset populates the advanced flags automatically (editable)

  • :brain: Help tooltips explain what each option does and why it matters

  • :puzzle_piece: Users can create Custom Presets for reuse


:warning: Limitations to Acknowledge

Limitation Solution
Some options are OS-specific or dependent on Rclone version RcloneView will validate platform compatibility
Too many options may overwhelm users Start with 3–4 curated presets with clean UI
Not all advanced options are supported via Rclone API Fallback to CLI execution where needed (with user notice)

:date: Roadmap

  • :white_check_mark: Phase 1: Add presets for 3 common use cases (Office, Stream, NAS)

  • :magnifying_glass_tilted_left: Phase 2: User-defined custom presets (import/export)

  • :brain: Phase 3: AI-powered suggestions based on usage behavior (future)


:man_raising_hand: Want to Mount Smarter?

Upvote this post if easier and smarter Rclone Mounting would improve your RcloneView experience!

Have a preset or flag combo that works for your workflow?

Share it below and help us build the best mount experience for all :backhand_index_pointing_down: