VMware vSphere

 View Only
  • 1.  Difference between .vmdk and -flat.vmdk

    Posted Nov 27, 2009 10:31 AM

    What is the difference between -vmdk and -flat.vmdk



  • 2.  RE: Difference between .vmdk and -flat.vmdk

    Posted Nov 27, 2009 10:35 AM

    One is a pointer to the other - The reason for having 2 is something to do with management of thin disks (I think)



  • 3.  RE: Difference between .vmdk and -flat.vmdk

    Posted Nov 27, 2009 11:04 AM

    almost all of the different virtual disk types use a separate descriptor-file because it is easier to handle than embedded descriptor-files.

    For more info see http://sanbarrow.com/vmdk/disktypes.html




    ___________________________________

    VMX-parameters- VMware-liveCD - VM-Sickbay



  • 4.  RE: Difference between .vmdk and -flat.vmdk

    Posted Nov 28, 2009 02:32 AM

    the .vmdk file is a stub file or descriptive file as was mentioned.

    the -flat file is the actial virtual disk file

    www.phdvirtual.com, makers of esXpress



  • 5.  RE: Difference between .vmdk and -flat.vmdk

    Posted Nov 13, 2018 05:56 PM

    The .vmdk file (also called the descriptor) is a text file that contains configuration information about a VM’s virtual hard drive. The *-flat.vmdk file is the virtual equivalent of a physical hard drive, this is where raw data is written to. You won’t find this file listed in Directory Browser. It is instead combined with the descriptor file and presented as a single file.



  • 6.  RE: Difference between .vmdk and -flat.vmdk

    Posted Jan 15, 2019 07:35 AM

    VMDK files. All virtual disks are made up of two files, a large data file equal to the size of the virtual disk and a small text disk descriptor file, which describes the size and geometry of the virtual disk file. The descriptor file also contains a pointer to the large data file as well as information on the virtual disks drive sectors, heads, cylinders and disk adapter type. In most cases these files will have the same name as the data file that it is associated with (i.e., myvm_1.vmdk and myvm_1-flat.vmdk). You can match the descriptor file to the data file by checking the Extent Description field in this file to see which -flat, -rdm or -delta file is linked to it.

    https://searchvmware.techtarget.com/tip/Understanding-the-files-that-make-up-a-VMware-virtual-machine



  • 7.  RE: Difference between .vmdk and -flat.vmdk

    Posted Dec 12, 2022 09:09 PM


    node7 has two disks listed in config, in a datastore default thin provision

    node7-000001.vmdk
    node7_2-000001.vmdk

    Do I have wasted space/orphan files here?



  • 8.  RE: Difference between .vmdk and -flat.vmdk

    Posted Dec 12, 2022 10:13 PM

    You should open an new fresh thread with your question. Please provide the output of

    ls -alh

    and

    grep vmdk *.vmx

    It looks like that you create a snap 2 month ago and have not deleted it since.



  • 9.  RE: Difference between .vmdk and -flat.vmdk

    Posted Dec 12, 2022 10:30 PM

    In case you will lose or damage your flat. vmdk you can lost your data. Only backup will be able to assist.



  • 10.  RE: Difference between .vmdk and -flat.vmdk

    Posted Dec 13, 2022 05:15 PM

    that was it. thank you for the reply, and sorry for intruding in this thread.