Close Menu
    Facebook X (Twitter) Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    TecAdmin

    How to Convert VMDK to VDI Disk using VirtualBox

    By RahulAugust 29, 20181 Min Read

    VDI is the native format for VirtualBox and has many advantages over VMDK disk. VMDK also has its own advantages over other formats and you can also use vmdk disk with VirtualBox. In some cases, if you still required to convert .vmdk to .vdi disk format. Use VBoxManager command to convert .vmdk to .vdi.

    VBoxManage – Convert VMDK to VDI

    If the vmdk disk is attached to running virtual machine shutdown the VM first and remove vmdk file from VM.

    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 VDI mydisk.vmdk mydisk.vdi
    

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

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

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

    Related Posts

    Changing the UUID of a VirtualBox VDI File on Windows

    How to Change UUID of a VirtualBox VDI File on Windows

    Understanding Type 1 vs. Type 2 Virtualization

    How to Install VirtualBox on macOS

    How to Install VirtualBox on MacOS

    View 3 Comments

    3 Comments

    1. Scott Van Caster on August 25, 2022 2:44 pm

      Using VBox 6.1 and UB 20.04, VBox changed clonehd to clonemedium, same syntax.

      Reply
    2. cesar daniel lopez on October 6, 2020 12:24 pm

      yes, it works. tested virtualbox 5.2 ubuntu 20.04

      Reply
    3. slappy on October 17, 2019 7:33 pm

      Does not work if you do not keep the image files in the same directory. Attempt to put in the directory string and get Syntax error: Invalid parameter ’10’, but thanks!

      Reply
    Leave A Reply Cancel Reply


    Advertisement
    Recent Posts
    • How to Enable Left-Handed Mouse Mode in Ubuntu
    • How to Install and Configure Apache, MySQL, and PHP-FPM on Ubuntu 24.04
    • How to Git Change Remote Origin URL
    • How to Install Libreoffice on Ubuntu
    • How to Reindex All SQL Server Databases Using a PowerShell Script
    Facebook X (Twitter) Instagram Pinterest
    © 2024 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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