<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to thin provision an exsiting VMWare disk on ESXi without virtual center</title>
	<atom:link href="http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/</link>
	<description>Random and Useless Thoughts on Everything</description>
	<lastBuildDate>Mon, 30 Aug 2010 00:16:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Insufficient disk space on datastore (ESXI) - webhostingtalk.nl</title>
		<link>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/comment-page-1/#comment-170</link>
		<dc:creator>Insufficient disk space on datastore (ESXI) - webhostingtalk.nl</dc:creator>
		<pubDate>Mon, 25 Jan 2010 09:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashzero.com/?p=97#comment-170</guid>
		<description>[...] de images op thin provisioning. Scheel een pak.  http://www.slashzero.com/2008/10/how...irtual-center/   __________________ GlobalServe BVBA - Connecting Your Business And Infrastructure Hosted Exchange [...]</description>
		<content:encoded><![CDATA[<p>[...] de images op thin provisioning. Scheel een pak.  <a href="http://www.slashzero.com/2008/10/how...irtual-center/" rel="nofollow">http://www.slashzero.com/2008/10/how&#8230;irtual-center/</a>   __________________ GlobalServe BVBA &#8211; Connecting Your Business And Infrastructure Hosted Exchange [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleixsr</title>
		<link>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/comment-page-1/#comment-61</link>
		<dc:creator>aleixsr</dc:creator>
		<pubDate>Fri, 17 Apr 2009 17:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashzero.com/?p=97#comment-61</guid>
		<description>Thank you very much, I was crazy with this option until I read it!</description>
		<content:encoded><![CDATA[<p>Thank you very much, I was crazy with this option until I read it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abx21</title>
		<link>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/comment-page-1/#comment-50</link>
		<dc:creator>abx21</dc:creator>
		<pubDate>Tue, 27 Jan 2009 18:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashzero.com/?p=97#comment-50</guid>
		<description>Yes, do an ls -lsh, the first column shows the actual size of the file.</description>
		<content:encoded><![CDATA[<p>Yes, do an ls -lsh, the first column shows the actual size of the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Bush</title>
		<link>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/comment-page-1/#comment-45</link>
		<dc:creator>Derek Bush</dc:creator>
		<pubDate>Wed, 17 Dec 2008 21:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashzero.com/?p=97#comment-45</guid>
		<description>To show the difference use ls -s
The &quot;-s&quot; or &quot;--size&quot; option shows the blocks actually used.</description>
		<content:encoded><![CDATA[<p>To show the difference use ls -s<br />
The &#8220;-s&#8221; or &#8220;&#8211;size&#8221; option shows the blocks actually used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abx21</title>
		<link>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/comment-page-1/#comment-44</link>
		<dc:creator>abx21</dc:creator>
		<pubDate>Fri, 12 Dec 2008 18:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashzero.com/?p=97#comment-44</guid>
		<description>Its a sparse file.  Kind of like lastlog on a linux system.  At least thats what I think.</description>
		<content:encoded><![CDATA[<p>Its a sparse file.  Kind of like lastlog on a linux system.  At least thats what I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Rogers</title>
		<link>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/comment-page-1/#comment-42</link>
		<dc:creator>Jay Rogers</dc:creator>
		<pubDate>Wed, 10 Dec 2008 19:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashzero.com/?p=97#comment-42</guid>
		<description>I tried this tip and another from another blog but never see a size difference in the files.

Starting in the vmfs LUN I want to create the file I have tried:
vmkfstools -i disk1.vmdk disk1thin -d &#039;thin&#039; -a lsilogic
and
vmkfstools -c 10G -d thin disk1.vmdk

both show the same size:
[root@esx3srv0101ph hdslun14a]# ls -l
total 2240
-rw-------    1 root     root     10737418240 Dec 10 13:32 disk1-flat.vmdk
-rw-------    1 root     root          397 Dec 10 14:00 disk1thin
-rw-------    1 root     root     10737418240 Dec 10 13:59 disk1thin-flat
-rw-------    1 root     root          398 Dec 10 13:32 disk1.vmdk</description>
		<content:encoded><![CDATA[<p>I tried this tip and another from another blog but never see a size difference in the files.</p>
<p>Starting in the vmfs LUN I want to create the file I have tried:<br />
vmkfstools -i disk1.vmdk disk1thin -d &#8216;thin&#8217; -a lsilogic<br />
and<br />
vmkfstools -c 10G -d thin disk1.vmdk</p>
<p>both show the same size:<br />
[root@esx3srv0101ph hdslun14a]# ls -l<br />
total 2240<br />
-rw&#8212;&#8212;-    1 root     root     10737418240 Dec 10 13:32 disk1-flat.vmdk<br />
-rw&#8212;&#8212;-    1 root     root          397 Dec 10 14:00 disk1thin<br />
-rw&#8212;&#8212;-    1 root     root     10737418240 Dec 10 13:59 disk1thin-flat<br />
-rw&#8212;&#8212;-    1 root     root          398 Dec 10 13:32 disk1.vmdk</p>
]]></content:encoded>
	</item>
</channel>
</rss>
