I have kernel*.32 and I use ext4 on my drive. Now I just don't know how to check if trim support is enabled?
Found this: http://blog.patshead.com/blog/2009/12/a-quick-and-dirty-wipersh-fix-for-intel-x25-m.html
|
I have kernel*.32 and I use ext4 on my drive. Now I just don't know how to check if trim support is enabled? Found this: http://blog.patshead.com/blog/2009/12/a-quick-and-dirty-wipersh-fix-for-intel-x25-m.html
| ||||
feedback
|
|
I just did a bunch of research on using TRIM with my Intel X25-M drive. I had a hard time finding everything in one place (probably since it's so new), so I wrote up a quick how-to guide. Hope this helps: http://cptl.org/wp/index.php/2010/03/30/tuning-solid-state-drives-in-linux/ | ||||
|
feedback
|
|
The TRIM command has only been supported on Ext4 since kernel version 2.6.33. It is disabled by default (as it is slightly experimental), but can be enabled with the | |||
|
feedback
|
|
Run this in a terminal window, replacing /dev/sda with your SSD's block device:
Et voila, your answer. | |||
|
feedback
|
|
I recently also asked this question, and got a great answer from Janne Pikkarainen. | |||
|
feedback
|
|
When calling 'mount' on the CLI you should get a response that looks similar to:
Note the discard option is present, which signifies the volume is mounted with the TRIM option. | |||
|
feedback
|