<?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>JeffreyBarke.net &#187; Mac OS X</title>
	<atom:link href="http://jeffreybarke.net/category/operating-systems/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffreybarke.net</link>
	<description></description>
	<lastBuildDate>Thu, 26 Aug 2010 00:42:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Burning an ISO to disc using Mac OS X</title>
		<link>http://jeffreybarke.net/2010/03/burning-an-iso-mac-os-x/</link>
		<comments>http://jeffreybarke.net/2010/03/burning-an-iso-mac-os-x/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 00:44:05 +0000</pubDate>
		<dc:creator>Jeffrey Barke</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[things-i-learned-today]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jeffreybarke.net/?p=1340</guid>
		<description><![CDATA[How to burn an ISO file (disc image) to CD/DVD using Mac OS X.]]></description>
			<content:encoded><![CDATA[<p>Such simple things we can get by without knowing for so long! Due to <a href="http://www.bbc.co.uk/guidelines/futuremedia/technical/browser_support.shtml" rel="external">browser support standards</a> I don&#0039;t normally work with, I needed to install a copy of Ubuntu (a Linux distribution based on Debian GNU and focused on desktop users).</p>
<p>Ubuntu is distributed as an ISO, which is &#0034;an archive file (also known as a disc image) of an optical disc.&#0034; ISO files cannot be copied directly to disc; they need to be burned in a specific way to expand/extract the image into usable files.</p>
<p>To burn an ISO using Mac OS X:</p>
<ol>
<li>Insert a blank CD/DVD.</li>
<li>Launch Disk Utility (Applications &rarr; Utilities &rarr; Disk Utility).</li>
<li>Drag and drop the .iso file into Disk Utility&#0039;s left pane (below the hard drive(s) and optical drive(s)).</li>
<li>Select the .iso file and click the &#0034;Burn&#0034; button in the toolbar.</li>
<li>Make sure that &#0034;Verify burned data&#0034; is checked (if this option is not visible, click on the blue disclosure triangle).</li>
<li>Click the &#0034;Burn&#0034; button.</li>
</ol>
<p>That&#0039;s it!</p>
<h2>Sources</h2>
<ol>
<li>Ubuntu documentation: <a href="https://help.ubuntu.com/community/BurningIsoHowto" rel="external">BurningIsoHowto</a></li>
<li>Wikipedia: <a href="http://en.wikipedia.org/wiki/.iso" rel="external">ISO image</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jeffreybarke.net/2010/03/burning-an-iso-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair the primary volume on a Mac</title>
		<link>http://jeffreybarke.net/2009/08/repair-the-primary-volume-on-a-mac/</link>
		<comments>http://jeffreybarke.net/2009/08/repair-the-primary-volume-on-a-mac/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 17:37:26 +0000</pubDate>
		<dc:creator>Jeffrey Barke</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[fsck]]></category>

		<guid isPermaLink="false">http://jeffreybarke.net/?p=1236</guid>
		<description><![CDATA[Repair the primary volume (startup disk) on Mac OS X in single-user mode using fsck.]]></description>
			<content:encoded><![CDATA[<p>As I do weekly, I ran the &#0034;Verify Disk&#0034; function of Mac OS X&#0039;s Disk Utility.app this morning. For the first time, I received the message <code>Volume needs repair</code>.</p>
<p>Since this was the primary volume (startup disk), the &#0034;Repair Disk&#0034; button was grayed out, and, of course, I didn&#0039;t have a clue where the Mac OS X install disc is. Not sure how to fix it, I turned to Google. Turns out the repair process is quite easy:</p>
<ol>
<li>Turn off the computer.</li>
<li>Restart in single-user mode by pressing the power button to turn the computer on and immediately pressing and holding the Command (Apple) key and the &#0034;s&#0034; key.</li>
<li>At the command-line prompt, type: <code>/sbin/fsck -fy</code> and press Return.</li>
<li>fsck will run through five &#0034;phases.&#0034; If it makes any repairs, it will display <code style="display:block;">***** FILE SYSTEM WAS MODIFIED *****</code>If you see this message, repeat step 3 until you see <code style="display:block;">** The volume (<em>name_of_volume</em>) appears to be OK</code></li>
<li>At the prompt, type <code>reboot</code> and press Return.</li>
</ol>
<h3>References</h3>
<ul>
<li><a href="http://support.apple.com/kb/HT1492" rel="external">Mac OS X: How to start up in single-user or verbose mode</a></li>
<li><a href="http://support.apple.com/kb/TS1417" rel="external">Resolve startup issues and perform disk maintenance with Disk Utility and fsck</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jeffreybarke.net/2009/08/repair-the-primary-volume-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
