Intel Updates SSDs, Supports TRIM, Faster Writes
MojoKid writes "Intel has just released a firmware update for their 34nm Gen X25-M solid state drives that not only boosts sequential write performance, but adds support for the TRIM command as well. A performance optimization tool is also being released today, for users of Windows Vista and XP, who won't be able to take advantage of TRIM. After being flashed with the new firmware update, Intel's 34nm Gen 2 X25-M 160GB drive offered increased performance in a myriad of benchmarks shown here, and sequential write performance was increased on the order of 30%."
http://www.anandtech.com/storage/showdoc.aspx?i=3667
What you fail to mention is that Fusion-IO devices aren't bootable.
Sure, if you're willing to pay $3500 for the same 80GB that you can get for $350 on the Intel drive you had better expect it to perform faster. It's literally an order of magnitude more expensive!
I read the internet for the articles.
Now what file systems support TRIM?
Any file system whose checking program supports retrieving a list of cluster ranges that aren't in use can be made to support TRIM. These include any FS that uses a "bitmap" to record sector allocation (e.g. HFS or NTFS), as well as any that use a linked list of cluster numbers (e.g. FAT32, exFAT).
No, but that doesn't stop me from putting a boot partition on a USB stick and / on the Fusion-io.
Now, the fact that I could buy a good used car for the price of the Fusion-io, that stops me.
I am literally 3000 tokens away from the chaotic crossbow --Stephen
Well, not exactly. The filesystem driver in the OS needs to support it. It's not something that you can just support for every filesystem easily, because each filesystem keeps track of which blocks are in use and which are not in a different way. An OS will support it by exporting a trim command from the block driver level, which will be ignored by older drivers and mapped to the SATA TRIM command on drivers for newer controllers. Each filesystem will then be responsible for actually issuing these commands.
I am TheRaven on Soylent News
That's a ridiculous comparison. FusionIO cards are not anywhere near the same class at the Intel drives. They have a certain purpose and are geared toward a certain market. The Intel SSDs are a completely different beast. You can't very well use a PCI card in a notebook, which is a typical host for SSDs. The Intel SSDs are coming pretty close to maxing out the SATA 2 port, and that's all that matters for consumer-level systems. It's pretty frelling impressive. I, for one, welcome our performance-improving firmware overlords!
Great, now even my computer is getting more TRIM than I am.
What is the state of OS X in relation to TRIM? Anybody?
Jonathanjk.com
ext4, but the block layer needs to handle it too. There was some LKML traffic a couple months ago about smart designs for this - it's probably not in current distro releases yet. TRIM can be very expensive if not well-optimized (the non-optimized demo took a half hour to delete a kernel tree with TRIM on a supporting SSD) and the right thing to do may depend on drive model capabilities. The moral is it's not worth doing poorly, and doing it right may require some re-plumbing. But the upside is that Linux ought to be very fast and efficient about it when it lands because smart folks are making sure it ships when it's ready, not by some arbitrary date.
My God, it's Full of Source!
OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
Never mind, I'll answer my own question: no.
I am literally 3000 tokens away from the chaotic crossbow --Stephen
There is no trace of commits to linux filesystems, but article about Microsoft claims NTFS was updated.
but this is intel. i suspect the new found performance in SSD's is directly proportional to market and revenue factors. this company has been burned in the past using tactics that amount to "some ingenious breakthrough in technology" thats obviously been squandered and secluded for 7 months.
hang the customers out to yank away at them like cash cows, and another AMD will come along and punish you accordingly.
Good people go to bed earlier.
Wow, for once linux users will get flashed and take advantage of trim!
Defragging SSDs is not only mostly a waste of time (Seek time is the same regardless of where the data is physically on the drive so unless you're dealing with heavy fragmentation of large files it won't have any effect), but it reduces the lifespan by needlessly reading and re-writing data all over the place; there's a good reason Windows 7 automatically disables defragmentation for SSDs.
You should not defrag an SSD. It won't give a performance boost, and will just contribute to wearing the drive down. Fragmentation is only an issue where access is not truly random, as it is with an SSD.
Example discussion: http://www.tomshardware.co.uk/forum/page-246283_14_0.html
The controller should do a decent enough job of spreading out the data for you.
Considering that the cheapest Kingston 80 GB edition is 267 and the cheapest Intel X25-M G2 80 GB is 259, I don't see why you would prefer Kingston's version.
Anandtech's article clearly shows that it is severely lacking compared to the other drives, primarily because it is limited to a 5-way internal raid vs 10-way for Intel's own.
Now, if the Kingston was significantly cheaper or offered better performance, it would make sense, but here you're paying more for a much worse product. That makes no sense to me.
Actually, you're not correct. Support has been included in LKDEV devices and and ioctl since 2.6.28. TRIM support (called 'discard' by the Linux kernel maintainers), is included the latest kernel builds in the ext4 filesystem (see the LKML, etc.)
My blog
Oops.
Intel pulled the new firmware from its website because it would brick the drive in some machines with Windows 7: http://www.buzzbox.com/preview/intel_pulls_ssd_toolbox_for_killing_drives_under_windows_7/?id=154783
I have Windows 7 and a X25-M G2 that I was going to update but I gave up after I found via Google a lot of forums posts from people who bricked their drives with the new firmware.
WARNING: Intel has pulled the firmware because there appears to be a chance of bricking the drive. Users report that the firmware updates successfully, but after rebooting Windows detects changed hardware, installs drivers, and after rebooting again the system BSODs and/or won't boot at all. The drives appear to be bricked unless reformatted.
I have one of these drives and I'm holding off until the dust settles.
Natural != (nontoxic || beneficial)