<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Size of vmdk-File in DatastoreBrowser not the same as in busybox? in ESXi Discussions</title>
    <link>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644187#M145517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the normal behavior. The VMDK is compressed on the VMFS level, so the real information is the one showed on the datastore browser. When you download the file, they will be copied with its uncompressed data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo Soares&lt;/P&gt;&lt;P&gt;VMWare Certified Professional 310/410&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;P&gt;Globant Argentina&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider awarding points for "helpful" and/or "correct" answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 00:04:43 GMT</pubDate>
    <dc:creator>marcelo_soares</dc:creator>
    <dc:date>2010-02-22T00:04:43Z</dc:date>
    <item>
      <title>Size of vmdk-File in DatastoreBrowser not the same as in busybox?</title>
      <link>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644185#M145515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have some VMs in ESXi 4.0 U1, i installed the virtual Disks as "thin" so they should grow in size, when the VM is becoming bigger.&lt;/P&gt;&lt;P&gt;If i look at the vmdk-files in the DatastoreBrowser of vSphere Client 4 this is the case and i have some 20 GB files for my Windows Server 2008 vmdk-files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i look into the real file system by busybox (i use WinSCP or putty, and same with Trilead VMX) then each vmdk-flat has the maximal size of 100 GB (exactly 107 GB). The vmdk-file is named there .vmdk-flat and not .vmdk like in the DatastoreBrowser.&lt;/P&gt;&lt;P&gt;If i download the vmdk-file by DatastoreBrowser to a Windows machine i get as well a vmdk-flat with big size and not the size indicated in DatastoreBrowser.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surprisingly all vmdk-flat-files together (seen in WinSCP or VMX) are bigger than the physical HDD (500 GB). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, franc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2010 23:41:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644185#M145515</guid>
      <dc:creator>francwalter</dc:creator>
      <dc:date>2010-02-21T23:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Size of vmdk-File in DatastoreBrowser not the same as in busybox?</title>
      <link>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644186#M145516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A vmdk actually consists of two files. A descriptor file and a data file. The descriptor file is simply a text file that includes a brief description of the disk and a pointer to the data file. The descriptor file on the disk would be something like server.vmdk and the data file would be server-flat.vmdk. When you view the files with the datastore browser the vSphere Client displays the server.vmdk but uses the on disk size of the server-flat.vmdk. When you look at the storage from the busybox console you will see allocated space (potential size).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 00:03:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644186#M145516</guid>
      <dc:creator>DSTAVERT</dc:creator>
      <dc:date>2010-02-22T00:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Size of vmdk-File in DatastoreBrowser not the same as in busybox?</title>
      <link>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644187#M145517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the normal behavior. The VMDK is compressed on the VMFS level, so the real information is the one showed on the datastore browser. When you download the file, they will be copied with its uncompressed data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo Soares&lt;/P&gt;&lt;P&gt;VMWare Certified Professional 310/410&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;P&gt;Globant Argentina&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider awarding points for "helpful" and/or "correct" answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 00:04:43 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644187#M145517</guid>
      <dc:creator>marcelo_soares</dc:creator>
      <dc:date>2010-02-22T00:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Size of vmdk-File in DatastoreBrowser not the same as in busybox?</title>
      <link>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644188#M145518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beware when you over allocate storage. Snapshots and swapfiles can eat up space very quickly. have a look at &lt;A href="http://kb.vmware.com/kb/1015180"&gt;Understanding Snapshots&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 00:07:28 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644188#M145518</guid>
      <dc:creator>DSTAVERT</dc:creator>
      <dc:date>2010-02-22T00:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Size of vmdk-File in DatastoreBrowser not the same as in busybox?</title>
      <link>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644189#M145519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;as marcelo said, the thin disks works at VMFS partition level. Thin disks doesn't exist outside a VMFS partition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example is you run "df -kh" you will see the &lt;STRONG&gt;real&lt;/STRONG&gt; disk space usage (allocated) of the VMFS partition. In other words you are seeing the total amount of disk space used by the vms' thin disks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, is you run in the busybox "ls -sh" (instead of "ls -lh") you will see the real disk space usage of the thin virtual disk of a particular vm (vmdk).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is that tools like winscp don't see the allocated disk size of the thin disks. This tools sees the reserved vmdk's file size. Then it copies all the disk file size as thick disks. And of course, the target file-system partition that will hold the thin disks, doesn't support thin disks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A thin disk with 3 GB of real data (allocated) and a reserverd size of 10 GB is copied over the net by Winscp as a 10 GB disk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards/Saludos,&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please consider awarding&lt;/STRONG&gt; any helpful answer. Thanks!! - &lt;STRONG&gt;Por favor considera premiar&lt;/STRONG&gt; las respuestas útiles. Muchas gracias!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.vmware.com/b-5528"&gt;Virtually noob blog&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 01:35:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644189#M145519</guid>
      <dc:creator>Borja_Mari</dc:creator>
      <dc:date>2010-02-22T01:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Size of vmdk-File in DatastoreBrowser not the same as in busybox?</title>
      <link>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644190#M145520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now i know better, thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours, franc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 17:00:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ESXi-Discussions/Size-of-vmdk-File-in-DatastoreBrowser-not-the-same-as-in-busybox/m-p/1644190#M145520</guid>
      <dc:creator>francwalter</dc:creator>
      <dc:date>2010-02-22T17:00:49Z</dc:date>
    </item>
  </channel>
</rss>

