<?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>Behind the Scenes &#187; HDD</title>
	<atom:link href="http://backstar.com/blog/tag/hdd/feed/" rel="self" type="application/rss+xml" />
	<link>http://backstar.com/blog</link>
	<description>of cutting edge art, media + technology</description>
	<lastBuildDate>Wed, 19 May 2010 18:49:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hard Drive Permissions Fix</title>
		<link>http://backstar.com/blog/2009/09/25/hard-drive-permissions-fix/</link>
		<comments>http://backstar.com/blog/2009/09/25/hard-drive-permissions-fix/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 17:58:49 +0000</pubDate>
		<dc:creator>Ben Baker-Smith</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://backstar.com/blog/?p=422</guid>
		<description><![CDATA[Yesterday one of our internal media drives got locked up so we no longer had read or write access even from the Admin account of our Mac Pro.
As a result, the easy Get Info permissions fix was not an option.
So, I dove into the Terminal to make some repairs.  A simple chmod command didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday one of our internal media drives got locked up so we no longer had read or write access even from the Admin account of our Mac Pro.<span id="more-422"></span></p>
<p>As a result, the easy <strong>Get Info</strong> permissions fix was not an option.</p>
<p>So, I dove into the Terminal to make some repairs.  A simple <strong>chmod</strong> command didn&#8217;t work either, but here&#8217;s what did:</p>
<ul>
<li><strong>Open a new Terminal window</strong><br />
Located in ./Applications/Utilities</li>
<p></p>
<li><strong>Enter the following into the Terminal</strong><br />
sudo chflags nouchg /Volumes/&lt;drive name here&gt;</p>
<p></p>
<ul>
<li>If there are spaces in the name you will need to put double quotes around it like so:<br />
/Volumes/&#8221;&lt;drive name here&gt;&#8221;</li>
</ul>
</li>
<p></p>
<li><strong>Change permissions</strong><br />
sudo chmod 775 /Volumes/&lt;drive name here&gt;
</li>
</ul>
<p>Hope that helps.  Permissions problems can be a real pain.</p>
]]></content:encoded>
			<wfw:commentRss>http://backstar.com/blog/2009/09/25/hard-drive-permissions-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

