PC Review


Reply
Thread Tools Rate Thread

New Travelstar is 20% short of specs, reasonable?

 
 
Lars
Guest
Posts: n/a
 
      22nd Mar 2008
Hi group,

The other day I bought a new Travelstar HD for a Thinkpad.
The drive is labeled as a HTS541616J9A, 160 GB, 5400 Rpm.

I partioned it, into two parts. And now Windows diskmanager reports it
having a total of only 128 GB.
HD Tune says it is 137 GB, and so does Belarc.

Presently I have another, partioned, Travelstar in the Ultrabay, which
is labeled as 100 GB, and that is exactly what HD Tune says it is.
Windows diskmanager says that one is 93 GB.

I accept some 5 - 7 % are used up when partioning, but with this new
one it would be 20%! I do know that partioning eats up some of the
capacity, but it shouldn't really be this much, or?



Lars
Stockholm
 
Reply With Quote
 
 
 
 
Michael Cecil
Guest
Posts: n/a
 
      22nd Mar 2008
On Sat, 22 Mar 2008 12:59:55 +0100, Lars <(E-Mail Removed)> wrote:

>Hi group,
>
>The other day I bought a new Travelstar HD for a Thinkpad.
>The drive is labeled as a HTS541616J9A, 160 GB, 5400 Rpm.
>
>I partioned it, into two parts. And now Windows diskmanager reports it
>having a total of only 128 GB.
>HD Tune says it is 137 GB, and so does Belarc.
>
>Presently I have another, partioned, Travelstar in the Ultrabay, which
>is labeled as 100 GB, and that is exactly what HD Tune says it is.
>Windows diskmanager says that one is 93 GB.
>
>I accept some 5 - 7 % are used up when partioning, but with this new
>one it would be 20%! I do know that partioning eats up some of the
>capacity, but it shouldn't really be this much, or?


Read up: http://www.48bitlba.com/
--
Michael Cecil
http://macecil.googlepages.com/index.htm
http://macecil.googlepages.com/safehex.htm
http://macecil.googlepages.com/hackingvista.htm
 
Reply With Quote
 
Arno Wagner
Guest
Posts: n/a
 
      22nd Mar 2008
Previously Lars <(E-Mail Removed)> wrote:
> Hi group,


> The other day I bought a new Travelstar HD for a Thinkpad.
> The drive is labeled as a HTS541616J9A, 160 GB, 5400 Rpm.


> I partioned it, into two parts. And now Windows diskmanager reports it
> having a total of only 128 GB.
> HD Tune says it is 137 GB, and so does Belarc.


> Presently I have another, partioned, Travelstar in the Ultrabay, which
> is labeled as 100 GB, and that is exactly what HD Tune says it is.
> Windows diskmanager says that one is 93 GB.


> I accept some 5 - 7 % are used up when partioning, but with this new
> one it would be 20%! I do know that partioning eats up some of the
> capacity, but it shouldn't really be this much, or?



First, Windows displays wrong numbers. This is well known.
It shows you GiB, but claims to show GB. Explanation here:
http://en.wikipedia.org/wiki/Binary_prefix

Since 128GiB = 137GB, this explains the different displays.
Windows is also legally wrong, since SI is the law everywhere
(except in a few remaining backward countries).

As to your disk, if you look into the datasheet, you will
find that it has a stated capacity of 160'000'000'000 Bytes.

So why the difference? Not surprisingly, Microsoft gets
it wrong again. Earlier version of Windows have a 137GB
limit. Do you have SP2 installed? (Assuming this is XP...)

To sum up: Stop complaining about the drive manufacturers.
What you are seeing is entirely due to flaws in Windows.

Arno
 
Reply With Quote
 
Lars
Guest
Posts: n/a
 
      22nd Mar 2008
Previously, on Usenet Michael Cecil <(E-Mail Removed)> wrote:

>>The drive is labeled as a HTS541616J9A, 160 GB, 5400 Rpm.
>>
>>I partioned it, into two parts. And now Windows diskmanager reports it
>>having a total of only 128 GB.
>>HD Tune says it is 137 GB, and so does Belarc.

>
>Read up: http://www.48bitlba.com/


Thank you, right on the money!
As you rightly have understood I have W2K and had forgotten to add the
EnableBigLba string to the register on the Thinkpad.

I went through this on my desktop some years ago when I first
installed a large HD on that one.

After adding that string to the registry Windows found another 21 GB
unallocated space, and now report a total of 149 GB.

Lars
Stockholm
 
Reply With Quote
 
Lars
Guest
Posts: n/a
 
      22nd Mar 2008
Previously, on Usenet Arno Wagner <(E-Mail Removed)> wrote:

>So why the difference? Not surprisingly, Microsoft gets
>it wrong again. Earlier version of Windows have a 137GB
>limit. Do you have SP2 installed? (Assuming this is XP...)


No, W2K. I had forgotten adding that EnableBigLba string to my
Thinkpad. Have fixed it now and voila, another 21 GB!

>To sum up: Stop complaining about the drive manufacturers.
>What you are seeing is entirely due to flaws in Windows.


I wasn't complaining, just asking.

I still don't really understand why Windows have a different value
than test programs running from within Windows. Is it a 1024 thing?

