<?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: Mount remote filesystems via SSH on Windows with free software</title>
	<atom:link href="http://niallohiggins.com/2009/05/12/mount-remote-filesystems-via-ssh-on-windows-with-free-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://niallohiggins.com/2009/05/12/mount-remote-filesystems-via-ssh-on-windows-with-free-software/</link>
	<description>The website of Niall O'Higgins: A few, immature words</description>
	<lastBuildDate>Tue, 09 Mar 2010 12:15:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Digrunted</title>
		<link>http://niallohiggins.com/2009/05/12/mount-remote-filesystems-via-ssh-on-windows-with-free-software/comment-page-1/#comment-369</link>
		<dc:creator>Digrunted</dc:creator>
		<pubDate>Thu, 14 May 2009 22:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=444#comment-369</guid>
		<description>It&#039;s worse than you think. There is a separate underworld (NT kernel) filesystem which does have proper symlinks. You can access this underworld files system with all the normal file commands, but it&#039;s a separate system of objects/device. Then of course there is the registry, which again kind is a filesystem without really being a file system. Then in Explorer there are namespaces which are kind of like filesystem to the user, but doesn&#039;t have real paths that can be used with file functions. Unix has it right, everything is a file in a single hierarchy with mounting and symlinks available everywhere as standard. Same file commands/functions for everything. Just wish it was taken as far as Plan9, but there is hope in &lt;a href=&quot;http://www.glendix.org/&quot; title=&quot;glendix&quot; rel=&quot;nofollow&quot;&gt;Glendix&lt;/a&gt;, and the Proc and Union filesystems are from Plan9. Dokan makes some of the world of virtual filesystem easier to move into the Windows world, but if your really interested in filesystem, Windows is not the platform for you.

The Explorer interface is ok as a file manager, if you&#039;re not developing for it, for users it does the job. Though even a normal user will suffer from all Explorer windows (and task bar) being a single process. Sooo many times I&#039;ve see people think Windows has crashed when it&#039;s just Explorer locking up over some problem drive or something.</description>
		<content:encoded><![CDATA[<p>It&#8217;s worse than you think. There is a separate underworld (NT kernel) filesystem which does have proper symlinks. You can access this underworld files system with all the normal file commands, but it&#8217;s a separate system of objects/device. Then of course there is the registry, which again kind is a filesystem without really being a file system. Then in Explorer there are namespaces which are kind of like filesystem to the user, but doesn&#8217;t have real paths that can be used with file functions. Unix has it right, everything is a file in a single hierarchy with mounting and symlinks available everywhere as standard. Same file commands/functions for everything. Just wish it was taken as far as Plan9, but there is hope in <a href="http://www.glendix.org/" title="glendix" rel="nofollow">Glendix</a>, and the Proc and Union filesystems are from Plan9. Dokan makes some of the world of virtual filesystem easier to move into the Windows world, but if your really interested in filesystem, Windows is not the platform for you.</p>
<p>The Explorer interface is ok as a file manager, if you&#8217;re not developing for it, for users it does the job. Though even a normal user will suffer from all Explorer windows (and task bar) being a single process. Sooo many times I&#8217;ve see people think Windows has crashed when it&#8217;s just Explorer locking up over some problem drive or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niallo</title>
		<link>http://niallohiggins.com/2009/05/12/mount-remote-filesystems-via-ssh-on-windows-with-free-software/comment-page-1/#comment-368</link>
		<dc:creator>niallo</dc:creator>
		<pubDate>Thu, 14 May 2009 20:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=444#comment-368</guid>
		<description>Joe,

While I haven&#039;t worked with Windows&#039; virtual filesystem stuff, I can certainly imagine its horrible.  I&#039;m sure that POSIX is a lot nicer.  You only have to look at &lt;a href=&quot;http://www.shell-shocked.org/article.php?id=284&quot; rel=&quot;nofollow&quot;&gt;how symlinks are supported under Windows&lt;/a&gt; to get a taste of the horrors of the Windows API.

On the other hand, the Explorer interface is quite nice for file management.  Not that they necessarily originated it, or that there aren&#039;t good copies for UNIX systems (Konqueror, or &lt;a href=&quot;http://roscidus.com/desktop/ROX-Filer&quot; rel=&quot;nofollow&quot;&gt;ROX Filer&lt;/a&gt;).</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>While I haven&#8217;t worked with Windows&#8217; virtual filesystem stuff, I can certainly imagine its horrible.  I&#8217;m sure that POSIX is a lot nicer.  You only have to look at <a href="http://www.shell-shocked.org/article.php?id=284" rel="nofollow">how symlinks are supported under Windows</a> to get a taste of the horrors of the Windows API.</p>
<p>On the other hand, the Explorer interface is quite nice for file management.  Not that they necessarily originated it, or that there aren&#8217;t good copies for UNIX systems (Konqueror, or <a href="http://roscidus.com/desktop/ROX-Filer" rel="nofollow">ROX Filer</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ProgrammerWantingToDropWindows</title>
		<link>http://niallohiggins.com/2009/05/12/mount-remote-filesystems-via-ssh-on-windows-with-free-software/comment-page-1/#comment-361</link>
		<dc:creator>ProgrammerWantingToDropWindows</dc:creator>
		<pubDate>Thu, 14 May 2009 11:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=444#comment-361</guid>
		<description>The thing is the more you play with virtual filesystems (as a programmer), especially Dokan, the more you wish your where using a Unix system (and FUSE). Dokan is a very good piece of work, but Windows just doesn&#039;t really cut it for virtual filesystems. If you get the &quot;everything is a file&quot; of Unix and wish it was taken as far as Plan9, Windows is a broken toy. In fact it&#039;s worse, things that should be simple are made complex. Don&#039;t get me started about mounting under Windows. As for the Explorer shell, try writing a full namespace for your virtual filesystem then say it&#039;s good. There is a lack of documentation, what there is was forced out of MS by the EU in 2003. It&#039;s a nightmare. Wine source will help some, but doesn&#039;t implement everything and not always in the same way. I&#039;ve been working on all this for months and it&#039;s horrible, it&#039;s like trying to make a dog sing.</description>
		<content:encoded><![CDATA[<p>The thing is the more you play with virtual filesystems (as a programmer), especially Dokan, the more you wish your where using a Unix system (and FUSE). Dokan is a very good piece of work, but Windows just doesn&#8217;t really cut it for virtual filesystems. If you get the &#8220;everything is a file&#8221; of Unix and wish it was taken as far as Plan9, Windows is a broken toy. In fact it&#8217;s worse, things that should be simple are made complex. Don&#8217;t get me started about mounting under Windows. As for the Explorer shell, try writing a full namespace for your virtual filesystem then say it&#8217;s good. There is a lack of documentation, what there is was forced out of MS by the EU in 2003. It&#8217;s a nightmare. Wine source will help some, but doesn&#8217;t implement everything and not always in the same way. I&#8217;ve been working on all this for months and it&#8217;s horrible, it&#8217;s like trying to make a dog sing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tadhg</title>
		<link>http://niallohiggins.com/2009/05/12/mount-remote-filesystems-via-ssh-on-windows-with-free-software/comment-page-1/#comment-360</link>
		<dc:creator>Tadhg</dc:creator>
		<pubDate>Thu, 14 May 2009 07:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=444#comment-360</guid>
		<description>I was just about to go looking for something that does ssh filesystem mounting on Windows when I saw your status update announcing this post. Very handy!</description>
		<content:encoded><![CDATA[<p>I was just about to go looking for something that does ssh filesystem mounting on Windows when I saw your status update announcing this post. Very handy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
