<?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>(function() { &#187; sshfs</title>
	<atom:link href="http://maxb.net/blog/tag/sshfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxb.net/blog</link>
	<description>// MAXB.NET LABS</description>
	<lastBuildDate>Wed, 01 Sep 2010 08:24:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>sshfs &#8211; ubuntu 7.10 (Gutsy)</title>
		<link>http://maxb.net/blog/2008/09/05/sshfs-ubuntu-710-gutsy/</link>
		<comments>http://maxb.net/blog/2008/09/05/sshfs-ubuntu-710-gutsy/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 09:22:17 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[fuser]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=131</guid>
		<description><![CDATA[Un piccolo appunto su sshfs. 1: Installo sshfs. max@mubuntu:~$ sudo aptitude install sshfs [...] I seguenti pacchetti NUOVI (NEW) saranno installati: sshfs Spacchetto sshfs (da .../sshfs_1.7-2.1_i386.deb) ... Configuro sshfs (1.7-2.1) ... 2: creo il punto di mount max@mubuntu:~$ sudo mkdir /media/sshfs max@mubuntu:~$ sudo chown max /media/sshfs/ 3: mi aggiungo al gruppo fuse e setto qualche [...]]]></description>
			<content:encoded><![CDATA[<p>Un piccolo appunto su sshfs.</p>
<p>1: Installo sshfs.</p>
<pre><code class="bash">
max@mubuntu:~$ sudo aptitude install sshfs
[...]
I seguenti pacchetti NUOVI (NEW) saranno installati:
  sshfs
Spacchetto sshfs (da .../sshfs_1.7-2.1_i386.deb) ...
Configuro sshfs (1.7-2.1) ...
</code></pre>
<p>2: creo il punto di mount</p>
<pre><code class="bash">
max@mubuntu:~$ sudo mkdir /media/sshfs
max@mubuntu:~$ sudo chown max /media/sshfs/
</code></pre>
<p>3: mi aggiungo al gruppo fuse e setto qualche permesso (?)</p>
<pre><code class="bash">
max@mubuntu:~$ sudo adduser max fuse
max@mubuntu:~$ sudo chgrp fuse /dev/fuse
max@mubuntu:~$ sudo chmod o+rw /etc/fuse.conf
max@mubuntu:~$ sudo chmod o+rw /dev/fuse
max@mubuntu:~$ sudo chmod o+x /bin/fusermount
</code></pre>
<p>4:monto il disco</p>
<pre><code class="bash">
max@mubuntu:~$ sshfs labwassk01@diogene:/home/apps/labwassk01/skedul/php/newsfarm /media/sshfs
labwassk01@diogene's password:

max@mubuntu:~$ mount
[...]
sshfs#labwassk01@diogene:/home/apps/labwassk01/skedul/php/newsfarm on /media/sshfs type fuse (rw,nosuid,nodev,max_read=65536,user=max)
</code></pre>
<img src="http://maxb.net/blog/?ak_action=api_record_view&id=131&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2008/09/05/sshfs-ubuntu-710-gutsy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
