Windows 7 Forums


Reply
Thread Tools

Question about 64-bit and IDE?

 
 
Grumpy@Oldman.com
Guest
Posts: n/a
Thanked:
 
      05-04-2012

Dumb question maybe. I am fishing for explanation of what I see as
slowness in my W7 64-bit. Since my 500GB hard drive is IDE, I am
wondering if it could be that IDE can't handle 64-bit processing and
that I must go to SATA.

Anyone?

Grumpy
 
Reply With Quote
 
 
 
 
Andy Burns
Guest
Posts: n/a
Thanked:
 
      05-04-2012
wrote:

> Dumb question maybe. I am fishing for explanation of what I see as
> slowness in my W7 64-bit. Since my 500GB hard drive is IDE, I am
> wondering if it could be that IDE can't handle 64-bit processing and
> that I must go to SATA.


Well it still *works* but sounds like the drive is probably the oldest
component of your machine, and is starting to show its age ...

Is the drive performing slower that it did under previous operating systems?
 
Reply With Quote
 
 
 
 
Grumpy@Oldman.com
Guest
Posts: n/a
Thanked:
 
      05-04-2012
On Fri, 04 May 2012 12:00:45 +0100, Andy Burns
<> wrote:

>Well it still *works* but sounds like the drive is probably the oldest
>component of your machine, and is starting to show its age ...
>
>Is the drive performing slower that it did under previous operating systems?



yes - much

Grumpy
 
Reply With Quote
 
Wolf K
Guest
Posts: n/a
Thanked:
 
      05-04-2012
On 04/05/2012 8:06 AM, wrote:
> On Fri, 04 May 2012 12:00:45 +0100, Andy Burns
> <> wrote:
>
>> Well it still *works* but sounds like the drive is probably the oldest
>> component of your machine, and is starting to show its age ...
>>
>> Is the drive performing slower that it did under previous operating systems?

>
>
> yes - much
>
> Grumpy


Replace it. If it's big enough, you can still use it for backups.

Wolf K.
 
Reply With Quote
 
Paul
Guest
Posts: n/a
Thanked:
 
      05-04-2012
wrote:
> On Fri, 04 May 2012 12:00:45 +0100, Andy Burns
> <> wrote:
>
>> Well it still *works* but sounds like the drive is probably the oldest
>> component of your machine, and is starting to show its age ...
>>
>> Is the drive performing slower that it did under previous operating systems?

>
>
> yes - much
>
> Grumpy


Run a benchmark, and tell us what you see.

http://www.hdtune.com/files/hdtune_255.exe

My HDTune results are in the left hand column. Usually, a rotating hard
drive, has a "declining" curve, as the diameter of the concentric tracks
changes as you get closer to the hub.

http://img829.imageshack.us/img829/8...scomposite.gif

You can also use the "Health" tab, and look at the SMART statistics.
If the drive isn't all that healthy (failing), you might see an indicator
in there. If you see a "yellow" entry, that's OK. I have a couple
bogus yellow entries, and they're nothing. Since there are relatively
poor standards for SMART, sometimes the stats are misinterpreted.

The HDTune benchmark, doesn't check for alignment issues. The
partitions on a disk, can be aligned on multiple of 63 boundaries.
Or offset by multiples of 1 megabyte (Windows 7 method). If your
drive is new enough, it can be 4KB internal sectors, with "512e"
sector emulation for compatibility. And if a data partition is
misaligned, I suppose that could reduce performance.

The "64-bit" is a red herring, and has nothing to do with this problem.
Via DMA, the hardware takes care of copying the disk data into memory,
so when working well (non-PIO mode), the processor really isn't involved
in the transfer phase. Once in memory, the code will be written properly
by the driver or OS designers, for the most efficient transfer modes
if needed (cache-line aligned block transfers etc).

The high level copying code can suck. It sucked when Vista came out,
and that code was completely re-written at that point (new for Vista).
Since the code wasn't properly optimized before release (rush job),
it took a whole 'nother OS to attempt to fix it. So rather than software,
you could blame some aspects of that re-write for the issue. But
the issues weren't 32 bit versus 64 bit or anything.

This blog entry, is an example of a guy looking at why the
Vista copy code didn't work very well.

http://blogs.technet.com/b/markrussi...4/2826167.aspx

Paul
 
Reply With Quote
 
Grumpy@Oldman.com
Guest
Posts: n/a
Thanked:
 
      05-04-2012
On Fri, 04 May 2012 08:30:38 -0400, Wolf K <>
wrote:

>On 04/05/2012 8:06 AM, wrote:
>> On Fri, 04 May 2012 12:00:45 +0100, Andy Burns
>> <> wrote:
>>
>>> Well it still *works* but sounds like the drive is probably the oldest
>>> component of your machine, and is starting to show its age ...
>>>
>>> Is the drive performing slower that it did under previous operating systems?

>>
>>
>> yes - much
>>
>> Grumpy

>
>Replace it. If it's big enough, you can still use it for backups.
>
>Wolf K.



I forgot to say - IT IS BRAND NEW.
it is a
Western Digital Scorpio Black 500GB 7200 rpm. Model# WD5000BPKT

Thanks

Grumpy

 
Reply With Quote
 
VanguardLH
Guest
Posts: n/a
Thanked:
 
      05-04-2012
Grumpy wrote:

> Grumpy wrote:
>
>> Andy Burns wrote:
>>
>>> Is the drive performing slower that it did under previous operating
>>> systems?

>>
>> yes - much

>
> I forgot to say - IT IS BRAND NEW. it is a Western Digital Scorpio
> Black 500GB 7200 rpm. Model# WD5000BPKT


