|
|
Subscribe / Log in / New account

hdparm-9.17 released, with experimental trim/wiper scripts for SSDs

From:  Mark Lord <liml@rtr.ca>
To:  IDE/ATA development list <linux-ide@vger.kernel.org>
Subject:  hdparm-9.17 released, with experimental trim/wiper scripts for SSDs
Date:  Wed, 29 Jul 2009 19:35:20 -0400

hdparm-9.17 is now available from sourceforge.net.

New in this release:
       - added wiper/ subdirectory with preliminary SSD-wiper (TRIM) scripts
       - nuked kernel_patches/ subdirectory
       - Capitalize first word of each line of help output
       - added --fallocate flag
       - added --trim-sector-ranges flag
       - removed --trim-sectors flag
       - removed --fibmap-sector flag
       - embed VERSION string for easier digging out with strings(1)

This release is mostly in support of enabling user-initiated DSM/TRIM operations
for solid-state drives (SSDs).  The in-kernel support for automatic-TRIM seems
a ways off yet, so I'm providing scripts to do it auto/manually instead.  :)

These basically scan for free blocks in a filesystem, and batch them together
into huge DSM/TRIM commands to the drive, letting it know about them all for
garbage-collection and wear-leveling purposes.

These scripts are similar (but being Linux, superior) to an existing wiper.exe
utility that MS Win users have been enjoying for some brands of SSD.

But they won't actually do anything until drives ship with TRIM-enabled firmware.

Cheers --
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds