<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/20572/Reducing_Disk_Space_Usage</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Mon, 09 Nov 2009 16:07:57 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Leave it to Microsoft to ruin the perfect idea...</title>
			<link>http://osnews.com/thread?338085</link>
			<guid isPermaLink="true">http://osnews.com/thread?338085</guid>
			<description>Geez... so Microsoft is saying that they are treating hard links exactly as the actual file, so much so that it appears that hard links are the same size as the original file?<br />
 <br />
 That's kinda dumb.  Maybe they should try BeOS, and just copy their symlink model.<br />
 <br />
 I could very easily duplicate the winsx whatever folder in BeOS using MAYBE 1 MB of space, and it will be reported as such as well.<br />
 <br />
 Symlinks are what Microsoft calls hardlinks, they are simply 'virtual' file system object which point to another file and which can act exactly as the file to which it points.<br />
 <br />
 BeOS supports two types of Symlinks: absolute &amp; relative, the only difference being how the linked file is located ( with an absolute path: &quot;/boot/home/Desktop/someFile&quot; vs &quot;../someFile&quot; ).<br />
 <br />
 BeOS shows Symlinks as being what they are, and gives them a faint underscore to differentiate the real file from the Symlink.  However, when a program blindly opens a Symlink the system just substitutes the linked file by negotiating the Symlink.<br />
 <br />
 The difference is that it is incredibly trivial to determine if the file being dropped is a Symlink.  So all Microsoft needs to do is ensure that they can do the same - trivially check to see if the file is a &quot;hardlink&quot; and treat it as such in Explorer until invocation or data access is required.<br />
 <br />
 Operations that would be performed on a link versus the actual file are different, but some things will be common, such as size &amp; name, those things will require special handling.  BeOS does this with the BSymlink class :-)<br />
 <br />
 Explorer should just implement a quick check to see if the file is a hardlink or not, and follow the BeOS standard of very subtle differentiation.  Size in BeOS is assumed to be 0 for a symlink, but they still take size in the folder and report as such, accurately.<br />
 <br />
 Oh well, that is the problem with numerous teams working on separate parts of a single product without enough intercommunication. <br />
 <br />
 Personally, I think Microsoft could cure an incredible amount of their problems if they simply started feeding the final pre-release builds up to higher support teams, each team consisting of fewer and fewer members, until you get to a single person who would examine issues raised and determine validity of the issues, and be able to suggest fixes.<br />
 <br />
 I'd do it, I know I could do it, I've done it in the past.  Apparently people liked it :-)<br />
 <br />
 Oh well, I turn down Microsoft's offers because I'd prefer to work right here from home :-)  They can't pay me to move, either.<br />
 <br />
 --The loon<br />
<br />
<br />
... besides, my uncle used to work for Microsoft and they withheld pay for so long he decided to rob a bank to try and get by.   He planned it out rather well, but the teller's car he was going to take wanted her house keys, so he wasted time getting the car key off the ring while the silent alarm was triggered.  He got off with a slap on the wrist ;-)Edited 2008-11-22 19:51 UTC</description>
			<pubDate>Sat, 22 Nov 2008 19:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (looncraz)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Leave it to Microsoft to ruin the perfect idea...</title>
			<link>http://osnews.com/thread?338087</link>
			<guid isPermaLink="true">http://osnews.com/thread?338087</guid>
			<description>Vista has both symlinks and hard links. here is the output of mklink on my computer<br />
Microsoft Windows [Version 6.0.6001]<br />
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.<br />
<br />
C:\Users\Matt&gt;mklink<br />
Creates a symbolic link.<br />
<br />
MKLINK [[/D] | [/H] | [/J]] Link Target<br />
<br />
        /D      Creates a directory symbolic link.  Default is a file<br />
                symbolic link.<br />
        /H      Creates a hard link instead of a symbolic link.<br />
        /J      Creates a Directory Junction.<br />
        Link    specifies the new symbolic link name.<br />
        Target  specifies the path (relative or absolute) that the new link<br />
                refers to.</description>
			<pubDate>Sat, 22 Nov 2008 19:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Leave it to Microsoft to ruin the perfect idea..</title>
			<link>http://osnews.com/thread?338090</link>
			<guid isPermaLink="true">http://osnews.com/thread?338090</guid>
			<description>Ah I see, thanks for that!<br />
