Author |
Message |
Erik

Joined: 28 Feb 2006
Posts: 127
Location: LI, NY
|
Posted:
Tue Mar 07, 2006 1:39 am |
  |
I don't understand why they decided to include "Free space" in the dir command. It would make more sense to have a seperate command for directory listing and free space displaying to avoid the constant calculation. (Similar to that a Unix/Linux OS does) |
_________________ Nukem Enterprises - http://eriks.servehttp.com |
|
    |
 |
mbbrutman
Joined: 21 Dec 2005
Posts: 66
|
Posted:
Thu Mar 09, 2006 2:37 pm |
  |
I don't think it's a major sin. They tell you the volume label too, which is even less useful.
Linux is starting to stray away from the KISS principle too .. A few years ago people started sorting the directory entries wrong and adding color to the output of the ls command to show the different file and directory types. Under normal circumstances I'm fine with it, but strictly speaking it costs extra cpu cycles to do that.  |
|
|
  |
 |
Erik

Joined: 28 Feb 2006
Posts: 127
Location: LI, NY
|
Posted:
Tue Mar 14, 2006 9:33 pm |
  |
|
    |
 |
Puckdropper
Site Admin
Joined: 02 Oct 2004
Posts: 767
Location: Not in Chicago
|
Posted:
Fri Jun 30, 2006 4:43 pm |
  |
Raymond Chen wrote: |
From: http://www.microsoft.com/technet/technetmag/issues/2006/07/WindowsConfidential/
in the third paragraph from the bottom:
Furthermore, the high cluster count means a ridiculously large file allocation table; as a result, even the simple act of computing how much free disk space is available can take over a minute. That’s why the first time you type the dir command, there is a long pause at the end of the directory listing: the file system is busy calculating the disk free space to display at the bottom of the directory listing.
|
It took a while for Raymond Chen to finally write the answer, but he did it in a recent Microsoft Technet article. |
_________________ >say "Hello sailor"
Nothing happens here.
>score
Your score is 202 (total of 350 points), in 866 moves.
This gives you the rank of Adventurer. |
|
       |
 |
mbbrutman
Joined: 21 Dec 2005
Posts: 66
|
Posted:
Sat Jul 01, 2006 5:46 pm |
  |
Excellent find!
As we suspected .. computing disk space. |
|
|
  |
 |
|