<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://danilodellaquila.com/home/RSS">
  <title>Home</title>
  <link>http://danilodellaquila.com</link>

  <description>
    
      In this blog you can find information about Linux, Plone, Open Source software in general and whatever crosses my mind.
    
  </description>

  

  
            <syn:updatePeriod>daily</syn:updatePeriod>
            <syn:updateFrequency>1</syn:updateFrequency>
            <syn:updateBase>2011-12-06T22:05:33Z</syn:updateBase>
        

  <image rdf:resource="http://danilodellaquila.com/logo.png"/>

  <items>
    <rdf:Seq>
      
        <rdf:li rdf:resource="http://danilodellaquila.com/blog/how-to-mount-remote-filesystem-with-ssh"/>
      
    </rdf:Seq>
  </items>

</channel>


  <item rdf:about="http://danilodellaquila.com/blog/how-to-mount-remote-filesystem-with-ssh">
    <title>How to mount remote filesystem with ssh </title>
    <link>http://danilodellaquila.com/blog/how-to-mount-remote-filesystem-with-ssh</link>
    <description>SSH mount tutorial for Debian Linux systems </description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<ol class="arabic">
<li><p class="first">Install <tt class="docutils literal">sshfs</tt> package:</p>
<pre class="literal-block">
$ sudo apt-get install sshfs
</pre>
</li>
<li><p class="first">Make a mount point:</p>
<pre class="literal-block">
$ mkdir /media/remotehome
</pre>
</li>
<li><p class="first">Mount the remote filesystem:</p>
<pre class="literal-block">
$ sudo sshfs user&#64;remoteserver:/home/user /media/remotehome
</pre>
</li>
<li><p class="first">Don't forget to unmount the remote filesystem whenyou're done:</p>
<pre class="literal-block">
$ umount /media/remotehome
</pre>
</li>
</ol>
<p>--</p>
<p>Danilo Dellaquila</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Danilo Dellaquila</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2012-02-21T11:50:00Z</dc:date>
    <dc:type>Blog Entry</dc:type>
  </item>





</rdf:RDF>

