<?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>CLUEHQ &#187; macfuse</title>
	<atom:link href="http://www.cluehq.com/blog/tag/macfuse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cluehq.com/blog</link>
	<description>Random Thoughts from a Computer Science Student...</description>
	<lastBuildDate>Sun, 31 Oct 2010 18:34:41 +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>I Love My MacBook : MacFUSE</title>
		<link>http://www.cluehq.com/blog/2008/01/13/i-love-my-macbook-macfuse/</link>
		<comments>http://www.cluehq.com/blog/2008/01/13/i-love-my-macbook-macfuse/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 00:53:18 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[macfuse]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.cluehq.com/blog/2008/01/13/i-love-my-macbook-macfuse/</guid>
		<description><![CDATA[I just wanted to share with you another cool tool that I&#8217;ve been using: MacFuse and SSHFS. With this very neat program, you can use SSH as a means to mount a remote filesystem.  In a lot of circumstances, the &#8230; <a href="http://www.cluehq.com/blog/2008/01/13/i-love-my-macbook-macfuse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just wanted to share with you another cool tool that I&#8217;ve been using: <a href="http://code.google.com/p/macfuse/">MacFuse</a> and SSHFS.</p>
<p>With this very neat program, you can use SSH as a means to mount a remote filesystem.  In a lot of circumstances, the only way  you might have to access another machine is via SSH.  There are native tools on OS X (Tiger and Leopard) to copy files from one system to another.  Native command line tools like <strong>ftp</strong> and <strong>scp</strong> are among them.  Of course, those tools don&#8217;t allow you to integrate a remote filesystem into the current one on your machine in a seamless fashion.</p>
<p><span id="more-32"></span><br />
With MacFUSE, you can do this.  Essentially, FUSE is a mechanism for implementing filesystems as user programs.  A user program runs and presents some view of a collection of data as a navigable filesystem to the host machine.  MacFUSE is the port of this tool to OS X.</p>
<p>My only experience with MacFUSE has been using it with a companion tool called SSHFS.  SSHFS allows you to mount a remote filesystem via SSH and use it as a local one.  It looks like a shared drive to your machine.  SSHFS, thus, is a user-space implementation of a filesystem using FUSE.</p>
<p>What does this get you?  Well&#8230;you can log into your home directory on <strong>nice.fas.harvard.edu</strong> and work on the files as if they were resident on your computer.  Pretty neat, eh?</p>
<p>The one caveat is that it can be a bit slow.  Of course, if you have no other way to access a file but manually copying it over via FTP or SCP, then the wait isn&#8217;t much of a big deal.  The nice thing is that a lot of systems provide incoming SSH session support.  If you&#8217;re handy with home servers (running OS X, Linux, or BSD)  and firewall port forwarding, you can use this tool to mount your home filesystems in a secure fashion.  No need to setup a VPN; this tool will handle it with SSH.  I&#8217;ve used it to mount my home directories when I&#8217;m on the road from WiFi in a hotel.</p>
<p>Give it a try!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cluehq.com/blog/2008/01/13/i-love-my-macbook-macfuse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