<br />
I love being corrected when I'm wrong - it's the best way to learn!<br />
<br />
So I guess then that hardlinks are designed so that if you overwrite it, the linked file itself is overwritten, and a special procedure is needed to remove the link.<br />
<br />
Still, Explorer &amp; any other app should still be able to realize when the file is a link rather than the actual file. <br />
<br />
<br />
Thanks again :-)<br />
<br />
--The loon</description>
			<pubDate>Sat, 22 Nov 2008 20:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (looncraz)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Leave it to Microsoft to ruin the perfect idea..</title>
			<link>http://osnews.com/thread?338093</link>
			<guid isPermaLink="true">http://osnews.com/thread?338093</guid>
			<description>The idea behind a symlink is that it points to another file. The idea behind a hardlink is that it is another handle on the file, no different then the first handle on it, just stored in a different logical place.<br />
<br />
just google it and you will probably find a billion links to clearer and more succinct explinations than mine ;-)<br />
 <br />
 symlinks are a better idea 99% of the time. when i read that ms was implmenting hard links my first thought was &quot;why?&quot;. my guess is that winsxs is one of the only reasons they exist on the platform.Edited 2008-11-22 20:28 UTC</description>
			<pubDate>Sat, 22 Nov 2008 20:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>What on earth!?</title>
			<link>http://osnews.com/thread?338094</link>
			<guid isPermaLink="true">http://osnews.com/thread?338094</guid>
			<description>I used to compress my binaries<br />
<br />
I used to use better compression on my archives<br />
<br />
...now Videos and Music changes all that.<br />
<br />
If they really wanted to reduce the footprint of Vista2 all they have to do is say get rid of all the bundled  garbage from the OS starting with there browser, Office crapware, chat client etc etc and probably focus on improvements to performance rather than a smoke and mirrors user interface.</description>
			<pubDate>Sat, 22 Nov 2008 20:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (cyclops)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: What on earth!?</title>
			<link>http://osnews.com/thread?338100</link>
			<guid isPermaLink="true">http://osnews.com/thread?338100</guid>
			<description>Microsoft didn't impose enough restrictions on software vendors to prevent bloating the system. For example, some software will just put a huge .msi file somewhere in &quot;installation data&quot;. Windows generally has a very bad software management system. Result is that Windows installations degrade over time and often a reinstall is needed to get a properly working thing without all the bloat.<br />
<br />
As if this is not bad enough, Windows itself tends to accummulate lots of garbage data, caches, logs, update backups, registry blossoming, and whatnot.<br />
<br />
My 1 year old XP installation now boots much slower than initially for unknown reason. Bootvis revealed that it spends 40 seconds in &quot;Disk&quot; loading part, which should normally take 2 seconds, for no clear reason - I failed to find any diagnostic tool that could reveal what's happening. Add to that various crapware startup tools that each app vendor feels free to add, and you get a 2-3 minute booting time.<br />
<br />
On the other hand, I enjoy packaging systems found in Linux distributions like Fedora or Ubuntu. It's so much simpler to update the system and add / remove whatever i need. It's also easy to add additional repos when you need stuff that has legal problems (patented codecs etc.). The approach found in OSS feels light years ahead of the &quot;unmanageable blob&quot; approach of Windows.</description>
			<pubDate>Sat, 22 Nov 2008 21:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (siki_miki)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Disk storage &amp;amp; memory</title>
			<link>http://osnews.com/thread?338112</link>
			<guid isPermaLink="true">http://osnews.com/thread?338112</guid>
			<description>The entire theory of storage is cheap &amp; memory is just ridiculous. Has anyone thought of the cluster it creates when having to do disaster recovery and the price tag on the MEGA storage backup solution???<br />
