Volume Quickstart

Volumes are network-based block devices that provide additional data storage for Droplets. You can move them between Droplets and resize them at any time. Learn more about volumes.


Add New Volumes to Droplets

You can add a new volume to an existing Droplet or while creating a new Droplet.

  1. From the Create menu in the top right of the control panel, click Volumes, then choose an existing Droplet to attach the volume to in Select Droplet to attach to.

    Alternatively, on the Droplet create page, in the Add block storage section, click Add Volume.

  2. Choose the size of your volume, which can be from 1 GB to 16 TiB (16,384 GB).

  3. Format and mount the volume. This is automatic for supported operating systems. Instructions for manual formatting and mounting are in the volume’s More menu under Config instructions.

    Automatic and manual setup both format the volume with ext4, mount it into /mnt with the options defaults,nofail,discard,noatime, and update /etc/fstab for persistent mounting across reboots.

Move Volumes to Different Droplets

You can move volumes between different Droplets in the same datacenter.

  1. Unmount the volume to prevent OS-level errors.
  2. Open the volume’s More menu and choose Detach from Droplet. Detaching a volume removes the volume from its current Droplet.
  3. In the same More menu, attach the volume to a different Droplet by choosing Attach to Droplet, then selecting the Droplet you want to use.
  4. Mount the volume to make it accessible to the new Droplet.

Increase the Size of Volumes

If you need more storage space, you can increase the size of a volume.

  1. Resize the volume itself. In the volume’s More menu, choose Increase size.
  2. In the Increase volume size window, enter a new size in GB (at least 1 GB larger than the current size) and click Resize volume.
  3. Expand the filesystem to use the additional space. For ext4, use resize2fs. For XFS, use xfs_growfs.

Volumes are unpartitioned by default, but if you manually partitioned your volume when you created it, you need to expand the final partition before expanding the filesystem.

You cannot decrease the size of a volume because of the risk of data loss and filesystem corruption.

Delete Volumes

Deleting a volume permanently and irreversibly destroys the volume and its contents.

  1. Open the volume’s More menu and choose Delete.
  2. In the Delete volume window that opens, confirm the deletion.