<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cool User File Systems, Part 1: SSHFS</title>
	<atom:link href="http://www.linux-mag.com/id/7820/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/7820/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Sat, 05 Oct 2013 13:48:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: mentenanta</title>
		<link>http://www.linux-mag.com/id/7820/#comment-651455</link>
		<dc:creator>mentenanta</dc:creator>
		<pubDate>Sat, 15 Dec 2012 15:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7820/#comment-651455</guid>
		<description>{Salut&#124;Noroc&#124;Hello} {Belele&#124;Probleme}Balarii&#124;Dude} cu cabluri de retea {au fost&#124;sunt} si or sa tot fie. Important e cum le rezolvi :p</description>
		<content:encoded><![CDATA[<p>{Salut|Noroc|Hello} {Belele|Probleme}Balarii|Dude} cu cabluri de retea {au fost|sunt} si or sa tot fie. Important e cum le rezolvi :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adixon</title>
		<link>http://www.linux-mag.com/id/7820/#comment-8589</link>
		<dc:creator>adixon</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7820/#comment-8589</guid>
		<description>&lt;p&gt;Thanks for this. I had a project where I only had sftp access (no ssh access) to the previous site/server, and with this little trick I could still grab a nice mirror. An excellent little trick to keep up my sleeve!
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this. I had a project where I only had sftp access (no ssh access) to the previous site/server, and with this little trick I could still grab a nice mirror. An excellent little trick to keep up my sleeve!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grabur</title>
		<link>http://www.linux-mag.com/id/7820/#comment-8590</link>
		<dc:creator>grabur</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7820/#comment-8590</guid>
		<description>&lt;p&gt;When should this be used?&lt;/p&gt;
&lt;p&gt;How does this compare to something like an sftp connection using nautilus?&lt;/p&gt;
&lt;p&gt;How stable is this, how volatile is my data?  Would I ever use this for more than small remote edits, and file transfers?&lt;/p&gt;
&lt;p&gt;Is KDEs KIO, better to use in this regard?&lt;/p&gt;
&lt;p&gt;Would nfs over a ssh tunnel be any better or worse?&lt;/p&gt;
&lt;p&gt;What goes on behind the scenes with these user file systems?
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When should this be used?</p>
<p>How does this compare to something like an sftp connection using nautilus?</p>
<p>How stable is this, how volatile is my data?  Would I ever use this for more than small remote edits, and file transfers?</p>
<p>Is KDEs KIO, better to use in this regard?</p>
<p>Would nfs over a ssh tunnel be any better or worse?</p>
<p>What goes on behind the scenes with these user file systems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wirawan0</title>
		<link>http://www.linux-mag.com/id/7820/#comment-8591</link>
		<dc:creator>wirawan0</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7820/#comment-8591</guid>
		<description>&lt;p&gt;@grabur: sshfs uses sftp underneath, so AFAIK it is as stable as nautilus&#039; sftp connection. The nice thing is that files appear transparent, like &quot;locally mounted&quot; and is accessible via regular path names. I don&#039;t think that can be done with nautilus sftp mounting. Don&#039;t know how this would compare to nfs over ssh. The down side with sftp is that once the connection drops, the mounting is gone (since there is no keep-alive server on the remote side). And if you are still in the I/O process while the connection is gone, you are in trouble. I have experienced this. This is definitely a concern with wireless connection. But I have been using sshfs many times to access files remotely conveniently.
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@grabur: sshfs uses sftp underneath, so AFAIK it is as stable as nautilus&#8217; sftp connection. The nice thing is that files appear transparent, like &#8220;locally mounted&#8221; and is accessible via regular path names. I don&#8217;t think that can be done with nautilus sftp mounting. Don&#8217;t know how this would compare to nfs over ssh. The down side with sftp is that once the connection drops, the mounting is gone (since there is no keep-alive server on the remote side). And if you are still in the I/O process while the connection is gone, you are in trouble. I have experienced this. This is definitely a concern with wireless connection. But I have been using sshfs many times to access files remotely conveniently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grabur</title>
		<link>http://www.linux-mag.com/id/7820/#comment-8592</link>
		<dc:creator>grabur</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7820/#comment-8592</guid>
		<description>&lt;p&gt;@wirawan0 thanks for that.&lt;/p&gt;
&lt;p&gt;Guess what I&#039;d worry about is what happens precisely if a connection drops out.&lt;/p&gt;
&lt;p&gt;I use sftp to mount vms, and nautilus integration is very nice.  So much that I get frustrated when it&#039;s not there.  Nautilus/gnome file system handling feels like a black box to me.  Mounting a file system feels more intuitive I have to say,  I like file access from the shell.
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@wirawan0 thanks for that.</p>
<p>Guess what I&#8217;d worry about is what happens precisely if a connection drops out.</p>
<p>I use sftp to mount vms, and nautilus integration is very nice.  So much that I get frustrated when it&#8217;s not there.  Nautilus/gnome file system handling feels like a black box to me.  Mounting a file system feels more intuitive I have to say,  I like file access from the shell.</p>
]]></content:encoded>
	</item>
</channel>
</rss>