<br />
Plus, ANY crummy operating system and application will run when you throw memory and disk storage at it.<br />
<br />
It is easier to maintain an environment not bloated with software that requires 20G to install just the OS with no apps...<br />
<br />
<br />
<br />
Microsoft needs to understand the concept of making software/operating systems that do not require a super computer to run them. I hate to say it but Windows Server NT 4.0 was a small installation and the OS continues to grow leaps and bounds.<br />
<br />
In my opinion we need to get back to making applications that run on less memory and utilize less system resources. The average home user does not need to be required to purchase a machine with 4G of ram and a 1T of disk space to use a basic machine...</description>
			<pubDate>Sun, 23 Nov 2008 02:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (centos_user)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I don't see the size issue</title>
			<link>http://osnews.com/thread?338114</link>
			<guid isPermaLink="true">http://osnews.com/thread?338114</guid>
			<description>&quot;One of the main problems with Windows Vista (and earlier versions) is that Windows consumes quite a lot of diskspace&quot;<br />
<br />
Jeez.  Right now we can get 1 TB hard drives for not much more than a hundred bucks.  Unless Windows take more than 50 Gigs (which is far from it), I fail to see the problem.</description>
			<pubDate>Sun, 23 Nov 2008 04:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (chiwaw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I don't see the size issue</title>
			<link>http://osnews.com/thread?338116</link>
			<guid isPermaLink="true">http://osnews.com/thread?338116</guid>
			<description>1.) Read the article<br />
2.) Look for the words Netbook / SSDs</description>
			<pubDate>Sun, 23 Nov 2008 06:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (bannor99)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I don't see the size issue</title>
			<link>http://osnews.com/thread?338117</link>
			<guid isPermaLink="true">http://osnews.com/thread?338117</guid>
			<description>&quot;Jeez. Right now we can get 1 TB hard drives for not much more than a hundred bucks. Unless Windows take more than 50 Gigs (which is far from it), I fail to see the problem.&quot;<br />
<br />
The problem lies in computers such as netbooks. If they have an SSD, then the space is a huge issue. In your scenario that is desktop computers and standard laptops. Currently SSD's generally only come in 4-8 GB sizes. With the growth of the Netbook market, not being able to install your flagship OS as there is not enough space would be an issue, would it not?</description>
			<pubDate>Sun, 23 Nov 2008 06:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (DrillSgt)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Linux distros are still small</title>
			<link>http://osnews.com/thread?338118</link>
			<guid isPermaLink="true">http://osnews.com/thread?338118</guid>
			<description>A typical well featured linux distro is still the same size as it was in 1998 - a single 650-700meg CD. Some quite usable compact distros are still only 50MB in total. Why the hell is Vista 8GB just for the OS alone?</description>
			<pubDate>Sun, 23 Nov 2008 09:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (unclefester)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Linux distros are still small</title>
			<link>http://osnews.com/thread?338131</link>
			<guid isPermaLink="true">http://osnews.com/thread?338131</guid>
			<description>Are you kidding?<br />
<br />
Have you seen how much space band aids take up these days. With the amount of wounds windows had and has, just the scars would fill 7 gig <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Sun, 23 Nov 2008 14:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (RawMustard)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>And a Pony</title>
			<link>http://osnews.com/thread?338134</link>
			<guid isPermaLink="true">http://osnews.com/thread?338134</guid>
			<description>So, Windows 7 will run on the crappiest of the crappiest hardware (netbooks), and now they say it will fit on a small drive. I suppose next they will announce that it will come with Microsoft Live Pony.<br />
<br />
Anyone remember what Vista was supposed to be like and what was delivered?</description>
			<pubDate>Sun, 23 Nov 2008 16:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Verenkeitin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: I don't see the size issue</title>
			<link>http://osnews.com/thread?338136</link>
			<guid isPermaLink="true">http://osnews.com/thread?338136</guid>
			<description>Yes, the SSD right now is limited in size and it is a major issues if the Operating System takes up the entire disk leaving a minute amount of space for the end user.<br />
