Download the Tom's Hardware App from the App Store
The reference for current tech news
Yes No
Ads

Conclusion

by

The idea of increasing sector sizes isn’t new. We've been discussing such advances for more than a decade, so we hesitate to call it "advanced." Although there are no noticeable benefits for customers today in moving to 4K sectors, the step is an important one. Modern operating systems, such as Windows Vista or Windows 7, can handle different sector sizes and hence are immediately compatible with the modified technology without any performance impact. Older operating systems, such as Windows XP, can be forced to align their 512 byte sectors into the hard drives’ physical ones via tools that relocate partitions to have them start at a suitable sector. This is important to do if you don’t want massive performance impacts on your writes.

Systems will not change to a sector size larger than 512 bytes anytime soon for compatibility reasons. Still, hard drive makers benefit from the increased physical sector rearrangement. The storage requirements for ECC data decrease noticeably and there is less capacity overhead due to the inter-sector margins necessary to differentiate sectors from one another. In effect, WD and other hard drive makers following the path to 4KB sectors will receive a 10% capacity upgrade for free. We may not immediately see hard drives hitting shelves with 10% more capacity, but the next capacity steps could be reached a bit quicker.

The new WD10EARS drive delivers higher performance than its predecessor, the WD10EADS, at similar power consumption and slightly increased efficiency. Although the drive doesn’t perform well enough to be a suitable system drive for performance desktops, it delivers more than enough performance for storage and archiving applications or low-power HTPC systems.

Share:
38
Comments
X
Submit

Comments
Read the comments on the forums
requiemsallure 02/26/2010 8:34 AM
Hide
-0+

I wouldnt have it as a boot drive (due to its write speed) but as a data drive, it would be quite nice.

7-11% extra capacity for worse write speed, i would take that. seems like i may have found my next storage drive as soon as they offer higher capacities of this.

bgrngod 02/26/2010 8:43 AM
Hide
-1+

Soooo... any chance these are compatible with WHS systems? I didn't read the entire article but I saw no mention of it on the benchmarks and what I did read.

anamaniac 02/26/2010 9:03 AM
Show
mitch074 02/26/2010 11:12 AM
Hide
-5+

It is compatible with any system (including DOS) - it's just that performance won't be good on systems whose partitioner is unaware that Logical Block Addressing (which works with 512 Kb sectors even on 4K sector drives) don't match the actual drive's layout.

It also means that if you use a partitioning tool that is sector aware, you can install any system optimally.

Case in point: you're using a Linux LiveCD to partition your whole system. You create a primary NTFS partition. You create all the other partitions you want, of any kind you prefer.

Then you start installing Windows Home Server on your created NTFS partition. Done.

As long as you don't try to use funky NTFS sector sizes (NTFS defaults to 4K cluster size, but can go as low as 512 bytes - this often happens on small FAT32 partitions converted to NTFS), you should be OK.

In essence:

- create your partitions on a modern OS (at MS, anything that came out after 2006: Vista, 2008, Seven; for UNICes, any - that includes Linux, OS X, BSD, Solaris)

- format these partitions with 4K (or multiples of 4K) cluster/inode/sector size. On Windows systems, you can even use Windows 2000, as it also defaulted to 4K sector sizes for NTFS on new partitions. You should forget about FAT32, but even that should work with cluster sizes >= 4K. Cloned partitions should have >= 4K block sizes too.

- install as usual.

obarthelemy 02/26/2010 11:39 AM
Hide
-1+

I'm not that sure about the 10% capacity increase in practice: won't any file, even a 1-byte one, now take at least 4kB on disk ?

Manufacturers get to advertise 10% capacity, users get x% extra waste. It would be nice to look at a typical Win7 system, at compute whether users actually gain or lose HD space.

PLus, what's the impact on SSDs ?

dimitrik 02/26/2010 12:54 PM
Hide
-6+

