Facebook X (Twitter) Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook X (Twitter) Instagram
    TecAdmin
    You are at:Home»General Articles»How to Convert VDI to VMDK Disk using VirtualBox

    How to Convert VDI to VMDK Disk using VirtualBox

    By RahulAugust 30, 20181 Min Read

    This tutorial helps you to convert a VDI disk to VMDK disk using VirtualBox VBoxManage command.

    VBoxManage – Convert VDI to VMDK

    Before starting work in this tutorial make sure to detach vdi disk from VirtualMachine.

    Windows Users can use the following command to change UUID of D:\NewVM\myDisk1.vdi disk.

    c:\> cd "C:\Program Files\Oracle\VirtualBox\"
    c:\> VBoxManage clonehd --format VMDK mydisk.vdi mydisk.vmdk
    

    Linux Users can also use the VBoxManage command to change UUID of a disk.

    VBoxManage clonehd --format VMDK mydisk.vdi mydisk.vmdk
    

    vboxmanage VDI VirtualBox vmdk
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    Using .env File in FastAPI

    Setting Up Email Notifications for Django Error Reporting

    How to Enable Apache Rewrite (mod_rewrite) Module

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • Using .env File in FastAPI
    • Setting Up Email Notifications for Django Error Reporting
    • How to Enable Apache Rewrite (mod_rewrite) Module
    • What are Microservices?
    • Variable Expansion in ZSH
    Facebook X (Twitter) Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.