Attaching a volume adds separate storage and does not increase a Droplet’s root disk size.
Can I attach a volume to multiple Droplets?
Validated on 20 Jan 2026 • Last edited on 28 Jan 2026
You can attach a block storage volume to only one Droplet at a time. Volumes appear to Droplets as locally attached block devices, and attaching the same volume to multiple Droplets simultaneously can result in data corruption.
If you need multiple Droplets to access the same data, use a network filesystem hosted on a single Droplet with the volume attached. Common approaches include using SSHFS for simple or low-throughput use cases, or NFS for shared access across multiple Droplets and higher-performance workloads.
In these setups, one Droplet mounts the volume locally, and other Droplets access the data over the network instead of attaching the volume directly.