<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WLACS Tech Blog &#187; os x</title>
	<atom:link href="http://blog.wlacs.com/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wlacs.com</link>
	<description>Community knowledge</description>
	<lastBuildDate>Mon, 06 Jul 2009 16:56:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mount an Apple HFS+ Hard Drive Parition using Knoppix</title>
		<link>http://blog.wlacs.com/2009/07/mount-an-apple-hfs-hard-drive-parition-using-knoppix/</link>
		<comments>http://blog.wlacs.com/2009/07/mount-an-apple-hfs-hard-drive-parition-using-knoppix/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 22:33:52 +0000</pubDate>
		<dc:creator>carlos</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[hfs+]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://blog.wlacs.com/?p=77</guid>
		<description><![CDATA[We recently had a client with a crashed hard drive on an Apple MacBook Pro.  Data recovery software wasn&#8217;t having any luck so we attempted recovery via LINUX.  The drive appeared to mount okay via FW400 but did not allow the technician to view the contents, it returned an error stating the drive [...]]]></description>
			<content:encoded><![CDATA[<p>We recently had a client with a crashed hard drive on an Apple MacBook Pro.  Data recovery software wasn&#8217;t having any luck so we attempted recovery via LINUX.<span id="more-77"></span>  The drive appeared to mount okay via FW400 but did not allow the technician to view the contents, it returned an error stating the drive had an invalid filesystem and could not mount.</p>
<p>A quick command in the terminal cleared things right up:</p>
<p><code><br />
sudo mkdir /mnt/apple<br />
sudo mount -a -t hfsplus /dev/hdf2 /mnt/apple<br />
</code></p>
<p>Of course, you must edit &#8220;hdf2&#8243; to match whatever your hard drive was assigned.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlacs.com/2009/07/mount-an-apple-hfs-hard-drive-parition-using-knoppix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-Index Your Hard Drive in MacOS X (Spotlight)</title>
		<link>http://blog.wlacs.com/2009/02/re-index-your-hard-drive-in-macos-x-spotlight/</link>
		<comments>http://blog.wlacs.com/2009/02/re-index-your-hard-drive-in-macos-x-spotlight/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:54:43 +0000</pubDate>
		<dc:creator>carlos</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://blog.wlacs.com/?p=18</guid>
		<description><![CDATA[MacOS X stores the index of any hard drive attached to your Apple computer in a directory called &#8220;.Spotlight-V100&#8243;. If you find that Spotlight is missing some files upon its search, it may be time to re-index your hard drive. The following steps are provided as a guide but should be followed at your own [...]]]></description>
			<content:encoded><![CDATA[<p>MacOS X stores the index of any hard drive attached to your Apple computer in a directory called &#8220;.Spotlight-V100&#8243;. If you find that Spotlight is missing some files upon its search, it may be time to re-index your hard drive.<span id="more-18"></span> The following steps are provided as a guide <strong>but</strong> should be followed <strong>at your own risk</strong>. This guide involves diving into the &#8220;guts&#8221; of the system and performing some commands in the Terminal.</p>
<h3>Enabling root</h3>
<p>The first step in re-indexing your hard drive is to enable the &#8216;root&#8217; user on your computer. To do so:</p>
<ol>
<li>Launch the &#8220;Directory Utility&#8221; application from the &#8220;Utilities&#8221; folder in your &#8220;Applications&#8221; folder</li>
<li>Ensure the &#8220;Directory Utility&#8221; is &#8220;un-locked&#8221; by clicking (if needed) on the image of the lock</li>
<li>Enter your password</li>
<li>Click on &#8216;Edit&#8217; and select &#8216;Enable Root User&#8217;</li>
<li>Enter a new password for &#8216;root&#8217; <strong>do not forget this password</strong> and verify</li>
<li>Close &#8220;Directory Utility&#8221;</li>
</ol>
<h3>Entering Terminal</h3>
<p>Next, open the &#8220;Terminal&#8221; application from the &#8220;Utilities&#8221; folder located inside the &#8220;Applications&#8221; folder and enter the following commands:</p>
<p><code>YourName$ su (followed by <strong>return key</strong>)</code></p>
<p>The system will prompt you for your <strong>root</strong> password</p>
<p><code>Password:</code></p>
<p>Enter your <strong>root</strong> password and hit &#8216;enter&#8217;</p>
<p><code>sh-3.2#</code></p>
<p>You are now logged in as the root user.</p>
<p><strong>Note: executing commands as root can cause extensive damage to your system. The author nor West LA Computer Services assume any responsibility for any damage caused by following this guide.</strong></p>
<p>If you&#8217;re still following along, enter the following command:</p>
<p><code>sh-3.2# rm -r /.Spotlight-V100/ (followed by <strong>return key</strong>)</code></p>
<p>The system quietly returns:</p>
<p><code>sh-3.2#</code></p>
<p>And now type:</p>
<p><code>sh-3.2# exit (followed by <strong>return key</strong>)</code></p>
<p>And Terminal will return:</p>
<p><code>exit<br />YourName$</code></p>
<p>Enter:</p>
<p><code>YourName$ exit (followed by <strong>return key</strong>)</code></p>
<p>And the system responds with:</p>
<p><code>logout [Process completed]</code></p>
<p>Now quit the application.</p>
<h3>Wrapping Up</h3>
<p>If Spotlight does not start immediately indexing your drive, you may need to restart your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlacs.com/2009/02/re-index-your-hard-drive-in-macos-x-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
