CloudBerry Drive — The Complete Guide to Mounting Cloud Storage as a Local Drive
What it is
CloudBerry Drive (now marketed as MSP360 Drive) is a Windows application that mounts cloud storage (S3, Azure, Google Cloud, Backblaze B2, Wasabi, FTP/SFTP, etc.) as a local or network drive so you can access cloud files directly from Windows Explorer and any desktop application.
Key features
- Mount cloud as a drive: Expose cloud buckets/containers as local or network drives.
- Transparent file access: Open, edit, save files from apps without manual upload/download.
- Client-side encryption & compression: Optional encryption and compression before upload.
- FTP/SFTP support: Map FTP/SFTP servers as drives.
- CLI automation: Command-line interface for scripting and automation.
- Upload/download threading & headers: Configure parallel thread count and HTTP headers for uploads.
- File-locking: Microsoft file lock support to avoid conflicts in multi-user scenarios.
- Cache options: Local caching to improve performance (configurable).
Typical use cases
- Treat cloud storage like a local NAS for desktop apps and workflows.
- Enable legacy apps that require local/UNC paths to use cloud storage.
- Provide shared access to cloud files across teams without portal downloads.
- Automate transfers and maintenance via scripts using the CLI.
Basic setup (prescriptive)
- Download and install CloudBerry/MSP360 Drive for Windows.
- Open the app and go to Options → Storage Accounts → Add.
- Select your storage provider (S3-compatible, Azure Blob, Backblaze B2, etc.).
- For S3-compatible providers (e.g., Backblaze B2 S3 endpoint), enter the service endpoint, Access Key (keyID) and Secret Key (applicationKey).
- Create or select a drive letter and map the chosen storage bucket/container to it.
- Configure optional settings: encryption, compression, cache size, thread count, and predefined HTTP headers.
- Apply and mount — the drive appears in Windows Explorer.
Performance & limitations
- Performance depends on network latency, provider throughput, and local cache settings.
- Large file operations may be slower than local disk; use caching and parallel threads to improve throughput.
- Some advanced file-system behaviors (low-level POSIX semantics, instant rename for very large files) may differ from local NTFS.
Pricing & platform
- Desktop and Server editions (one-time licenses; historically ~\(49.99 desktop / \)119.99 server).
- Windows 7/8/10/11 and Windows Server supported; requires .NET Framework (per vendor docs).
Troubleshooting tips
- If files fail to open, enable local caching or increase cache size.
- For authentication errors, re-check Access Key/Secret and service endpoint.
- Use the CLI or logs (Options → Logs) to diagnose transfer failures.
- Reduce queue thread count if you see throttling or provider rate-limit errors.
Where to get official docs
- MSP360 (CloudBerry) product page and knowledge base (setup guides, Backblaze B2 integration, CLI docs).
If you want, I can write a step‑by‑step walkthrough for a specific provider (e.g., Backblaze B2, Amazon S3, Azure) with exact field values and screenshots.
Leave a Reply