<?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>Research: Math, Computing and MRI &#187; Mac</title>
	<atom:link href="http://mri.brechmos.org/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://mri.brechmos.org</link>
	<description>by Craig Jones</description>
	<lastBuildDate>Wed, 10 Aug 2011 16:53:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mounting a Time Capsule under linux</title>
		<link>http://mri.brechmos.org/2011/01/mounting-a-time-capsule-under-linux/</link>
		<comments>http://mri.brechmos.org/2011/01/mounting-a-time-capsule-under-linux/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 01:20:12 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mri.brechmos.org/?p=588</guid>
		<description><![CDATA[My Mac has taken a bit of a dive so I switched over to using the Ubuntu side exclusively. It has been great, Ubuntu has been very solid and I love all the applications. One thing I wanted to do &#8230; <a href="http://mri.brechmos.org/2011/01/mounting-a-time-capsule-under-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My Mac has taken a bit of a dive so I switched over to using the Ubuntu side exclusively.  It has been great, Ubuntu has been very solid and I love all the applications.  One thing I wanted to do was to mount my Time Capsule on the Linux side.  For the most part this should be really easy (either through fstab or through smbmount from the command line).  Well, I had lots of problems.</p>
<pre>retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)</pre>
<p>I worked on this for a while and looked all over for a solution.  It is 2011 (now) and surely this still can&#8217;t be an issue.  Well, finally figured it out.  Don&#8217;t include the Time Capsule name in the mount call, just include the directory name:</p>
<p>[cc lang="bash"]sudo mount -t smbfs -o user=craig,pass=
<pass>,rw,uid=503,gid=10000 &#8211;verbose //10.0.1.1/craigCapsule/data /media/capsule<br />
[/cc]</p>
<p>and remove the &#8220;craigCapsule&#8221; and so it is just:</p>
<p>[cc lang="bash"]sudo mount -t smbfs -o user=craig,pass=
<pass>,rw,uid=503,gid=10000 &#8211;verbose //10.0.1.1/data /media/capsule<br />
[/cc]</p>
<p>Make sure you use the uid and gid (set to your user account) otherwise you will not be able to write to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://mri.brechmos.org/2011/01/mounting-a-time-capsule-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Terminal from Finder</title>
		<link>http://mri.brechmos.org/2010/02/open-terminal-from-finder/</link>
		<comments>http://mri.brechmos.org/2010/02/open-terminal-from-finder/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:17:33 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://mri.brechmos.org/2010/02/18/open-terminal-from-finder/</guid>
		<description><![CDATA[I am always looking for ways of emulating many Linux things on the Mac. I must admit I use the Terminal window almost exclusively for doing my work but there are times that using the Finder is just faster. Then, &#8230; <a href="http://mri.brechmos.org/2010/02/open-terminal-from-finder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am always looking for ways of emulating many Linux things on the Mac.  I must admit I use the Terminal window almost exclusively for doing my work but there are times that using the Finder is just faster.  </p>
<p>Then, often when I find the directory I have been looking for I want to get a Terminal window that is in that same directory.  Typically I have just opened a Terminal window and cd&#8217;ed to the location &#8211; which can be quite laborious.  So, finally, I looked around for a solution.  I found a nice little Finder button called <a href="http://code.google.com/p/cdto/">cdto</a>.  This will put a button on the Finder window and open a Terminal in the same directory as where the Finder is currently pointing.  </p>
<p>Nice&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mri.brechmos.org/2010/02/open-terminal-from-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