<br />
<br />
Also, another note one has to take in the amount of space required by Microsoft Office.<br />
<br />
Still the biggest problem is the mentality of programmers/developers that have been told disk space and memory is cheap. What happens if the price of storage and memory sky rocket as the Oil situation that brought the economy to a halt.<br />
<br />
What happened between Windows 2000 Professional and Windows 7?<br />
<br />
All programs/operating systems need to be written with the mentality of disk storage &amp; memory are a premium then the performance aspects by the end user would be surpassed and any new hardware would increase performance and enable home users to have a QoS.</description>
			<pubDate>Sun, 23 Nov 2008 17:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (centos_user)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Disk storage &amp;amp; memory</title>
			<link>http://osnews.com/thread?338143</link>
			<guid isPermaLink="true">http://osnews.com/thread?338143</guid>
			<description><div class="cquote">In my opinion we need to get back to making applications that run on less memory and utilize less system resources. The average home user does not need to be required to purchase a machine with 4G of ram and a 1T of disk space to use a basic machine... </div><br />
<br />
I really follow this idealistic idea, but I don't think MICROS~1 will, sadly.<br />
<br />
Systems as you suggested are very welcome to fields of use where the costs for running the machines are more important than the costs of purchasing them. Of course it's cheap today to buy huge hard drives and tons of RAM, a fast state-of-the-art GPU, mainboard and processor. But now for the power supply and the energy consumption - I think they've grown more expensive than, let's say, a 10 years old typical PC. Energy consumption is usually better on &quot;less performant&quot; systems (&quot;low end stuff&quot;), but NB that performance is not a property of hardware or software alone - it's about the combination of both. Well written software is usable even on &quot;low end stuff&quot;, just have a look at the many non-&quot;Windows&quot; operating systems such as BeOS (and its successors), the Linusi or the UNIXes.<br />
<br />
The tendency is this: Increase hardware power. Sell software that eats it up completely and cries for more. Sell better hardware. Sell more hungry software... you're getting the idea. That's what industry calls progess - selling all new stuff every few years just in order to keep the users doing the same stuff they did years before.<br />
<br />
With today's means, it's relatively easy to build systems as you suggested. But that's not the way MICROS~1 makes profit. You need to buy - you mustn't use free products that offer better performance (and, in conclusion, better usage of the present hardware and furthermore better cost relationships). Whenever a new &quot;Windows&quot; comes out, you can already prepare to buy new hardware. The &quot;old&quot; stuff goes to the waste dump. The environment says &quot;thank you&quot;. So instead of creating more efficient software industry just throws mre memory and bigger disks at the customers.<br />
<br />
My usual final take:<br />
<br />
disk capacity + memory installed<br />
------------------------------------------- = usage speed = const.<br />
OS and software requirements<br />
<br />
The &quot;const.&quot; conclusion is obvious because that's what happens if you keep increasing numerator and denominator of this quotient.</description>
			<pubDate>Sun, 23 Nov 2008 20:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Doc Pain)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Disk storage &amp;amp; memory</title>
			<link>http://osnews.com/thread?338144</link>
			<guid isPermaLink="true">http://osnews.com/thread?338144</guid>
			<description><div class="cquote">disk capacity + memory installed<br />
------------------------------------------- = usage speed = const.<br />
OS and software requirements </div><br />
And functionality seems to increase roughly as the cube root of (disk capacity + memory installed).  That's the *real* tragedy.Edited 2008-11-23 20:50 UTC</description>
			<pubDate>Sun, 23 Nov 2008 20:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Disk storage &amp;amp; memory</title>
			<link>http://osnews.com/thread?338162</link>
			<guid isPermaLink="true">http://osnews.com/thread?338162</guid>
			<description><div class="cquote"><br />
Energy consumption is usually better on &quot;less performant&quot; systems (&quot;low end stuff&quot;), but NB that performance is not a property of hardware or software alone - it's about the combination of both. Well written software is usable even on &quot;low end stuff&quot;, just have a look at the many non-&quot;Windows&quot; operating systems such as BeOS (and its successors), the Linusi or the UNIXes.<br />
 </div><br />
<br />
Indeed, my Linux powered 1.6GHz Atom Netbook (Eee 900A) feels much more sluggish than my L2 cache less 400MHz PPC (MPC5200) driven multimedia frame (a design study based on Efika 5200B) powered by MorphOS 2.x.</description>
			<pubDate>Mon, 24 Nov 2008 10:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (-ujb-)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>WinSXS not only on Vista</title>
			<link>http://osnews.com/thread?338174</link>
			<guid isPermaLink="true">http://osnews.com/thread?338174</guid>
			<description>The assembly folder &quot;winsxs&quot; exists on Windows XP too.<br />
