Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I increase the size of an Azure CloudDrive?

Tags:

azure

vhd

drive

I have an existing Azure CloudDrive that I want to make bigger. The simplist way I can think of is to creating a new drive and copying everything over. I cannot see anyway to just increase the size of the vhd. Is there a way?

like image 882
woaksie Avatar asked Nov 04 '22 23:11

woaksie


2 Answers

Since an Azure drive is essentially a page blob, you can resize it. You'll find this blog post by Windows Azure Storage team useful regarding that: http://blogs.msdn.com/b/windowsazurestorage/archive/2010/04/11/using-windows-azure-page-blobs-and-how-to-efficiently-upload-and-download-page-blobs.aspx. Please read the section titled "Advanced Functionality – Clearing Pages and Changing Page Blob Size" for sample code.

like image 137
Gaurav Mantri Avatar answered Nov 09 '22 10:11

Gaurav Mantri


yes you can,

please i know this program, is ver easy for use, you can connect with you VHD and create new, upload VHD and connect with azure, upload to download files intro VHD http://azuredriveexplorer.codeplex.com/

like image 30
Jesus Avatar answered Nov 09 '22 10:11

Jesus