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:
Tailored option sets for different usage scenarios – pre-configured, but customizable.
Preset User Types & Recommended Options
| User Type | Use Case | Suggested Options |
|---|---|---|
| Browsing, editing Word/Excel/PDF | –vfs-cache-mode full–vfs-cache-max-age 1h | |
| Watching videos via VLC, Plex | –vfs-cache-mode full–buffer-size 64M–vfs-read-ahead 256M | |
| Reading/writing test files, scripts | –vfs-cache-mode writes–no-modtime | |
| Long-running background mounts via SMB/NFS | –dir-cache-time 72h–poll-interval 30s–attr-timeout 1s |
Proposed UX in RcloneView
-
When creating a Mount job, user selects a “Mount Preset” (dropdown) -
Each preset populates the advanced flags automatically (editable) -
Help tooltips explain what each option does and why it matters -
Users can create Custom Presets for reuse
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) |
Roadmap
-
Phase 1: Add presets for 3 common use cases (Office, Stream, NAS) -
Phase 2: User-defined custom presets (import/export) -
Phase 3: AI-powered suggestions based on usage behavior (future)
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 ![]()