<?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>openSUSE Spotlight &#187; howto</title>
	<atom:link href="http://zonker.opensuse.org/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://zonker.opensuse.org</link>
	<description>Shining a spotlight on the openSUSE Community</description>
	<lastBuildDate>Wed, 09 Dec 2009 19:41:31 +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>Mounting remote directories using FUSE and sshfs on openSUSE</title>
		<link>http://zonker.opensuse.org/2008/12/01/mounting-remote-directories-using-fuse-and-sshfs-on-opensuse/</link>
		<comments>http://zonker.opensuse.org/2008/12/01/mounting-remote-directories-using-fuse-and-sshfs-on-opensuse/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 13:19:42 +0000</pubDate>
		<dc:creator>Zonker</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[11.1]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://zonker.opensuse.org/?p=264</guid>
		<description><![CDATA[Getting ready to head to Nuremberg this morning, and wanted to copy some files over to my USB key so I could work on the plane. (Florida to Germany is a bit of a commute, so I might as well have something to do while I&#8217;m in a tin can over the Atlantic Ocean, right?)
I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Getting ready to head to Nuremberg this morning, and wanted to copy some files over to my USB key so I could work on the plane. (Florida to Germany is a bit of a commute, so I might as well have something to do while I&#8217;m in a tin can over the Atlantic Ocean, right?)</p>
<p>I&#8217;ve got an account with rsync.net (highly recommend) and wanted to copy some files to a fresh system with openSUSE 11.1 RC 1 to transfer to USB. (11.1 looks very good, by the way&#8230;)</p>
<p>I didn&#8217;t have my rsync scripts handy, so I decided to see about mounting the remote system using FUSE. You can also connect using Webdav in Nautilus and the &#8220;fish&#8221; protocol in Konqueror, but this method is good if you&#8217;re not a desktop user. (For instance, if you have a server running openSUSE and want to mount a filesystem on another server while working over an SSH connection.)</p>
<p>You should have FUSE installed already, but I didn&#8217;t have sshfs, so I popped open a terminal and ran this command:</p>
<pre>zypper in sshfs</pre>
<p>I&#8217;d created a directory called &#8220;rsync&#8221; (not very original, I know) and mounted the remote filesystem using the <a href="http://fuse.sourceforge.net/sshfs.html">SSH Filesystem</a>:</p>
<pre>sshfs user@host.rsync.net: rsync/</pre>
<p>Once that&#8217;s done, the remote filesystem is mounted as the directory &#8220;rsync&#8221; and I can copy and move files just like they&#8217;re local. (With, of course, the exception of the fact that they&#8217;re being transferred over an Internet connection rather than on local disk &#8212; so copying and moving may not be quite as snappy.)</p>
<p>I know a lot of experienced openSUSE users already know this, but I&#8217;m guessing a lot of other folks <em>don&#8217;t</em> so I thought I&#8217;d slap up the instructions since it might be useful for others.</p>
]]></content:encoded>
			<wfw:commentRss>http://zonker.opensuse.org/2008/12/01/mounting-remote-directories-using-fuse-and-sshfs-on-opensuse/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
