vhd
How can I attach a VHDx or VHD file in Linux? [closed]
You can use libguestfs-tools to achieve this. First, you need to install it, on Ubuntu/Debian-like Linux that would be: sudo apt-get install libguestfs-tools Then, you can mount almost whatever you wish: guestmount –add yourVirtualDisk.vhdx –inspector –ro /mnt/anydirectory This is just an example of read-only extraction point. Hints: Run it as normal user, i.e.: guestmount … … Read more
How do I delete an Azure storage account containing a leased blob?
The key to the solution is the message that the container has an active disk artifact and the advice to remove it from the repository. The procedure to remove the disk image from the blob repository is: Go to the Windows Azure Management Portal. Click on Virtual Machines. Click on Disks. Click on the disk. … Read more