bad sector wrote:
> On 11/26/2011 09:56 AM, Wolf K wrote:
>> On 26/11/2011 9:29 AM, FD wrote:
>>> I installed win 7 32 bit version just over 2 years ago at home and tried
>>> to keep my system clean with regular use of Revo Unistaller. Pictures
>>> and videos are kept in a different partition
>>>
>>>
>>> I bought an OEM version of windows 7 32 bit with SP1 for my office
>>> computer.
>>>
>>> I used that same DVD to reinstall win 7 32 bit on my home computer and
>>> reinstalled ALL
>>> the programs I had on my old installation.
>> >
>>> The old Acronis true image size was 11.8 gigs and the new one is 6.2
>>> gigs
>>>
>>> I am very pleased as I use a SSD for my operating system drive.
>>>
>>> Why such a huge difference?
>>>
>>> FD
>>
>> Here's what I've inferred from various sources and past experience:
>>
>> One difference is that the OEM versions have far fewer drivers included
>> than the ones that come with your ready-to-use computer. Since you can
>> "update during install" if you wish, that's not a problem: Windows will
>> find drivers for printers, etc. if needed, sometimes during the first
>> reboot.
>>
>> It also depends on the version: they have different software bundles.
>> Eg, Windows Media Center is included in Home Premium IIRC, but not in
>> Basic, nor in Pro (which is intended for business, not entertainment...
>> ;-))
>
> I had no idea. Which edition/version is best for the smallest on-disk
> installation size? Is anything like FD's 6.2 gigs possible with 64 bit
> as well as 32?
>
>
> TIA
>
If it was me, I'd be comparing file lists, for the two WINSXS folders
on the computer.
Or, use something like SequoiaView, to visually locate something large
which is tipping the balance on size.
http://w3.win.tue.nl/nl/onderzoek/on.../sequoiaview//
Most disk utilities, won't take hard links into account, and can double
count space. Doing a backup to a .vhd file, should give a true estimate
of file system size, or doing properties on the partition itself, may
give the right answer. Checking by doing properties on individual folders,
will give the wrong answer. And that's a trap many fall into, when they
say "my WINSXS folder is 29GB", in fact the files in there are hard linked
all over the place, and deleting WINSXS would only save 500MB (worth of file
pointers). Mounting the partition in Linux (don't touch anything!), will
show that things in WINSXS can have as many as four references to the same
file data clusters. So the same sectors of data, can be in use by four
file pointers. Linux doesn't do a perfect job of presenting this info,
as I've had trouble while experimenting, actually verifying Windows
and Linux think the same thing of that C: partition.
Windows 7 is an attempt, to use all the features of NTFS to the max,
for better or worse. It means doing maintenance for home users like
me, is a bit of a trial (don't touch anything!). My innocent little
experiments, have led to a non-booting laptop, twice. Make sure you
have a good backup to an external drive, before you get too curious.
Paul