<?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; *nix</title>
	<atom:link href="http://blog.wlacs.com/category/nix/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>mount_point cannot contain the following characters: newline, G_DIR_SEPARATOR (usually /)</title>
		<link>http://blog.wlacs.com/2009/02/mount_point-cannot-contain-the-following-characters-newline-g_dir_separator-usually/</link>
		<comments>http://blog.wlacs.com/2009/02/mount_point-cannot-contain-the-following-characters-newline-g_dir_separator-usually/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:48:16 +0000</pubDate>
		<dc:creator>carlos</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[hfs+]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.wlacs.com/?p=14</guid>
		<description><![CDATA[We recently ran accross a problem while mounting an HFS+ drive on Ubuntu Desktop (Hardy Heron) and fortunately were able to find a quick fix on the net.
While trying to mount the HFS+ drive with RW permissions, we specified the mount point &#8220;/media/MacintoshHD&#8221; and included &#8220;rw&#8221; as one of the mount options. Apparently, Hardy doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>We recently ran accross a problem while mounting an HFS+ drive on Ubuntu Desktop (Hardy Heron) and fortunately were able to find a quick fix on the<span id="more-14"></span> <a href="http://howtoxyz.blogspot.com/2008/07/how-to-mountpoint-cannot-contain.html">net</a>.</p>
<p>While trying to mount the HFS+ drive with RW permissions, we specified the mount point &#8220;/media/MacintoshHD&#8221; and included &#8220;rw&#8221; as one of the mount options. <a href="https://bugs.launchpad.net/ubuntu/+source/gnome-mount/+bug/107668">Apparently</a>, Hardy doesn&#8217;t like this very much and will refuse to mount the drive and returns the error each and every time you try to mount the drive. To fix this, open up the Configuration Editor by entering the following command in Terminal:</p>
<p><code>gconf-editor</code></p>
<p>The Configuration Editor opens up and shows you an easy-to-read two-pane window. On the left pane, goto <strong>system</strong> > <strong>storage</strong> > <strong>volumes</strong> and select the device listed. On the right pane you&#8217;ll see all the mount options. Delete <strong>all</strong> the values you see, exit Configuration Editor and disconnect your drive. Plug your drive back in and voila!</p>
<p>Now to get RW permissions on the drive&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlacs.com/2009/02/mount_point-cannot-contain-the-following-characters-newline-g_dir_separator-usually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
