Linked by Thom Holwerda on Thu 6th Nov 2008 15:33 UTC, submitted by Gregory
Hardware, Embedded Systems It's no secret that SSDs suffer from performance penalties when it comes to small random writes. Even though more modern SSD try to solve some of these issues hardware-wise, software can also play a major role. Instead of resorting to things like delaying all writes until shutdown and storing them in RAM, SanDisk claims it has a better option. At WinHEC yesterday, the company introduced its Extreme FFS, which it claims will improve write performance on SSDs by a factor of 100.
Thread beginning with comment 336578
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: so...
by judgen on Fri 7th Nov 2008 08:52 UTC in reply to "so..."
judgen
Member since:
2006-07-12

I dont know the exact limit of fat32. (ive only used a 400gb disk with fat so far) But ther filesize limit of 4gb is a showstopper non the less, so they need something new and as NTFS isnt as free as fat is so i guess its up to the hardware guys to make something new, probably with a fat32 comp-layer or so. Im sure those guys just make it wirk, just like they have come through for us before.

Reply Parent Bookmark Score: 2

RE[2]: so...
by hobgoblin on Fri 7th Nov 2008 14:11 in reply to "RE: so..."
hobgoblin Member since:
2005-07-06

iirc, the issue is that ones one go beyond a specific size, the cluster size has to grow.

that means that if a file is below the size of the cluster, it will still take up the whole cluster, even if most of it is empty space.

still, it may be that im jumping the gun, as reading the right hand table here:
http://en.wikipedia.org/wiki/File_Allocation_Table

fat32 should be able to address drives all the way to 2TB.

Edited 2008-11-07 14:13 UTC

Reply Parent Bookmark Score: 2