The majority of these new technology drives i.e. GP/LP low energy models and ultra high capacity models, above 1TB, and especially 2TB have such appalingly high fault and failure rates as to make them an insane choice for anyone especially since their main use is data storage. If you're running a RAID 1 array that allows hot swapping and really need massive capacity you might choose to risk it, but for a desktop to user who wants to store their photos, videos, tunes etc, they are extremely high risk.

Check out the ratings given by users on newegg to see an illustration.

Drives up to 1TB typically score 80% statisfaction rates (4/5 stars). Drives above 1.5TB are at 30% with up to 50% of people scoring them extremely low (1/2 stars) and citing DOAs, failure after 1-3 months, data loss due to poor firmware or incompatibility with a variety of controllers... Especially telling are the users who order multiple drives for larger systems - they report between 1 in 4 drives to 2 in 4 drives being faulty.

I have a friend who works at the largest manufacturer and when I asked him about this he basically declined to answer. The companies know their yields are terrible but they have no choice since people want those high capacity drives.

I would personally love 4x2TB GP drives for my NAS but I will not risk it until 2 more generations of the technology come out.

amnotanoobie 02/26/2010 12:56 PM
Hide
-3+

obarthelemy :
I'm not that sure about the 10% capacity increase in practice: won't any file, even a 1-byte one, now take at least 4kB on disk ?Manufacturers get to advertise 10% capacity, users get x% extra waste. It would be nice to look at a typical Win7 system, at compute whether users actually gain or lose HD space.PLus, what's the impact on SSDs ?



At default, WinXP does format NTFS partitions with a 4k cluster size. So you're not actually losing anything new with 4k physical blocks.

mitch074 02/26/2010 1:54 PM
Hide
-3+

@obarthelemy: you should learn to read.

No, the waste you're talking about is at the file system level - and is already the case in current drives, since file systems aren't impacted by the change.

As I said in my previous comment, and as is said in the article (but indirectly), performance is lost when there is an alignment mismatch between LBA addressing and physical addressing.

Up till now, LBA addressing was related to the physical layout: LBA used 512 bytes logical sectors, which the drive's eletronics matched against the platter's physical blocks - which had a 512 bytes payload+spacer+CRC.

On top of that, were placed file systems - and currently, most file systems use a 4K cluster (FAT) or sector (NTFS) or inode (ext2/3/4) size.

Meaning that a file system logical block commonly took 8 LBA sectors, which related directly to 8 physical sectors.

With these new drives, you have a file system block taking 8 LBA sectors, which relate to a single physical sector.

But that is the best case. What happens if the file system starts at a non multiple of 8 LBA sector? Well, a file system's block will ride on top of 2 material blocks, and the disk will have to read both sectors, and piece together the actual data needed - requiring twice the number of reads.

SSDs don't work the same way. If you read the article, you'll see that this is a DESIGN FEATURE of hard disk drives; SSDs are NOT hard disk drives, thus they are NOT concerned by this problem. Well, not the same way at the very least.

nforce4max 02/26/2010 2:28 PM
Show
belardo 02/26/2010 3:34 PM
Hide
-2+

dimitrik :
The majority of these new technology drives i.e. GP/LP low energy models and ultra high capacity models, above 1TB, and especially 2TB have such appalingly high fault and failure rates as to make them an insane choice for anyone especially since their main use is data storage.~~ for a desktop to user who wants to store their photos, videos, tunes etc, they are extremely high risk. Check out the ratings given by users on newegg to see an illustration.



I agree. The loss of 2TB of data would be horrible. But I wonder how many of these 2TB users are just storing lots of porn and movies?

I am able to fit most of my needs onto 500GB. Store excess data or backups onto 1TB drives. Also, remember last year when Seagate had the problems with their 1.5TB drives failing? But all this high capacity filters down to smaller drives by reducing their platters.

I remember buying a 160GB drive a few years ago and its half as thin as a normal 3.5" drive. The last 500GB drive I bought for a customer build is also very slim. It shows that its the same tech used in their 1TB drives, just less platters. Eventually all HDs will be like this, where they can fit 2TB of data onto a single platter.