Lars
Stockholm
 
Reply With Quote
 
Arno Wagner
Guest
Posts: n/a
 
      23rd Mar 2008
Previously Lars <(E-Mail Removed)> wrote:
> Previously, on Usenet Arno Wagner <(E-Mail Removed)> wrote:


>>So why the difference? Not surprisingly, Microsoft gets
>>it wrong again. Earlier version of Windows have a 137GB
>>limit. Do you have SP2 installed? (Assuming this is XP...)


> No, W2K. I had forgotten adding that EnableBigLba string to my
> Thinkpad. Have fixed it now and voila, another 21 GB!


>>To sum up: Stop complaining about the drive manufacturers.
>>What you are seeing is entirely due to flaws in Windows.


> I wasn't complaining, just asking.


Ok.

> I still don't really understand why Windows have a different value
> than test programs running from within Windows. Is it a 1024 thing?


Exactly. Historically 2^10 was used for 'k' in computers. That makes
sense when you have size-classes, such as memroy sizes, that are
an exact power of two, such as a 1MB RAM module. Disks, however,
can have any number of secors on them and allways have been stated
according to SI with a kB being 1000 Bytes. Microsoft seems to
never have notices and uses the wrong units in its size displays.
The difference between GB and GiB (the correct prefix for a
power-of-two giga) is about 7%.

Arno
 
Reply With Quote
 
Lars
Guest
Posts: n/a
 
      23rd Mar 2008
Previously, on Usenet Arno Wagner <(E-Mail Removed)> wrote:

>The difference between GB and GiB (the correct prefix for a
>power-of-two giga) is about 7%.


Terrific, there is my 7%! Thanks.


Lars
Stockholm
 
Reply With Quote
 
Eric Gisin
Guest
Posts: n/a
 
      23rd Mar 2008
"Arnie **** Up" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>
> First, Windows displays wrong numbers. This is well known.
> It shows you GiB, but claims to show GB. Explanation here:
> http://en.wikipedia.org/wiki/Binary_prefix
>

Hey **** Up, Lunix used KB=2^10 and MB=2^20 a decade ago.

> Since 128GiB = 137GB, this explains the different displays.
> Windows is also legally wrong, since SI is the law everywhere
> (except in a few remaining backward countries).
>

Hey **** Up, SI does not include bytes.

> As to your disk, if you look into the datasheet, you will
> find that it has a stated capacity of 160'000'000'000 Bytes.
>
> So why the difference? Not surprisingly, Microsoft gets
> it wrong again. Earlier version of Windows have a 137GB
> limit. Do you have SP2 installed? (Assuming this is XP...)
>

Hey **** Up, everyone has SP1/2/3 on XP.

> To sum up: Stop complaining about the drive manufacturers.
> What you are seeing is entirely due to flaws in Windows.
>

Hey **** Up, Lunix had the 137GB limit just like Win 2000.
 
Reply With Quote
 
Arno Wagner
Guest
Posts: n/a
 
      24th Mar 2008
Previously Lars <(E-Mail Removed)> wrote:
> Previously, on Usenet Arno Wagner <(E-Mail Removed)> wrote:


>>The difference between GB and GiB (the correct prefix for a
>>power-of-two giga) is about 7%.


> Terrific, there is my 7%! Thanks.


No problem.

Arno
 
Reply With Quote
 
Rod Speed
Guest
Posts: n/a
 
      24th Mar 2008
Eric Gisin <(E-Mail Removed)> wrote:
> "Arnie **** Up" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>> First, Windows displays wrong numbers. This is well known.
>> It shows you GiB, but claims to show GB. Explanation here:
>> http://en.wikipedia.org/wiki/Binary_prefix
>>

> Hey **** Up, Lunix used KB=2^10 and MB=2^20 a decade ago.
>
>> Since 128GiB = 137GB, this explains the different displays.
>> Windows is also legally wrong, since SI is the law everywhere
>> (except in a few remaining backward countries).


> Hey **** Up, SI does not include bytes.


It does include prefixes tho.

>> As to your disk, if you look into the datasheet, you will
>> find that it has a stated capacity of 160'000'000'000 Bytes.
>>
>> So why the difference? Not surprisingly, Microsoft gets
>> it wrong again. Earlier version of Windows have a 137GB
>> limit. Do you have SP2 installed? (Assuming this is XP...)
>>

> Hey **** Up, everyone has SP1/2/3 on XP.
>
>> To sum up: Stop complaining about the drive manufacturers.
>> What you are seeing is entirely due to flaws in Windows.
>>

> Hey **** Up, Lunix had the 137GB limit just like Win 2000.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
IBM Travelstar 6GB noise Grumps Computer Hardware 2 4th May 2008 04:03 PM
IBM travelstar drives Skeleton Man Computer Hardware 4 10th Nov 2007 05:25 PM
Replacement for a IBM Travelstar HD Gary Coutts Storage Devices 2 19th Apr 2005 02:28 AM
Travelstar in HP 4535? Licensed to Quill Storage Devices 3 6th Nov 2004 11:21 PM
External IBM Travelstar USB HDD BigFatGoalie Windows XP Hardware 1 26th Sep 2004 02:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:10 PM.