<?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: I Have Found Virtualization Bliss on My Mac</title>
	<atom:link href="http://svenontech.com/2006/04/08/i-have-found-virtualization-bliss-on-my-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://svenontech.com/2006/04/08/i-have-found-virtualization-bliss-on-my-mac/</link>
	<description>The technology resource you can't resist!</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:19:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: james968</title>
		<link>http://svenontech.com/2006/04/08/i-have-found-virtualization-bliss-on-my-mac/comment-page-1/#comment-14745</link>
		<dc:creator>james968</dc:creator>
		<pubDate>Mon, 10 Apr 2006 02:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://svenontech.com/2006/04/07/i-have-found-virtualization-bliss-on-my-mac/#comment-14745</guid>
		<description>If you put the CD into the system and run the command:
diskutil list

It will give you a list of all of the drives that are mounted and their device name</description>
		<content:encoded><![CDATA[<p>If you put the CD into the system and run the command:<br />
diskutil list</p>
<p>It will give you a list of all of the drives that are mounted and their device name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBrown</title>
		<link>http://svenontech.com/2006/04/08/i-have-found-virtualization-bliss-on-my-mac/comment-page-1/#comment-14744</link>
		<dc:creator>JBrown</dc:creator>
		<pubDate>Sun, 09 Apr 2006 22:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://svenontech.com/2006/04/07/i-have-found-virtualization-bliss-on-my-mac/#comment-14744</guid>
		<description>Ok, first, it&#039;s a script, which is intended to be copied and pasted into pico (or whatever text editor you use) and run as such.  If you don&#039;t know what you&#039;re doing, you shouldn&#039;t be in the command line anyway.

Second, I was mistaken, it&#039;s not &quot;injecting&quot; code per se.  It does leverage the VT-x technology built into the Core Duo, and elevates the code to a higher &quot;ring&quot; in the processor.  If not done correctly, this can have serious consequences (hard crashes, data loss, etc.)  You can read more about it &lt;a href=&quot;http://www.theinquirer.net/?article=21450&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Ok, first, it&#8217;s a script, which is intended to be copied and pasted into pico (or whatever text editor you use) and run as such.  If you don&#8217;t know what you&#8217;re doing, you shouldn&#8217;t be in the command line anyway.</p>
<p>Second, I was mistaken, it&#8217;s not &#8220;injecting&#8221; code per se.  It does leverage the VT-x technology built into the Core Duo, and elevates the code to a higher &#8220;ring&#8221; in the processor.  If not done correctly, this can have serious consequences (hard crashes, data loss, etc.)  You can read more about it <a href="http://www.theinquirer.net/?article=21450" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ambrose</title>
		<link>http://svenontech.com/2006/04/08/i-have-found-virtualization-bliss-on-my-mac/comment-page-1/#comment-14743</link>
		<dc:creator>Ambrose</dc:creator>
		<pubDate>Sun, 09 Apr 2006 21:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://svenontech.com/2006/04/07/i-have-found-virtualization-bliss-on-my-mac/#comment-14743</guid>
		<description>Ditto the previous two comments. Also note that the given /dev/ location for one&#039;s optical drive is a likely one, but not necessarily the correct one.

There&#039;s a good how-to at http://www.macfixit.com/article.php?story=20060407080157849</description>
		<content:encoded><![CDATA[<p>Ditto the previous two comments. Also note that the given /dev/ location for one&#8217;s optical drive is a likely one, but not necessarily the correct one.</p>
<p>There&#8217;s a good how-to at <a href="http://www.macfixit.com/article.php?story=20060407080157849" rel="nofollow">http://www.macfixit.com/article.php?story=20060407080157849</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcos</title>
		<link>http://svenontech.com/2006/04/08/i-have-found-virtualization-bliss-on-my-mac/comment-page-1/#comment-14741</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Sun, 09 Apr 2006 20:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://svenontech.com/2006/04/07/i-have-found-virtualization-bliss-on-my-mac/#comment-14741</guid>
		<description>Yeah, none of those &quot;rm&quot; commands do anything about the kernel.  None of those paths are kernel extensions.  The closest thing is a startup item that may launch some background process.  I don&#039;t think it&#039;s &quot;injecting code at the kernel level&quot; at all.</description>
		<content:encoded><![CDATA[<p>Yeah, none of those &#8220;rm&#8221; commands do anything about the kernel.  None of those paths are kernel extensions.  The closest thing is a startup item that may launch some background process.  I don&#8217;t think it&#8217;s &#8220;injecting code at the kernel level&#8221; at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ex2bot</title>
		<link>http://svenontech.com/2006/04/08/i-have-found-virtualization-bliss-on-my-mac/comment-page-1/#comment-14740</link>
		<dc:creator>ex2bot</dc:creator>
		<pubDate>Sun, 09 Apr 2006 14:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://svenontech.com/2006/04/07/i-have-found-virtualization-bliss-on-my-mac/#comment-14740</guid>
		<description>Whoa! Watch out for those shell commands in the previous message. If you make a typo such as putting a space between the / and the rest of the path then you can kiss your hard drive data goodbye.  

The -r flag attempts to delete everything including directories and the -f flag does so without asking your permission.

Bad idea!

bot</description>
		<content:encoded><![CDATA[<p>Whoa! Watch out for those shell commands in the previous message. If you make a typo such as putting a space between the / and the rest of the path then you can kiss your hard drive data goodbye.  </p>
<p>The -r flag attempts to delete everything including directories and the -f flag does so without asking your permission.</p>
<p>Bad idea!</p>
<p>bot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBrown</title>
		<link>http://svenontech.com/2006/04/08/i-have-found-virtualization-bliss-on-my-mac/comment-page-1/#comment-14737</link>
		<dc:creator>JBrown</dc:creator>
		<pubDate>Sat, 08 Apr 2006 23:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://svenontech.com/2006/04/07/i-have-found-virtualization-bliss-on-my-mac/#comment-14737</guid>
		<description>The proper address for your DVD-R drive is: /dev/rdisk2s0

Second, I would be very careful with Parallels&#039; software.  It injects code at the kernel level, and I found my system to be very unstable while this software was installed on my system.  Incidentally, here is a script to uninstall the Parallels&#039; stuff in case you need it (taken from a user at MacSlash... sorry, I don&#039;t remember who):

#!/bin/sh
sudo /Library/StartupItems/Parallels/Parallels stop
sudo rm -rf /Library/Parallels
sudo rm -rf /Library/Receipts/Parallels.pkg
sudo rm -rf /Applications/Parallels.app
sudo rm -rf /Library/StartupItems/Parallels
sudo rm -rf ~/Library/Preferences/com.parallels.Parallels.plist
sudo rm -rf ~/Library/Parallels
sudo rm -rf ~/.parallels_settings 

I know that this is beta software, but again, be very careful.  I have a recent backup of my entire system, and I would recommend anyone who uses this stuff to have the same.
</description>
		<content:encoded><![CDATA[<p>The proper address for your DVD-R drive is: /dev/rdisk2s0</p>
<p>Second, I would be very careful with Parallels&#8217; software.  It injects code at the kernel level, and I found my system to be very unstable while this software was installed on my system.  Incidentally, here is a script to uninstall the Parallels&#8217; stuff in case you need it (taken from a user at MacSlash&#8230; sorry, I don&#8217;t remember who):</p>
<p>#!/bin/sh<br />
sudo /Library/StartupItems/Parallels/Parallels stop<br />
sudo rm -rf /Library/Parallels<br />
sudo rm -rf /Library/Receipts/Parallels.pkg<br />
sudo rm -rf /Applications/Parallels.app<br />
sudo rm -rf /Library/StartupItems/Parallels<br />
sudo rm -rf ~/Library/Preferences/com.parallels.Parallels.plist<br />
sudo rm -rf ~/Library/Parallels<br />
sudo rm -rf ~/.parallels_settings </p>
<p>I know that this is beta software, but again, be very careful.  I have a recent backup of my entire system, and I would recommend anyone who uses this stuff to have the same.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