Since you used this drive in an older version of Windows (but neglected
to say WHICH older version), the problem could be with sector alignment.
The drive you mention supports the new alignment where the first
available sector is number 64 instead of 63 in the old scheme.

http://www.wdc.com/en/products/products.aspx?id=130
"... with a clean install".

When you installed Windows 7, did you have its setup delete all
partitions and create new partition(s) for the OS (and data)?


Here's my canned response on alignment:

New disk types are emerging that disrupt the old scheme of 512KB per
sector used in prior hard disks. They are sometimes referred to as
"green" disks because Western Digital assigns that color scheme to this
new line. Seagate calls them by Advanced Format Drives (AFDs) or Smart
Align Technology. This new disk uses 4KB sized sectors internally but
maps to the standard 512MB sectors on its interface. This misalignment
can cause lots of problems. These work by using 4KB sector sizes on the
platter and translating in their interface to 512KB; however, there is a
problem in misalignment since some versions of Windows start a partition
at sector 63 instead of 64. You could end up with a very slow external
hard disk due to misalignment because of the need to do
read-modify-write instead of just a write.

Read:

http://en.wikipedia.org/wiki/Advanced_Format

http://www.anandtech.com/show/2888/2

http://www.paragon-software.com/land...ment_tool.html
http://www.paragon-software.com/home...ent/index.html
(was free but not after 30-Jun-2010)

http://www.wdc.com/advformat
http://www.wdc.com/wdproducts/librar...579-771430.pdf
http://support.wdc.com/product/download.asp?groupid=805
(aligns during cloning)

http://www.samsung.com/global/busine...rmat_Drive.pdf
 
Reply With Quote
 
Wolf K
Guest
Posts: n/a
Thanked:
 
      05-04-2012
On 04/05/2012 11:14 AM, wrote:
[...]
> I forgot to say - IT IS BRAND NEW.
> it is a
> Western Digital Scorpio Black 500GB 7200 rpm. Model# WD5000BPKT
>
> Thanks
>
> Grumpy
>


Then if it's slower than under the previous OS, my guesses are:
a) fault in the drive (it does happen, even to brand new ones. ;-(
b) malware.

Good luck,
Wolf K.
 
Reply With Quote
 
Wolf K
Guest
Posts: n/a
Thanked:
 
      05-04-2012
On 04/05/2012 11:41 AM, VanguardLH wrote:
[...]
> Since you used this drive in an older version of Windows (but neglected
> to say WHICH older version), the problem could be with sector alignment.
> The drive you mention supports the new alignment where the first
> available sector is number 64 instead of 63 in the old scheme.

[etc]

Interesting information. Looks like another "improvement" which isn't one.

Wolf K.
 
Reply With Quote
 
Grumpy@Oldman.com
Guest
Posts: n/a
Thanked:
 
      05-04-2012
On Fri, 4 May 2012 10:41:00 -0500, VanguardLH <> wrote:


>Since you used this drive in an older version of Windows (but neglected
>to say WHICH older version), the problem could be with sector alignment.
>The drive you mention supports the new alignment where the first
>available sector is number 64 instead of 63 in the old scheme.
>
>http://www.wdc.com/en/products/products.aspx?id=130
>"... with a clean install".
>
>When you installed Windows 7, did you have its setup delete all
>partitions and create new partition(s) for the OS (and data)?


Actually no. There was a small partition and a large partition, and I
delete and reformatted only the latter. I am reformatting the entire
drive now to see if copying speeds up. I am thinking that you have
spotted the problem. Hope so.

Thanks

Grumpy
>
>
>Here's my canned response on alignment:
>
>New disk types are emerging that disrupt the old scheme of 512KB per
>sector used in prior hard disks. They are sometimes referred to as
>"green" disks because Western Digital assigns that color scheme to this
>new line. Seagate calls them by Advanced Format Drives (AFDs) or Smart
>Align Technology. This new disk uses 4KB sized sectors internally but
>maps to the standard 512MB sectors on its interface. This misalignment
>can cause lots of problems. These work by using 4KB sector sizes on the
>platter and translating in their interface to 512KB; however, there is a
>problem in misalignment since some versions of Windows start a partition
>at sector 63 instead of 64. You could end up with a very slow external
>hard disk due to misalignment because of the need to do
>read-modify-write instead of just a write.
>
>Read:
>
>http://en.wikipedia.org/wiki/Advanced_Format
>
>http://www.anandtech.com/show/2888/2
>
>http://www.paragon-software.com/land...ment_tool.html
>http://www.paragon-software.com/home...ent/index.html
>(was free but not after 30-Jun-2010)
>
>http://www.wdc.com/advformat
>http://www.wdc.com/wdproducts/librar...579-771430.pdf
>http://support.wdc.com/product/download.asp?groupid=805
>(aligns during cloning)
>
>http://www.samsung.com/global/busine...rmat_Drive.pdf

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
An update that improves the compatibility of Windows 7 and Windows Server 2008 R2 with Advanced Format Disks is available- QUESTION Sam alt.windows7.general 3 05-09-2011 11:39 PM
Newbie question about insering images and or attachments to message falvares General Discussion 3 04-15-2010 04:57 AM
Question on USB hubs and power management Don alt.windows7.general 0 12-19-2009 07:34 PM
Upgrade disks and bit version question Nogert Windows 7 Support 8 10-26-2009 11:35 AM
Text appears and question marks in WoW woochomin Windows 7 Support 3 07-23-2009 02:51 PM


All times are GMT +1. The time now is 07:14 PM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.