<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Lenrek's Blog</title>
	<atom:link href="http://lenrek.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lenrek.wordpress.com</link>
	<description>Just another weblog</description>
	<lastBuildDate>Fri, 20 Nov 2009 01:31:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on IDE vs SCSI Emulation of VMware in Linux by Ondrej Cecak</title>
		<link>http://lenrek.wordpress.com/2008/01/31/ide-vs-scsi-emulation-of-vmware-in-linux/#comment-545</link>
		<dc:creator>Ondrej Cecak</dc:creator>
		<pubDate>Fri, 20 Nov 2009 01:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=27#comment-545</guid>
		<description>Hi,

maybe quite more comfortable way, how to change SCSI disc to IDE (editing of full vmdk wasn&#039;t working well):

1) Convert disc to flat.
vmware-vdiskmanager -r scsi.vmdk -t 2 temp.vmdk

2) Change disc type to IDE.
In short text file temp.vmdk change &quot;ddb.adapterType&quot; to value &quot;ide&quot;
ddb.adapterType = &quot;ide&quot;

3) Convert disc back (in my case to single file, not preallocated).
vmware-vdiskmanager -r temp.vmdk -t 0 ide.vmdk

4) Add new existing disc to VM (connected as IDE).

-- 
Ondrej Cecak</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>maybe quite more comfortable way, how to change SCSI disc to IDE (editing of full vmdk wasn&#8217;t working well):</p>
<p>1) Convert disc to flat.<br />
vmware-vdiskmanager -r scsi.vmdk -t 2 temp.vmdk</p>
<p>2) Change disc type to IDE.<br />
In short text file temp.vmdk change &#8220;ddb.adapterType&#8221; to value &#8220;ide&#8221;<br />
ddb.adapterType = &#8220;ide&#8221;</p>
<p>3) Convert disc back (in my case to single file, not preallocated).<br />
vmware-vdiskmanager -r temp.vmdk -t 0 ide.vmdk</p>
<p>4) Add new existing disc to VM (connected as IDE).</p>
<p>&#8211;<br />
Ondrej Cecak</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oh&#8230; Another April Fool&#8230; by Miguel Eloi</title>
		<link>http://lenrek.wordpress.com/2009/04/01/oh-another-april-fool/#comment-544</link>
		<dc:creator>Miguel Eloi</dc:creator>
		<pubDate>Thu, 05 Nov 2009 00:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=171#comment-544</guid>
		<description>Hello Lenrek&#039;s,

I&#039;ve seen some of your photos on Flickr, with the Sony A350 and with the Sigma 70-300.

I have one Sony Alpha 350, and i i&#039;m looking to buy a zoom lens.
What is your opinion about the Sigma 70-300 APO, working on the Alpha 350? Did you had any problems with it?

Thank you,
Best Regards