<br />
Bad housekeeping has always been an issue in Windows. Actually you can use the cleanmgr.exe to do that manually. <br />
<br />
Try the /sageset:1 and /sagerun:1 parameters where 1 is just a preset number.</description>
			<pubDate>Mon, 24 Nov 2008 14:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (moeO1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: WinSXS not only on Vista</title>
			<link>http://osnews.com/thread?338176</link>
			<guid isPermaLink="true">http://osnews.com/thread?338176</guid>
			<description><div class="cquote">Bad housekeeping has always been an issue in Windows. </div><br />
   You've never used SCO Open Server.  It's a veritable rat's nest of symlinks. (At least they were <i>symlinks</i> and not <i>hardlinks</i>.) I never quite understood what it was that they were trying to accomplish with them.  Whatever it was, I never needed it, and reveled in the simplicity and clarity of FHS when I escaped to it.Edited 2008-11-24 15:13 UTC</description>
			<pubDate>Mon, 24 Nov 2008 15:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Leave it to Microsoft to ruin the perfect idea...</title>
			<link>http://osnews.com/thread?338183</link>
			<guid isPermaLink="true">http://osnews.com/thread?338183</guid>
			<description>Nice little tidbit about how Microsoft's unwillingness to pay your degenerate-thief-lowlife-scumbag uncle has something even remotely to do with the article.</description>
			<pubDate>Mon, 24 Nov 2008 16:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (rockwell)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Linux distros are still small</title>
			<link>http://osnews.com/thread?338184</link>
			<guid isPermaLink="true">http://osnews.com/thread?338184</guid>
			<description>You must still be using Slack with Fce ... Ubuntu is a pig of disk space.</description>
			<pubDate>Mon, 24 Nov 2008 16:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (rockwell)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Linux distros are still small</title>
			<link>http://osnews.com/thread?338188</link>
			<guid isPermaLink="true">http://osnews.com/thread?338188</guid>
			<description><div class="cquote">Ubuntu is a pig of disk space. </div><br />
Look again.  Even the x86_64 version of Ubuntu still fits on, and can run from, a single CD. That's the full version and not some cut down version.  And there's room for the installer, so the Live CD and install CD are one and the same.Edited 2008-11-24 16:47 UTC</description>
			<pubDate>Mon, 24 Nov 2008 16:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Linux distros are still small</title>
			<link>http://osnews.com/thread?338193</link>
			<guid isPermaLink="true">http://osnews.com/thread?338193</guid>
			<description>You are partially correct.. Except for the fact that everything on a LiveCD is compressed substancially to fit it on a CD. It can be done like this because you're not making any changes to the core of the OS, and any new updates to it will mean a reburn of the disc. Not an issue, but figured I should point that out. Same goes for Knoppix and pretty well most LiveCDs that have that much jammed in on it.</description>
			<pubDate>Mon, 24 Nov 2008 20:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Piranha)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Linux distros are still small</title>
			<link>http://osnews.com/thread?338196</link>
			<guid isPermaLink="true">http://osnews.com/thread?338196</guid>
			<description><div class="cquote">You are partially correct.. </div><br />
Not to be contrary.  But I said:<br />
<br />
&quot;&quot;&quot;<br />
Even the x86_64 version of Ubuntu still fits on, and can run from, a single CD. That's the full version and not some cut down version.<br />
&quot;&quot;&quot;<br />
<br />
That is all *completely* correct and not just partially correct.</description>
			<pubDate>Mon, 24 Nov 2008 20:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Linux distros are still small</title>
			<link>http://osnews.com/thread?338198</link>
			<guid isPermaLink="true">http://osnews.com/thread?338198</guid>
			<description>Except when you 'install' on a hard drive, it bloats out. So when talking about OS' bloatness (which is what this topic is about), you're comparing compressed to non-compressed.<br />
