Good morning, My Dropet has a full disk, for this reason I need to attach a volume to it, as I already use the dropet to host websites, I want to install the volume in the same directory as my dropet, how can I do this whole process?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
What I would do is first mount the disk to a temporary directory, then by using the
rsync
or thecp
command I would copy the files from the current directory to the volume.Once the files are in place, I would remove the existing directory from the root partition, and then I would mount a volume to that specific directory path instead.
You could run the following command:
This is from the documentation here:
https://docs.digitalocean.com/products/volumes/how-to/mount/
Let me know if you have any questions! Regards, Bobby