<?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>Ivan Villareal</title>
	<atom:link href="http://blog.ivanvillareal.info/tag/fuse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ivanvillareal.info</link>
	<description>IT stuff and more...</description>
	<lastBuildDate>Fri, 13 Aug 2010 23:05: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>Mount a remote filesystem using sshfs</title>
		<link>http://blog.ivanvillareal.info/linux/mount-a-remote-filesystem-using-sshfs/</link>
		<comments>http://blog.ivanvillareal.info/linux/mount-a-remote-filesystem-using-sshfs/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 19:25:39 +0000</pubDate>
		<dc:creator>Ivan Villareal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://blog.ivanvillareal.info/?p=82</guid>
		<description><![CDATA[I often have to upload files to several servers, and some of them doesn&#8217;t have an rsync or ftp server, so if I&#8217;m going to make a deployment, I have to use scp, or sftp to upload the files.
This works well when I need to make a quick change or test 1 file, but If [...]]]></description>
			<content:encoded><![CDATA[<p>I often have to upload files to several servers, and some of them doesn&#8217;t have an rsync or ftp server, so if I&#8217;m going to make a deployment, I have to use scp, or sftp to upload the files.</p>
<p>This works well when I need to make a quick change or test 1 file, but If I have to synchronize several files it is a very time consuming task.</p>
<p>So what I use in this cases is <a title="This is a filesystem client based on the SSH File Transfer Protocol." href="http://fuse.sourceforge.net/sshfs.html" target="_blank">sshfs</a>&nbsp;it is a pretty cool tool, to allow me to mount any filesystem so I can use any rsync on a remote server&nbsp;without&nbsp;dealing with opening ports configure, the server or do other stuff,</p>
<p>Gentoo is my main OS, so it was really easy to have this working, I had to reconfigure the kernel to support fuse</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Text"><div class="devcodeoverflow">Symbol: FUSE_FS [=m]
Location:
  -&gt; File systems
      -&gt; Filesystem in Userspace support</div></pre><!--END_DEVFMTCODE--></p>
<p>and after this was ready I only installed sys-fs/sshfs-fuse</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><span style="color: #7a0874; font-weight: bold;">&#91;</span>I<span style="color: #7a0874; font-weight: bold;">&#93;</span> sys-fs<span style="color: #000000; font-weight: bold;">/</span>sshfs-fuse
     Available versions:  <span style="color: #000000;">1.9</span> ~<span style="color: #000000;">2.1</span> <span style="color: #000000;">2.2</span>
     Installed versions:  <span style="color: #000000;">2.2</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">12</span>:<span style="color: #000000;">33</span>:09 PM 09<span style="color: #000000; font-weight: bold;">/</span>08<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2009</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
     Homepage:            http:<span style="color: #000000; font-weight: bold;">//</span>fuse.sourceforge.net<span style="color: #000000; font-weight: bold;">/</span>sshfs.html
     Description:         Fuse-filesystem utilizing the sftp service.
</div></pre><!--END_DEVFMTCODE--></p>
<p>when it was ready I did the following to mount the remote filesystem:</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow">ivan<span style="color: #000000; font-weight: bold;">@</span>gondor ~ $ sshfs phpfix<span style="color: #000000; font-weight: bold;">@</span>prestant.citizenhawk.net: preasent<span style="color: #000000; font-weight: bold;">/</span></div></pre><!--END_DEVFMTCODE--></p>
<p>After this I&#8217;m able to use the remote file system as usual.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ivanvillareal.info/linux/mount-a-remote-filesystem-using-sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