<br />
Sure, it runs, but you can also enable compression on NTFS partitions. However, nobody wants to do this since it usually makes the system sluggish. It's true that 'some' compressions make reads/writes faster (at the expense of CPU cycles), but usually isn't the best compression technique out there.</description>
			<pubDate>Mon, 24 Nov 2008 20:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (Piranha)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Linux distros are still small</title>
			<link>http://osnews.com/thread?338200</link>
			<guid isPermaLink="true">http://osnews.com/thread?338200</guid>
			<description><div class="cquote">Except when you 'install' on a hard drive, it bloats out. </div><br />
 <br />
 Andrew,<br />
 <br />
 Of <b>course</b> the installed image is larger than the compressed installation image; Surely any OSNews reader should recognize that implicitly without anyone having to jump in to share that startling &quot;insight&quot;.<br />
   <br />
   Anyway, IIRC, the installed OS is about 1.5GB.  Not bad at all by 2008 standards.  By comparison, I believe Vista requires about &quot;a 20GB disk with at least 15GB available free space&quot;.  About a 10 fold difference.  Even with NTFS compression, you're never going to get that within a factor of 5 of Ubuntu's installation size.  Even Windows advocates in this thread have admitted that you'd never squeeze it onto an 8GB SSD.<br />
   <br />
  Edit: And why did I even bother to type all this out, anyway?Edited 2008-11-24 21:16 UTC</description>
			<pubDate>Mon, 24 Nov 2008 21:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Linux distros are still small</title>
			<link>http://osnews.com/thread?338201</link>
			<guid isPermaLink="true">http://osnews.com/thread?338201</guid>
			<description><div class="cquote">a 20GB disk with at least 15GB available free space </div><br />
<br />
That is the official requirement for home basic, which is the &quot;We have a sub 100$ sku&quot; edition. When you talk about vista, you are talking home premium/ultimate/business which have a 40gig requirement.</description>
			<pubDate>Mon, 24 Nov 2008 21:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: What on earth!?</title>
			<link>http://osnews.com/thread?338204</link>
			<guid isPermaLink="true">http://osnews.com/thread?338204</guid>
			<description><div class="cquote">As if this is not bad enough, Windows itself tends to accummulate lots of garbage data, caches, logs, update backups, registry blossoming, and whatnot. </div><br />
<br />
Caches logs and backups aren't garbage...<br />
<br />
<div class="cquote">My 1 year old XP installation now boots much slower than initially for unknown reason. Bootvis revealed that it spends 40 seconds in &quot;Disk&quot; loading part, which should normally take 2 seconds, for no clear reason - I failed to find any diagnostic tool that could reveal what's happening. Add to that various crapware startup tools that each app vendor feels free to add, and you get a 2-3 minute booting time.<br />
 </div><br />
<br />
5 bucks says you need to defrag. <br />
<br />
If that isn't it, check out what is loading at startup, and what services are set to autorun with msconfig. If you can't figure out what is taking so long, open up your logs, and see if there is anything timing out in the application log or system log. If you aren't the kind of person that uses them, there are probably several hundred thousand entries at this point, so feel free to clear them then reboot to get a better picture of what is going on.</description>
			<pubDate>Mon, 24 Nov 2008 21:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: Linux distros are still small</title>
			<link>http://osnews.com/thread?338205</link>
			<guid isPermaLink="true">http://osnews.com/thread?338205</guid>
			<description><div class="cquote">When you talk about vista, you are talking home premium/ultimate/business which have a 40gig requirement. </div><br />
 Oy vey!  How many DVDs does that come on?  Or perhaps it would be more interesting to consider &quot;CD equivalents&quot; of 700MB.<br />
 <br />
 I remember, back in the day, we had a manufacturing accounting package that came in on over 50 5-1/4&quot; floppies. Installation was somewhat tedious, as you can imagine, and quite frustrating when they ran into bad media.  Actually, it was a DOS package so I didn't have to mess with it.Edited 2008-11-24 21:54 UTC</description>
			<pubDate>Mon, 24 Nov 2008 21:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[9]: Linux distros are still small</title>
			<link>http://osnews.com/thread?338206</link>
			<guid isPermaLink="true">http://osnews.com/thread?338206</guid>
			<description>I had one of the last word for macintosh versions that came on ~50 floppies. MS used some odd formatting scheme to squeeze a few extra kb out of the discs too, the downside was that it made them even more prone to error then normal floppies (which were already pretty bad). After a few months, a handful of them had errors on them (which is really fun to find out, 34 discs in).    Managed to image them even though they wouldn't install normally, and then make new copies.<br />
