<?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>Newsyland Blog &#187; Uncategorized</title>
	<atom:link href="http://blog.newsyland.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.newsyland.com</link>
	<description>tail -f /dev/brain &#62;&#62; blog.newsyland.com</description>
	<lastBuildDate>Thu, 11 Aug 2011 19:56:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mounting Windows portion of data DVD/CD from Mac</title>
		<link>http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac</link>
		<comments>http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac#comments</comments>
		<pubDate>Tue, 17 Nov 2009 20:05:29 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=103</guid>
		<description><![CDATA[I have a data driver disk (CD / DVD) which has both Mac and Windows (i.e. a hybrid disk) portions with their respective driver files. When you put the disk in a Mac, it mounts only the Mac portion of &#8230; <a href="http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have a data driver disk (CD / DVD) which has both Mac and Windows (i.e. a hybrid disk) portions with their respective driver files.  When you put the disk in a Mac, it mounts only the Mac portion of the disk.  I want to also copy files off the Windows portion.  So, this is how to get access to the Windows files by mounting as a iso9660 format disk in Snow Leopard (version 10.6.2)</p>
<p>
1. Put the disk in the drive and let it mount normally.</p>
<p>2. From a Terminal Window (yes, we are using commands on the command line):</p>
<p>
Get mounted disk location, e.g. &#8221; Name: /dev/disk1 &#8221; (to be used in third command):</p>
<p class="code">
drutil status
</p>
<p>Make a temporary mount point:</p>
<p class="code">
sudo mkdir /tmp/foo/
</p>
<p>Mount the disk:</p>
<p class="code">
sudo mount_cd9660 /dev/disk1 /tmp/foo/
</p>
<p>
You now have access to the Windows files in the Finder.</p>
<p>When done, unmount the iso9660 portion:</p>
<p class="code">
sudo umount /tmp/foo/
</p>
<p>
Then unmount the rest of the disk as normal in Finder.</p>
<p>You can use this command to remove the temporary mount point, (or it should automatically get deleted upon reboot)</p>
<p class="code">
sudo rmdir /tmp/foo/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

