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.
thnx @hansen
Actually i have an 2 droplet and both have an different different block storage so i want to copy one droplet block storage data to second droplet block storage.
or else how to access one droplet block storage to second droplet.
You can attach multiple Block Storage volumes to the same droplet (up to 5 volumes).
Then you could attach another volume to your current droplet, and configure it as another device in Ubuntu, and then copy data with the regular cp command.
okay thnx @hansen
@hansen Actually i can’t able to login this droplet because it is under Ddos attack. But i have an snapshot of the block storage.
thnx @hansen Actually i have an 2 droplet and both have an different different block storage so i want to copy one droplet block storage data to second droplet block storage.
or else how to access one droplet block storage to second droplet.
Hi @DhavalPadshala
You can attach multiple Block Storage volumes to the same droplet (up to 5 volumes). Then you could attach another volume to your current droplet, and configure it as another device in Ubuntu, and then copy data with the regular
cp
command.