<br />
Anyways, vista has a 15gig or so footprint no matter what the edition. That includes things like every usb device and printer driver that windows supports, and fonts for almost every language on earth. <br />
<br />
But that is for install, we are not talking hibernation file, pagefile, system restore backups (which get created regularly, and are sometimes triggered by updates), shadow copy (which stores diffs of all files in the user documents at regular intervals), copious amounts of log files, registry hives, several different types of cache files, multiple different versions of the .net framework (and by extension, multiple versions of the base class library). There is also this system they introduced in xp to keep track of multiple versions of the core system files, as certain vendors liked to overwrite system libraries with their own versions.<br />
<br />
Whats worse is the way NTFS is going, every version is more fragmentation prone. Couple that with an os that generates an astonishing amount of files, and you end up with something that needs to be defragmented and cleaned up about once a month to maintain performance.</description>
			<pubDate>Mon, 24 Nov 2008 22:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[10]: Linux distros are still small</title>
			<link>http://osnews.com/thread?338211</link>
			<guid isPermaLink="true">http://osnews.com/thread?338211</guid>
			<description><div class="cquote">Anyways, vista has a 15gig or so footprint no matter what the edition. That includes things like every usb device and printer driver that windows supports, and fonts for almost every language on earth. </div> <br />
 Well, I guess the good news is that there are plenty of ways that Microsoft can innovate the size down.<br />
 <br />
 Calls to mind an advertisement I was saw in a magazine in my doctor's waiting room back when FAT32 was new.  For years, of course, people who knew even the tiniest bit about filesystems knew that the huge cluster sizes required by the poor design decisions of fat12, and perpetuated by fat16, resulted in absolutely unimaginable wastefulness regarding file storage on contemporary drives.  But according to the advertisement &quot;Microsoft engineers had thought of a way (no doubt in some rarified, high-level think tank) to make computers save files in a fraction of the space they could before&quot;.<br />
 <br />
 I'll be on the lookout for similar innovation re: the Windows 7 installation footprint. ;-)Edited 2008-11-25 00:35 UTC</description>
			<pubDate>Tue, 25 Nov 2008 00:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: And a Pony</title>
			<link>http://osnews.com/thread?338298</link>
			<guid isPermaLink="true">http://osnews.com/thread?338298</guid>
			<description>Big difference is that anyone with build 6801 can test this out for themselves, as this is not something that is planned, but something that is actually done. The keynote demo of win7 at the PDC was done on a netbook.</description>
			<pubDate>Tue, 25 Nov 2008 18:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: And a Pony</title>
			<link>http://osnews.com/thread?338299</link>
			<guid isPermaLink="true">http://osnews.com/thread?338299</guid>
			<description><div class="cquote">The keynote demo of win7 at the PDC was done on a netbook. </div><br />
Out of curiosity, what were the specs of the netbook?</description>
			<pubDate>Tue, 25 Nov 2008 18:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: And a Pony</title>
			<link>http://osnews.com/thread?338300</link>
			<guid isPermaLink="true">http://osnews.com/thread?338300</guid>
			<description>Lenovo S10, which is a 375$ machine, and higher end in the netbook world. people have been installing build 6801 on a few different netbooks now, with results comperable to XP.<br />
<br />
this guys installed on an Asus eee 1000h with 1.6 ghz cpu and a gig of ram <a href="http://blog.laptopmag.com/eee-pc-1000h-runs-windows-7-well" rel="nofollow">http://blog.laptopmag.com/eee-pc-1000h-runs-windows-7-well</a>  his biggest issue was that 720p video didn't run that great.</description>
			<pubDate>Tue, 25 Nov 2008 19:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