With more platters, comes more heat and higher chance of failure with the extra heads, etc.

Most reliable are 1 if not 2 platters total for a drive... but I'm afraid as the density increases, so does the failure. SSDs are still advancing but still a good 3~4 years behind in price/storage ratios.

BTW: People should check out the noise levels. I've told people that I found Seagates to be pretty much silent, the chart shows that. I built a system with a WD drive last year, I couldn't stand the noise in an otherwise silent system and exchanged it for a Seagate.

belardo 02/26/2010 3:45 PM
Hide
-0+

nforce4max :
http://www.youtube.com/watch?v=473 [...] atch?v=RBg [...] re=relatedWhen drives are big. PS those with slim cases need not to apply.



Blah... those are still SMALL compared to some IBM server drives that sound like JET engines when powering up, usually taking about 3-5 minutes to reach full speed. There were the size of dishwashers.

Heres a cool video, shows the insides of the drive working:
http://www.youtube.com/watch?v=Gb1 [...] re=related

Notice, with such huge areas to work with, its not as suspectable to damage as todays drives, but then again it only holds 1/1000th of todays $10 flash drives and weighs about 10lbs more.

For sick fun: http://www.youtube.com/watch?v=qWV [...] xt_from=PL

BTW: No youtube videos on those old IBMs... that was back in the days before cheap video hardware and the internet.

huron 02/26/2010 4:14 PM
Hide
-0+

bgrngod :
Soooo... any chance these are compatible with WHS systems? I didn't read the entire article but I saw no mention of it on the benchmarks and what I did read.



Server 2003, which WHS is based on, is similar to XP/2000, so you'd have to run the alignment utility. I wouldn't use it as the OS drive, but I have heard it is OK for the data pool.

I've thought about using them too, especially when I see them on sale, but always am worried about how well they would work in WHS.

geofelt 02/26/2010 4:20 PM
Show
thearm 02/26/2010 5:58 PM
Hide
-0+

What if you're using two of these drives in hardware RAID1 in XP. Should the utility be run or is it not necessary?

Shadow703793 02/26/2010 6:43 PM
Hide
--2+

Wait a sec, wouldn't 4KB sectors help given the OS data benches done with SSDs are accurate?

Miharu 02/26/2010 6:46 PM
Hide
--2+

A bit more performance... this doesn't mean much.

But my question is if I use NTFS 64k cluster, what is the impact on 512k HD clusters or 4k HD clusters ?
This is the real question they should have answer.

crlx 02/26/2010 6:51 PM
Show
koehlerd 02/26/2010 8:50 PM
Hide
--1+

Quote :Blah... those are still SMALL compared to some IBM server drives that sound like JET engines when powering up, usually taking about 3-5 minutes to reach full speed. There were the size of dishwashers.

Heres a cool video, shows the insides of the drive working:
http://www.youtube.com/watch?v=Gb1 [...] re=related


That's awesome, I actually have one of those exact same Micropolis drives at home. It still works too! I think it is like 660Mb or something like that.

hellwig 02/26/2010 10:40 PM
Hide
-0+

RequiemsAllure :
I wouldnt have it as a boot drive (due to its write speed) but as a data drive, it would be quite nice. 7-11% extra capacity for worse write speed, i would take that. seems like i may have found my next storage drive as soon as they offer higher capacities of this.


Problem is, they are NOT giving you any extra storage capacity, its still a 1, 1.5, or 2TB drive with the same number of platters. If they gave you a 1.1, a 1.65, or a 2.2TB storage capacity, for the same price as the old tech, then it would be worthwhile.

These drives are just a test vehicle for the new technology, and don't have any real benefit over the previous drives from a consumer standpoint. Its a step in the right direction, but personally I'll hold off for now.

victomofreality 02/26/2010 10:40 PM
Show

Ads
All about Internal Storage
 Internal Storage performance charts
All Internal Storage charts

Newsletters


OK
Ads