Mount Dropbox Business on Linux — NetDrive's Experimental Ubuntu Build

4 min read provider-guide dropbox linux
Kai
KaiJunior Engineer
Mount a Dropbox Business team account at a native Linux mount point using NetDrive's experimental Ubuntu build — setup, OAuth, and verification steps.

A build server running Ubuntu needs read access to shared assets sitting in a company’s Dropbox Business team account, but installing the official Dropbox client on a headless box and syncing the whole team folder locally isn’t an option when disk space is already tight. NetDrive’s Linux build mounts that Dropbox Business account at a regular mount point instead, so a script or CI job reads files the same way it would from any other directory on disk.

NetDrive drive manager showing Google Drive, S3 and pCloud mounted as drive lettersMounted clouds appearing as native drives in Windows File Explorer

Mount Dropbox Business on Ubuntu

NetDrive lets Google Drive, OneDrive, S3, SFTP, WebDAV and more appear as native drives on Windows and macOS — no syncing, no full downloads.

  • Runs on Ubuntu 16.04 and later
  • Mounts a Dropbox Business team account at a Linux mount point — no local sync folder
  • The same connection works across Windows, macOS, and Linux
WindowsmacOS
Download NetDrive for Linux →

Free trial. Lifetime and subscription plans available.

Dropbox Business on NetDrive’s Linux Build

NetDrive added Dropbox Business support in version 3.9.1190 (April 2020), alongside Team Drive and file locking. On Windows and macOS that support is treated as production-grade and gets the bulk of testing. On Linux, it inherits NetDrive’s own experimental label — a designation that applies to the whole Linux build rather than to any single provider. The current NetDrive release across all platforms is 3.19.7.

NetDrive for Linux doesn’t ship through apt or a distro package manager. It’s distributed as a GitHub release at github.com/NetDrive/installer, and Ubuntu 16.04 is the minimum supported version. The mount mechanism is the same for every provider on the Linux build — Dropbox Business gets no special treatment here.

Dropbox provider logo as shown in NetDrive's drive provider list

Installing NetDrive on Ubuntu

  1. Go to github.com/NetDrive/installer and download the release that matches your Ubuntu version.
  2. Follow the release notes bundled with that build — a driver component installs before NetDrive can mount anything, and the process may prompt for sudo.
  3. Install the package.
  4. Launch NetDrive from a terminal or your desktop environment’s application menu.

Because Linux builds ship as GitHub releases rather than through apt upgrade, this platform runs on its own release cadence — a fix that lands for Windows or macOS this week isn’t guaranteed to reach Linux the same week. Worth knowing if a pipeline depends on a specific NetDrive behavior or bug fix.

Step-by-Step: Connect Your Dropbox Business Account

  1. Open NetDrive’s Drive Manager and click + Add Drive.
  2. Select Dropbox Business from the list of connection types. Dropbox Business is a distinct connector from the personal Dropbox entry, since it authenticates against a team account rather than an individual one.
  3. Click Connect and complete the OAuth sign-in in the browser window NetDrive opens. Sign in with the team member account that has access to the folders you need — NetDrive only sees what that member’s Dropbox Business permissions allow.
  4. Mount point — a path like /mnt/dropbox-business, or any empty directory your user account can write to.
  5. Click Connect again to finish. NetDrive authenticates against Dropbox and mounts the team account at that path.

NetDrive mounting a cloud storage account as a local drive — the same interaction the Linux build provides at a mount point

Verifying the Mount

Check the mount from a terminal rather than relying on a file manager alone, particularly on an experimental build:

# Confirm the mount is listed
mount | grep dropbox

# Or just try listing it
ls /mnt/dropbox-business

Confirming that a cloud drive connected successfully after mounting on the NetDrive Linux build

Mount point stays empty after Connect — check that the directory exists and is writable by the user running NetDrive. An unwritable or missing mount point is the most common cause of a silent failure on Linux.

OAuth window doesn’t open — the Linux build needs a desktop environment or an X11 forwarding session to launch the browser flow; a fully headless SSH-only session can’t complete the sign-in step for a new connection.

Team folders you expect aren’t visible — Dropbox Business honours the signed-in member’s own folder permissions. If a folder is missing, confirm the team admin has actually shared it with that member’s account, not just with the team as a whole.

Wrap-up

Mounting Dropbox Business on Ubuntu brings the same drive-style access NetDrive offers on Windows and macOS to a Linux build server or workstation, through an installer distributed on GitHub rather than a package repository. For the broader Linux picture, see NetDrive on Ubuntu Linux; for the same account type on a more heavily tested platform, see Mount Dropbox Business on Windows with NetDrive; and for a personal Dropbox account on Linux instead of a team one, see Mount Dropbox on Linux with NetDrive.

— Kai, NetDrive