Miguel Elói, (migueleloi@hotmail.com)
Portugal</description>
		<content:encoded><![CDATA[<p>Hello Lenrek&#8217;s,</p>
<p>I&#8217;ve seen some of your photos on Flickr, with the Sony A350 and with the Sigma 70-300.</p>
<p>I have one Sony Alpha 350, and i i&#8217;m looking to buy a zoom lens.<br />
What is your opinion about the Sigma 70-300 APO, working on the Alpha 350? Did you had any problems with it?</p>
<p>Thank you,<br />
Best Regards</p>
<p>Miguel Elói, (migueleloi@hotmail.com)<br />
Portugal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IDE vs SCSI Emulation of VMware in Linux by lenrek</title>
		<link>http://lenrek.wordpress.com/2008/01/31/ide-vs-scsi-emulation-of-vmware-in-linux/#comment-542</link>
		<dc:creator>lenrek</dc:creator>
		<pubDate>Fri, 16 Oct 2009 06:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=27#comment-542</guid>
		<description>Oh? I did not try pre-allocate the disk. 

Thanks for the info.</description>
		<content:encoded><![CDATA[<p>Oh? I did not try pre-allocate the disk. </p>
<p>Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IDE vs SCSI Emulation of VMware in Linux by lolz</title>
		<link>http://lenrek.wordpress.com/2008/01/31/ide-vs-scsi-emulation-of-vmware-in-linux/#comment-537</link>
		<dc:creator>lolz</dc:creator>
		<pubDate>Tue, 15 Sep 2009 21:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=27#comment-537</guid>
		<description>Switching to IDE is actually not a solution. I switched to scsi prealloc disk because thats the fastest disk access method whatsoever with vmware.

I started getting this error when I had to run more guests from the same disk pbly due to the large sequential io the oses rot in with waiting.

When I had the most io sensitive os on a separated disk I had no problem at all just that crashed for now.

Also on the guest you can experience processes actually die out because they cant write out their logs etc. 

Oh and this is the latest kernel+ latest vmware server so the problem u discussing here is still exist.</description>
		<content:encoded><![CDATA[<p>Switching to IDE is actually not a solution. I switched to scsi prealloc disk because thats the fastest disk access method whatsoever with vmware.</p>
<p>I started getting this error when I had to run more guests from the same disk pbly due to the large sequential io the oses rot in with waiting.</p>
<p>When I had the most io sensitive os on a separated disk I had no problem at all just that crashed for now.</p>
<p>Also on the guest you can experience processes actually die out because they cant write out their logs etc. </p>
<p>Oh and this is the latest kernel+ latest vmware server so the problem u discussing here is still exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware Server 1.0.7 and Linux Kernel 2.6.26.x by david</title>
		<link>http://lenrek.wordpress.com/2008/08/31/vmware-server-107-with-linux-kernel-2626x/#comment-536</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 29 Jul 2009 11:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=52#comment-536</guid>
		<description>Thanks for the guide!</description>
		<content:encoded><![CDATA[<p>Thanks for the guide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IDE vs SCSI Emulation of VMware in Linux by francis.g</title>
		<link>http://lenrek.wordpress.com/2008/01/31/ide-vs-scsi-emulation-of-vmware-in-linux/#comment-535</link>
		<dc:creator>francis.g</dc:creator>
		<pubDate>Mon, 27 Jul 2009 12:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=27#comment-535</guid>
		<description>I have the same problems. Maybe, switching to IDE will help. I stay tuned to tell you.
Thx, 
F.</description>
		<content:encoded><![CDATA[<p>I have the same problems. Maybe, switching to IDE will help. I stay tuned to tell you.<br />
Thx,<br />
F.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware Server 1.0.6 and Linux kernel 2.6.26.x by lenrek</title>
		<link>http://lenrek.wordpress.com/2008/08/09/vmware-server-106-for-linux-kernel-2626x/#comment-534</link>
		<dc:creator>lenrek</dc:creator>
		<pubDate>Tue, 09 Jun 2009 09:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=42#comment-534</guid>
		<description>Well… Thanks!

I only post if there is something interesting to talk about… I guess, been busy with my new hobby (photography) and being more busy in Facebook just kinda having fewer things to write.

:p</description>
		<content:encoded><![CDATA[<p>Well… Thanks!</p>
<p>I only post if there is something interesting to talk about… I guess, been busy with my new hobby (photography) and being more busy in Facebook just kinda having fewer things to write.</p>
<p>:p</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oh&#8230; Another April Fool&#8230; by lenrek</title>
		<link>http://lenrek.wordpress.com/2009/04/01/oh-another-april-fool/#comment-532</link>
		<dc:creator>lenrek</dc:creator>
		<pubDate>Tue, 09 Jun 2009 09:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=171#comment-532</guid>
		<description>Huh? I have absolutely no idea what you are talking about... Was it a joke?</description>
		<content:encoded><![CDATA[<p>Huh? I have absolutely no idea what you are talking about&#8230; Was it a joke?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware Server 1.0.6 and Linux kernel 2.6.26.x by illushene</title>
		<link>http://lenrek.wordpress.com/2008/08/09/vmware-server-106-for-linux-kernel-2626x/#comment-531</link>
		<dc:creator>illushene</dc:creator>
		<pubDate>Thu, 04 Jun 2009 02:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=42#comment-531</guid>
		<description>Sweet blog. I never know what I am going to come across next. I think you should do more posting as you have some pretty intelligent stuff to say.

I&#039;ll be watching you &lt;a title=&quot;roulette strategy&quot; href=&quot;http://www.roulettesniper.com&quot; rel=&quot;nofollow&quot;&gt;.&lt;/a&gt; &lt;a title=&quot;blackjack strategy&quot; href=&quot;http://www.blackjacksniper.com&quot; rel=&quot;nofollow&quot;&gt;:)&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Sweet blog. I never know what I am going to come across next. I think you should do more posting as you have some pretty intelligent stuff to say.</p>
<p>I&#8217;ll be watching you <a title="roulette strategy" href="http://www.roulettesniper.com" rel="nofollow">.</a> <a title="blackjack strategy" href="http://www.blackjacksniper.com" rel="nofollow"> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oh&#8230; Another April Fool&#8230; by Cederash</title>
		<link>http://lenrek.wordpress.com/2009/04/01/oh-another-april-fool/#comment-530</link>
		<dc:creator>Cederash</dc:creator>
		<pubDate>Sat, 23 May 2009 21:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://lenrek.wordpress.com/?p=171#comment-530</guid>
		<description>Как по мне - тема раскрыта четко, спасибо за пост!</description>
		<content:encoded><![CDATA[<p>Как по мне &#8211; тема раскрыта четко, спасибо за пост!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
