<?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>fixlinux.com &#187; OS X</title>
	<atom:link href="http://fixlinux.com/category/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://fixlinux.com</link>
	<description>security + stability = sanity</description>
	<lastBuildDate>Thu, 27 May 2010 05:37:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac OS X System Startup</title>
		<link>http://fixlinux.com/2006/07/07/mac-os-x-system-startup/</link>
		<comments>http://fixlinux.com/2006/07/07/mac-os-x-system-startup/#comments</comments>
		<pubDate>Fri, 07 Jul 2006 19:01:05 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://fixlinux.com/2006/07/07/mac-os-x-system-startup/</guid>
		<description><![CDATA[http://www.kernelthread.com/mac/osx/arch_startup.html
This page briefly describes the sequence of events that happen when Mac OS X boots.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kernelthread.com/mac/osx/arch_startup.html">http://www.kernelthread.com/mac/osx/arch_startup.html</a></p>
<p>This page briefly describes the sequence of events that happen when Mac OS X boots.</p>
]]></content:encoded>
			<wfw:commentRss>http://fixlinux.com/2006/07/07/mac-os-x-system-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount a firewire drive at boot on OS X</title>
		<link>http://fixlinux.com/2006/06/28/mount-a-firewire-drive-at-boot-in-os-x/</link>
		<comments>http://fixlinux.com/2006/06/28/mount-a-firewire-drive-at-boot-in-os-x/#comments</comments>
		<pubDate>Wed, 28 Jun 2006 17:09:35 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://fixlinux.com/2006/06/28/mount-a-firewire-drive-at-boot-in-os-x/</guid>
		<description><![CDATA[I run OS X on my desktop (settle down now, more on this later).
The default behavior of OS X does not mount external drives at boot time.  This is very frustrating.  The following command will configure your mac to mount all connected disks at startup (not just upon a user logging in).
sudo defaults [...]]]></description>
			<content:encoded><![CDATA[<p>I run OS X on my desktop (settle down now, more on this later).</p>
<p>The default behavior of OS X does not mount external drives at boot time.  This is very frustrating.  The following command will configure your mac to mount all connected disks at startup (not just upon a user logging in).</p>
<pre><code>sudo defaults write /Library/Preferences/SystemConfiguration/autodiskmount AutomountDisksWithoutUserLogin -bool true</code></pre>
<p>Reboot and you&#8217;ll find all your disks already mounted if you ssh in remotely (even without having logged in via the GUI).</p>
<p>If you want to reverse this setting just change &#8220;true&#8221; to &#8220;false&#8221; at the end of the line.</p>
]]></content:encoded>
			<wfw:commentRss>http://fixlinux.com/2006/06/28/mount-a-firewire-drive-at-boot-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
