<?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: Vista Symlinks Revisited&#8230;</title>
	<atom:link href="http://neosmart.net/blog/2006/vista-symlinks-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/</link>
	<description>Connecting Ideas</description>
	<pubDate>Fri, 09 Jan 2009 13:36:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.8-bleeding-edge</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rambler: 'neosmart.net' (: 791)</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-48871</link>
		<dc:creator>Rambler: 'neosmart.net' (: 791)</dc:creator>
		<pubDate>Wed, 12 Sep 2007 07:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-48871</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Vista Symlinks Revisited&#38;hellip; at The NeoSmart FilesNext on Neosmart, &#8220;Windows Not Based On X11,... ... ... NeoSmart Files is a subdivision of the non-profit NeoSmart Technologies. http://neosmart.net/blog/2006/vista-symlinks-revis... -   - neosmart.net ( 2) [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Vista Symlinks Revisited&amp;hellip; at The NeoSmart FilesNext on Neosmart, &#8220;Windows Not Based On X11,&#8230; &#8230; &#8230; NeoSmart Files is a subdivision of the non-profit NeoSmart Technologies. <a href="http://neosmart.net/blog/2006/vista-symlinks-revis.." rel="nofollow">http://neosmart.net/blog/2006/vista-symlinks-revis..</a>. -   - neosmart.net ( 2) [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using a USB drive for saves - OOTP Developments Forums</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-14874</link>
		<dc:creator>Using a USB drive for saves - OOTP Developments Forums</dc:creator>
		<pubDate>Wed, 28 Mar 2007 15:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-14874</guid>
		<description>[...] in Vista? Yes and no!  http://neosmart.net/blog/2006/vista-symlinks-revisited/    __________________  [...]</description>
		<content:encoded><![CDATA[<p>[...] in Vista? Yes and no!  <a href="http://neosmart.net/blog/2006/vista-symlinks-revisited/" rel="nofollow">http://neosmart.net/blog/2006/vista-symlinks-revisited/</a>    __________________  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-14674</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 14 Mar 2007 07:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-14674</guid>
		<description>&lt;em&gt;&#62; symlinks should implemented in the file system driver (as in *nix)&lt;/em&gt;

There is a lot of confusion and misunderstanding in this thread. I'll try and summarize the real state of Vista symlinks.

First, the basics:

&lt;blockquote&gt;
  &lt;strong&gt;SYM-links&lt;/strong&gt; are &lt;strong&gt;CLIENT&lt;/strong&gt; evaluated - just like *nix. New to Windows Vista.
  
  &lt;strong&gt;HARD-links&lt;/strong&gt; are &lt;strong&gt;FILESYSTEM&lt;/strong&gt; evaluated (i.e. NTFS, EXT2, etc).&#160; Windows has supported these for years, since NT4 or Windows 2000 - I don't remember which right now.
  
&lt;/blockquote&gt;
&lt;strong&gt;Why do symlinks only work Vista to Vista ?&lt;/strong&gt;

Because symlinks are client evaulated, the client's OS must be updated to understand them. Since the changes required are extensive (kernel, IOManager, FS utilities, explorer shell, apps, Win32 APIs...) it is highly unlikely that any Windows prior to Vista will ever be made symlink aware. Therefore there was no real point in exposing them through the SMB-1 protocol, since all Vista machines will negotiate SMB-2 to communicate.

&lt;strong&gt;Why don't they work with *nix clients:?&lt;/strong&gt;

There are two parts to this, depending on the protocol you are talking about:

&lt;blockquote&gt;
  &lt;strong&gt;NFS (i.e. *nix NFS client&#160;+ Windows NFS Server)&lt;/strong&gt;
  
  Firstly, Windows NFS server does not ship in Vista anyway. Second, there are solid technical reasons making it hard to update the Microsoft NFS server to use native Windows symlinks. 
  
  The reason this change hasn't happened yet, aside from the obvious fact that no Vista based Windows Server has yet shipped, is as always due to resources, time, priorities. There is no evil conspiracy. 
  
  This work will likely happen in some future Windows Server release.
  
  That said, the Microsoft NFS client (ships in Vista) and NFS Server (R2 / SFU) do support *nix symlinks over NFS. I.e. a Linux client can connect to a Windows NFS server and happily create/use symlinks. However, those symlinks will not be usable by SMB clients or native Windows apps, since currently the MS NFS server uses it's own symlink storage format (due to the previous lack of native Windows symlink support).
  
  &lt;strong&gt;SMB (i.e. *nix SMB client&#160;+ Windows SMB Server)&lt;/strong&gt;
  
  As outlined above, symlinks are only exposed over the SMB-2 protocol, since no Windows SMB-1 only client can process them anyway.
  
  When/if SMB CLIENTs for Linux, Mac, BSD etc are updated to support SMB-2, they will be able to make full use of native Windows symlinks.
  
&lt;/blockquote&gt;
Hope this helps clarify things.
</description>
		<content:encoded><![CDATA[<p><em>&gt; symlinks should implemented in the file system driver (as in *nix)</em></p>
<p>There is a lot of confusion and misunderstanding in this thread. I&#8217;ll try and summarize the real state of Vista symlinks.</p>
<p>First, the basics:</p>
<blockquote><p>
  <strong>SYM-links</strong> are <strong>CLIENT</strong> evaluated - just like *nix. New to Windows Vista.</p>
<p>  <strong>HARD-links</strong> are <strong>FILESYSTEM</strong> evaluated (i.e. NTFS, EXT2, etc).&nbsp; Windows has supported these for years, since NT4 or Windows 2000 - I don&#8217;t remember which right now.</p>
</blockquote>
<p><strong>Why do symlinks only work Vista to Vista ?</strong></p>
<p>Because symlinks are client evaulated, the client&#8217;s OS must be updated to understand them. Since the changes required are extensive (kernel, IOManager, FS utilities, explorer shell, apps, Win32 APIs&#8230;) it is highly unlikely that any Windows prior to Vista will ever be made symlink aware. Therefore there was no real point in exposing them through the SMB-1 protocol, since all Vista machines will negotiate SMB-2 to communicate.</p>
<p><strong>Why don&#8217;t they work with *nix clients:?</strong></p>
<p>There are two parts to this, depending on the protocol you are talking about:</p>
<blockquote><p>
  <strong>NFS (i.e. *nix NFS client&nbsp;+ Windows NFS Server)</strong></p>
<p>  Firstly, Windows NFS server does not ship in Vista anyway. Second, there are solid technical reasons making it hard to update the Microsoft NFS server to use native Windows symlinks. </p>
<p>  The reason this change hasn&#8217;t happened yet, aside from the obvious fact that no Vista based Windows Server has yet shipped, is as always due to resources, time, priorities. There is no evil conspiracy. </p>
<p>  This work will likely happen in some future Windows Server release.</p>
<p>  That said, the Microsoft NFS client (ships in Vista) and NFS Server (R2 / SFU) do support *nix symlinks over NFS. I.e. a Linux client can connect to a Windows NFS server and happily create/use symlinks. However, those symlinks will not be usable by SMB clients or native Windows apps, since currently the MS NFS server uses it&#8217;s own symlink storage format (due to the previous lack of native Windows symlink support).</p>
<p>  <strong>SMB (i.e. *nix SMB client&nbsp;+ Windows SMB Server)</strong></p>
<p>  As outlined above, symlinks are only exposed over the SMB-2 protocol, since no Windows SMB-1 only client can process them anyway.</p>
<p>  When/if SMB CLIENTs for Linux, Mac, BSD etc are updated to support SMB-2, they will be able to make full use of native Windows symlinks.</p>
</blockquote>
<p>Hope this helps clarify things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattjs</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-14244</link>
		<dc:creator>mattjs</dc:creator>
		<pubDate>Tue, 06 Mar 2007 19:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-14244</guid>
		<description>To &lt;a href="http://nospam-cobaltsoftware.net/"&gt;Steve Gray&lt;/a&gt;. Point&#160;is it sounds like a hack - symlinks should implemented in the file system driver (as in *nix) and it&#160;sounds like it was hacked&#160;into the OS (kernel) somewhere else in typical Microsoft style.&#160; (Perhaps so they could put another "feature" onto the Window Vista Shrinkwrap&#160;Box to&#160;justify&#160;the spin&#160;to their customers that they should&#160;upgrade.)&#160; Likewise they probably deliberately didn't put the feature into the original NTFS design (and drivers) so as not to been seen copying&#160;leading alternative operating systems.&#160; FINIS.

What else would anyone really expect form Microsoft!?
</description>
		<content:encoded><![CDATA[<p>To <a href="http://nospam-cobaltsoftware.net/">Steve Gray</a>. Point&nbsp;is it sounds like a hack - symlinks should implemented in the file system driver (as in *nix) and it&nbsp;sounds like it was hacked&nbsp;into the OS (kernel) somewhere else in typical Microsoft style.&nbsp; (Perhaps so they could put another &#8220;feature&#8221; onto the Window Vista Shrinkwrap&nbsp;Box to&nbsp;justify&nbsp;the spin&nbsp;to their customers that they should&nbsp;upgrade.)&nbsp; Likewise they probably deliberately didn&#8217;t put the feature into the original NTFS design (and drivers) so as not to been seen copying&nbsp;leading alternative operating systems.&nbsp; FINIS.</p>
<p>What else would anyone really expect form Microsoft!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slo-Tech &#124; Novosti v Vista jedru</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-13418</link>
		<dc:creator>Slo-Tech &#124; Novosti v Vista jedru</dc:creator>
		<pubDate>Thu, 22 Feb 2007 21:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-13418</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] policija&#8482;    registriran: 24.12.2001 Poslano:  22.02.2007 22:44:32 Nekaj o symlinkih v visti Vista Symlinks Revisited  In fantje pomirite se prosim dajte eno novico o visti sami ohranit &#269;isto.Troll, troll, troll [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] policija&#8482;    registriran: 24.12.2001 Poslano:  22.02.2007 22:44:32 Nekaj o symlinkih v visti Vista Symlinks Revisited  In fantje pomirite se prosim dajte eno novico o visti sami ohranit &#269;isto.Troll, troll, troll [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabble - symbolic links ( ln -s command)</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-13374</link>
		<dc:creator>Nabble - symbolic links ( ln -s command)</dc:creator>
		<pubDate>Wed, 21 Feb 2007 00:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-13374</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] of some silly new shell API to access symlink functionality rather than regular filesystem calls.  http://neosmart.net/blog/2006/vista-symlinks-revisited/ http://slashdot.org/article.pl?sid=06/11/19/018256  (It is possible that I am misinterpreting what [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] of some silly new shell API to access symlink functionality rather than regular filesystem calls.  <a href="http://neosmart.net/blog/2006/vista-symlinks-revisited/" rel="nofollow">http://neosmart.net/blog/2006/vista-symlinks-revisited/</a> <a href="http://slashdot.org/article.pl?sid=06/11/19/018256" rel="nofollow">http://slashdot.org/article.pl?sid=06/11/19/018256</a>  (It is possible that I am misinterpreting what [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Неполиткорректный виртуал&#39;s Friends</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-12636</link>
		<dc:creator>Неполиткорректный виртуал&#39;s Friends</dc:creator>
		<pubDate>Tue, 06 Feb 2007 09:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-12636</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...]    trin_3_trin    2:28pvista symlinks    Windows Vista symlinks. Столько лет прошло, и всё там же. Про WinFS тоже как-то [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...]    trin_3_trin    2:28pvista symlinks    Windows Vista symlinks. Столько лет прошло, и всё там же. Про WinFS тоже как-то [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: friends</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-12600</link>
		<dc:creator>friends</dc:creator>
		<pubDate>Mon, 05 Feb 2007 20:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-12600</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] trin_3_trinWindows Vista symlinks. Столько лет прошло, и всё там же. Про WinFS тоже как-то замолчали. Что-то, похоже, близится закат.  LinkLeave a comment [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] trin_3_trinWindows Vista symlinks. Столько лет прошло, и всё там же. Про WinFS тоже как-то замолчали. Что-то, похоже, близится закат.  LinkLeave a comment [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Френдлента</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-12577</link>
		<dc:creator>Френдлента</dc:creator>
		<pubDate>Mon, 05 Feb 2007 13:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-12577</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Windows Vista symlinks. Столько лет прошло, и всё там же. Про WinFS тоже как-то замолчали. Что-то, похоже, близится закат. (comment&#160;on&#160;this)    artur_s [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Windows Vista symlinks. Столько лет прошло, и всё там же. Про WinFS тоже как-то замолчали. Что-то, похоже, близится закат. (comment&nbsp;on&nbsp;this)    artur_s [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SlimShaggy</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-11988</link>
		<dc:creator>SlimShaggy</dc:creator>
		<pubDate>Fri, 26 Jan 2007 22:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-11988</guid>
		<description>What's the problem anyway? Those who want server-side link resolution and support&#160;for pre-Vista clients are free to use junctions and hard links instead of symbolic links!</description>
		<content:encoded><![CDATA[<p>What&#8217;s the problem anyway? Those who want server-side link resolution and support&nbsp;for pre-Vista clients are free to use junctions and hard links instead of symbolic links!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-11844</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Mon, 22 Jan 2007 17:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-11844</guid>
		<description>Hehehe, *nix lovers are hilarious. Thanks for cheering me up this cold monday morning.</description>
		<content:encoded><![CDATA[<p>Hehehe, *nix lovers are hilarious. Thanks for cheering me up this cold monday morning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows Višta ir kita #17 &#171; Paranormalaus pasaulio užeiga</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-10366</link>
		<dc:creator>Windows Višta ir kita #17 &#171; Paranormalaus pasaulio užeiga</dc:creator>
		<pubDate>Thu, 28 Dec 2006 15:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-10366</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Vista Symlinks Revisited… [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Vista Symlinks Revisited… [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vista symlinks - Google Search</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-9392</link>
		<dc:creator>vista symlinks - Google Search</dc:creator>
		<pubDate>Sun, 10 Dec 2006 08:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-9392</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...]  [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...]  [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HCC Vlaanderen - vista symlinks bekeken - hcc!vlaanderen forum</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-8685</link>
		<dc:creator>HCC Vlaanderen - vista symlinks bekeken - hcc!vlaanderen forum</dc:creator>
		<pubDate>Mon, 04 Dec 2006 13:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-8685</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] vista symlinks bekeken - 2006/11/19 10:54 Dit zou een van de mooie features in vista moeten geworden zijn. Volgens het engelstalig artikel blijkt de implementatie in Vista maar half zo goed te zijn, zodat de bruikbaarheid ervan beperkt blijft. Wie dus symbolic links verwacht zoals deze al zo lang bestaan in linux/unix komt half bedrogen uit. Je kan het hooguit een evolutie op de junctions noemen die in w2k/xp zitten.De auteur stelt dat de symlink api onvolledig is en gevoelig uitgebreid mag worden.Meer info: http://neosmart.net/blog/archives/285 [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] vista symlinks bekeken - 2006/11/19 10:54 Dit zou een van de mooie features in vista moeten geworden zijn. Volgens het engelstalig artikel blijkt de implementatie in Vista maar half zo goed te zijn, zodat de bruikbaarheid ervan beperkt blijft. Wie dus symbolic links verwacht zoals deze al zo lang bestaan in linux/unix komt half bedrogen uit. Je kan het hooguit een evolutie op de junctions noemen die in w2k/xp zitten.De auteur stelt dat de symlink api onvolledig is en gevoelig uitgebreid mag worden.Meer info: <a href="http://neosmart.net/blog/archives/285" rel="nofollow">http://neosmart.net/blog/archives/285</a> [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Welche Linux Distribution? - Seite 2 - Gsmfree Board</title>
		<link>http://neosmart.net/blog/2006/vista-symlinks-revisited/#comment-8635</link>
		<dc:creator>Welche Linux Distribution? - Seite 2 - Gsmfree Board</dc:creator>
		<pubDate>Sun, 03 Dec 2006 23:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/archives/285#comment-8635</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Was die &#34;Bequemlichkeit&#34; angelangt ist XP oki, aber sobald man anfngt bissl was abseits der gewhnlichen &#34;Usecases&#34; zu machen oder einfach - die Nase voll hat sich immer bevormunden zu lassen, sprich alles nach dem MS-Weg zu machen - feststellt das viele Programme abseits der Standardinstallation (ich sag nur andere Shell, Verzeichnisse heien anders, Profileordner liegt woanders etc.) usw. Mist bauen - anspruchsvollere Aufgaben (Skripting, Administration etc.) zu erledigen hat - unter Windows schonmal versucht einen Dateinamen wie &#34;C:del *.mp3&#34; anzulegen?  unter *nix geht das.... und ich benamse meine Audiodateien gern wie der Titel original auch heisst.... zustzlich zum korrektem Tag. (btw: der Track heisst &#34;Marco V - C:Del *.mp3&#34;) - sich aufregt das so ein Rotz wie Moviemaker und Co. dabei sind, aber von Haus aus kein vernnftiger Task-/Processmanager, Filemanager, grep, awk etc. - lieber mount points anstelle von &#34;Laufwerksbuchstaben&#34; htte -&#62; schon mal vor einer Neuinstallation eine Partition eingefgt, also anstelle bisher: C: System D: Install E: Files -&#62; C: System D: Swap E: Install F: Files Viel Spa! -&#62; Pfade ndern hoch 3.  - ach und junction/reparse points sowie links werden zwar mittlerweile &#34;untersttzt&#34;, aber wie  weder im Explorer noch sonstwo... nur per Dateisystem und per cmd-befehl... unter Vista haben sie anscheinend was gelernt: http://en.wikipedia.org/wiki/NTFS_junction_point http://en.wikipedia.org/wiki/NTFS_symbolic_link  EDIT: MS hats schon wieder verkackt... unglaublich. Immer und immer wieder dieses halbgare Zeug! =&#62; http://neosmart.net/blog/archives/285  fngt man an Windows zu verfluchen.... leider habe ich fr viele Programme einfach keinen Ersatz, so da ich immer zweigleisig fahren mte/mu..    __________________ Wie man richtig fragt. The cynic knows love is a state of mind and can never fully exist, the cynic hopes to be proved wrong. - Sean Hughes ...NO BITCHES NECESSARY MOVEMENT.       Gendert von Falcone (30-11-2006 um 13:10 Uhr). [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Was die &quot;Bequemlichkeit&quot; angelangt ist XP oki, aber sobald man anfngt bissl was abseits der gewhnlichen &quot;Usecases&quot; zu machen oder einfach - die Nase voll hat sich immer bevormunden zu lassen, sprich alles nach dem MS-Weg zu machen - feststellt das viele Programme abseits der Standardinstallation (ich sag nur andere Shell, Verzeichnisse heien anders, Profileordner liegt woanders etc.) usw. Mist bauen - anspruchsvollere Aufgaben (Skripting, Administration etc.) zu erledigen hat - unter Windows schonmal versucht einen Dateinamen wie &quot;C:del *.mp3&quot; anzulegen?  unter *nix geht das&#8230;. und ich benamse meine Audiodateien gern wie der Titel original auch heisst&#8230;. zustzlich zum korrektem Tag. (btw: der Track heisst &quot;Marco V - C:Del *.mp3&quot;) - sich aufregt das so ein Rotz wie Moviemaker und Co. dabei sind, aber von Haus aus kein vernnftiger Task-/Processmanager, Filemanager, grep, awk etc. - lieber mount points anstelle von &quot;Laufwerksbuchstaben&quot; htte -&gt; schon mal vor einer Neuinstallation eine Partition eingefgt, also anstelle bisher: C: System D: Install E: Files -&gt; C: System D: Swap E: Install F: Files Viel Spa! -&gt; Pfade ndern hoch 3.  - ach und junction/reparse points sowie links werden zwar mittlerweile &quot;untersttzt&quot;, aber wie  weder im Explorer noch sonstwo&#8230; nur per Dateisystem und per cmd-befehl&#8230; unter Vista haben sie anscheinend was gelernt: <a href="http://en.wikipedia.org/wiki/NTFS_junction_point" rel="nofollow">http://en.wikipedia.org/wiki/NTFS_junction_point</a> <a href="http://en.wikipedia.org/wiki/NTFS_symbolic_link" rel="nofollow">http://en.wikipedia.org/wiki/NTFS_symbolic_link</a>  EDIT: MS hats schon wieder verkackt&#8230; unglaublich. Immer und immer wieder dieses halbgare Zeug! =&gt; <a href="http://neosmart.net/blog/archives/285" rel="nofollow">http://neosmart.net/blog/archives/285</a>  fngt man an Windows zu verfluchen&#8230;. leider habe ich fr viele Programme einfach keinen Ersatz, so da ich immer zweigleisig fahren mte/mu..    __________________ Wie man richtig fragt. The cynic knows love is a state of mind and can never fully exist, the cynic hopes to be proved wrong. - Sean Hughes &#8230;NO BITCHES NECESSARY MOVEMENT.       Gendert von Falcone (30-11-2006 um 13:10 Uhr). [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
</channel>
</rss>
