Jump to content

Call up TRIM


Recommended Posts

  • Moderators

As far as I'm aware TRIM is only supported in Win7, and enabled is the default when an SSD is detected. Whether TRIM is enabled or not can be confirmed, and TRIM can be enabled/disabled, by fsutil commands.

 

CC uses Windows API's to communicate with NTFS, and NTFS would do the deletions, so I would presume that the TRIM commands are executed when CC runs.

 

If you mean in pre Win7 OS's, then TRIM is not supported. There may be specialist applications that run a TRIM command against an SSD in pre Win7, but I wouldn't put tuppence on CC ever implementing that.

Link to comment
Share on other sites

Honestly, I kind of consider TRIM similar to garbage collection used in virtual machines (see Java). The operation is handled internally, and shouldn't be manually accessed; you should leave the low-level stuff to the low-level tools (drivers, system calls).

 

If you're actually running a pre Win7 OS, I would say that upgrading to Win7 (or 8, actually cheap) would be a better idea than risking an unstable third party implementation of TRIM. Pretty high tech stuff :)

Link to comment
Share on other sites

Thank u, sd.

 

This does include Ubuntu & Mint, doesn't it?

 

I believe so. It's implemented on the kernel, so it should be there, regardless of the Linux Distribution. Problem is, it might not be enabled by default; it depends on the file system. Also, you need at least Ubuntu 11, and about Mint, dunno; anyway, you need a kernel version of at least 2.6.33.

 

If you require more info, check this link:

 

http://askubuntu.com/questions/18903/how-to-enable-trim

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.