Kingston ssd trim windows xp: SOLVED: How to enable TRIM in Windows XP? — HP Compaq nc6000

SOLVED: How to enable TRIM in Windows XP? — HP Compaq nc6000

549371

HP Compaq Business laptop released in 2004. This model shares many resemblances to previously released Compaq models. All laptops use a Pentium M processor (32-bit only) but speed varies based on your specific configuration.

7 Questions

View all

Nick

@nick

Rep: 77.6k

135

234

113

Posted:

Options

  • Permalink
  • History
  • Subscribe

I have an HP nc6000 that never came with a hard drive, which forced me to get creative initially until I could order the correct caddy (eBay find) and do it properly. However, an issue that I’ve always had persists even with the proper mount so there is something wrong with the drive I picked. What will happen is I’ve noticed it clicks in operation, but continues to work. I think it’s a calibration issue at this point, especially considering it came out of a T43 with bent hinges and a destroyed chassis that had CPU hardlock issues.

The issue now is you cannot find new IDE hard drives and many of the ones left are expensive, low capacity or a combination of the two. This is primarily because companies destroy them when they retire these notebooks, even though a wipe will probably be fine and the data is probably no longer relevant to their business. Because of the scarcity of good ones, I need to get creative to get around that issue as well.

One of the options I’ve looked into is doing an M.2 AHCI->IDE conversion using a 128GB SSD. It’s a bit more expensive then M.2->2.5” SATA because you need additional translation hardware (specifically the IDE->SATA bridge from IDE i915 notebooks), but it can be done. However, XP does not support TRIM as far as I know.

Is it possible to make TRIM work on WinXP? The version I have probably doesn’t matter too much, but I have Pro SP3 installed. I never installed any unofficial service packs because I don’t want to muck up compatibility and potentially make an irreversible mess without a wipe and reload. I am running No CD cracks for legally owned games to save my discs and modified files in Sims 2 Double Deluxe because of the 800×600 problem that comes up on 1024×768+ capable displays on some systems in the original SecuROM pressings that’s fixed in the Origin version. Mine was affected by that documented problem, so I had to patch multiple graphics rules files in order to fix it.

Answered!
View the answer

I have this problem too

Is this a good question?

Yes
No

Score
1

Cancel

Chosen Solution

mike

@aactech

Rep: 23. 6k

9

8

57

Posted:

Options

  • Permalink
  • History

Hi Nick,

You might like to know that I tried to upgrade a DELL Inspiron 6000 (made in 2005!) using a laptop IDE to SATA adapter with a SATA SanDisk 60GB SSD drive. To get it to fit I took the drive out of its case ( circuit board was half size) so it would fit in the drive bay.

Well it worked with Windows 10 32bit but very, very slow. So a success yet a failure.

For TRIM on XP just run one of the software packages on a regular basis.

I also have a Compaq Presario HP-SR1820NX_Athlon 64 3400_1 Core_2.21GHz desktop with XP Pro which I use for an old, very high resolution, flatbed scanner with no W7 or W10 drivers.

It has a SATA 1.5 controller with connected SSD.

To make a long story short — XP Pro is very finicky after years of W7 and W10!!!!

Recently did MS’s POSReady security updates for XP and it reduced system Windows Explorer to a crawl — screen, refreshes, openning drive folder, etc. retore back to previous and O.K. now.

But hey, the scanner is amazing for old photos, etc.!

Good news: I recently got the Dell Inspiron 6000 upgraded to a SSD drive with very good results by using the following components:

1. ) Kingston 120G SSDNOW UV500 MSATA

2.) CY mSATA Mini PCI-E SATA SSD to 2.5 Inch IDE 44pin Notebook Laptop Hard Disk Enclosure.

It now gives my 2014 Acer E 14 (ES1-411-C1WD), with an Intel Celeron N2940 1.8GHz  4 Cores 4 Threads, a run for its money! Windows 10 x32 now works well on it.

Was this answer helpful?

Yes
No

Score
2

Cancel

Most Helpful Answer

Nick

@nick

Rep: 77.6k

135

234

113

Posted:

Options

  • Permalink
  • History

The notebook runs XP 32-bit (Pentium M doesn’t support the x64 instruction set). Unlike the Core 2 Duo XP systems, you don’t have a choice.

Mine has a higher end configuration than most. 1.6GHz Pentium M (1.7 was the original top end processor before the 1.8-2GHz options came later; my 2005 production unit probably never seen it)/ ATI Radeon 9600 (32MB) (a little surprising since it came with such a good CPU)/512MB RAM (original)/Unknown original hard drive (Removed by the old owner)/CD-RW Combo drive.

Most of them aren’t anywhere near as nicely configured, so that’s why I’m looking at retrofitting a SSD in and bypassing the problems that will come with using old hard drives.

Was this answer helpful?

Yes
No

Score
2

Cancel

Jessica Parnelli Fawkes

@jessica_fawkes

Rep: 959

Posted:

Options

  • Permalink
  • History

I know the article’s for a 32bit system, but it should still remain the same:

https://msfn. org/board/topic/173482-can-…

Was this answer helpful?

Yes
No

Score
0

Cancel

G Wijnsma

Rep: 1

1

Posted:

Options

  • Permalink
  • History

Someone mentioned windows coming to a crawl after installing updates ? Don’t now mechanics behind it, but a trim should be done after an update installation , which i haven’t yet found a way to do like in a modern windows. But there is a function in ccleaner for it. Though bad for the drive i hear. So looking for better option still. For now, only option i know, and really necessary if you wanna be able to do something on the machine (unless you have zero other things that need to get done, may be). Leaving the pc idle, so it can do garbage collection, automatically does that, so not harmful for the drive, i would guess, but is slower, don’’t know how long that takes to have the thing back at full speed. So once in a while i do the more aggressive method, if i don’’t have a weeks (?) time to just let it sit (but that’’s me). Anyhow, after updates, something’’s gotta be done.

Was this answer helpful?

Yes
No

Score
0

Cancel

Do SSD disks do not last as long with Windows XP as with other OS?

We do software development (Visual C++) on Windows, and already had a few cases where developers using SSD disks with Windows XP had to replace their disks after a (one, 1) year of usage, because they were broken. (Timeframe 2010 — 2012)

Obviously, compiling a lot means a very high number of writes — Visual Studio Compiler likes to write a lot of temp files in addition to all the build artifacts created by a normal C++ project anyway.

Now, I know that the TRIM command is not supported on XP, but I always understood that to be a performance thing, not a longevity thing for the drives???

Also, given that some claim that a modern(ish) SSD drive should last 51 years with full write utilization, how can it be that a developer, even doing many compilations during an 8 hour working day, can trash his SSD — and what has this to do with Windows XP (vs. Win 7)?

Note: This is a developer shop, so naturally everyone has his own clever explanation of this and that. But this is a developer shop, so the expertise of the people here lie with SW development, and not with HW reliability.

And given all the myths about SSD disks on the net, I really have a hard time finding reliable infos on why an SSD should fail earlier (or anyway) on Windows XP .

DISCLAIMER: Note that I do not necessarily claim that these SSD disks really broke because they were used on Windows XP with a write heavy usage pattern. I’m asking whether there is any existing evidence (because my co-workers claimed so), that an SSD drive will fail earlier on XP than otherwise (because of missing TRIM or other reason) …


Having followed a few links, I would like to especially highlight the most upvoted answer for the question SSD on Windows XP. (Note that this answer (from 2010) is a quote of the article — from 2007 (!) — it links to. The gist of the article/answer seem to be that SSD drives can go bust with lots of write operations and that, somehow(?), XP is worse in this regard. Looking at the 51-years-claim I linked to above, the statements in this answer don’t make any sense to me.

Also, there’s the MS article from 2009, where the only reference to TRIM and wear is:

As an added benefit, the Trim operation can help SSDs reduce wear by
eliminating the need for many merge operations to occur.

But the same article states under Flash wears out:

At some point, a flash cell simply stops working (…)
If frequently updated data (e.g., a file system log file)
was always stored in the same cells, those cells would wear out more
quickly (…) Wear leveling logic is
employed by flash controller firmware
to spread out writes (…)
most devices will last
years
under normal desktop/laptop workloads.

So, while MS seemed it worthwhile to mention additional wear-time benefit under the TRIM command section, the also mentioned the drives firmware as the main factor to maintain the drive by spreading out writes.

Really, this leaves me quite confused !?! 🙂

Optimize, clean and update the firmware for Corsair SSD Toolbox

Last updated on February 15 2021 De Cristian Cismaru comments 17

Hello friends, today I will be getting acquainted with the collection of tools for cleaning and optimizing SSD, Corsair SSD Toolbox about. The
Corsair SSD Toolbox will help us do many things to keep our Corsair SSD healthy and functional for a long time.
SSDs are known to no longer behave as well after a period of use if it is not used by the Trim command, unfortunately Trim only works on newer Windows operating systems from 7 upwards. To avoid degrading performance over time due to lack of TRIM support, Corsair has introduced a Toolbox variant as a balancing act, which is a boon for older operating systems that run on SSDs. Trim Site Toolbox Corsair Trim can be programmed to run at regular intervals, so keep SSD performance at high speeds even on Windows XP.
Another useful tool is the one that helps us completely erase an SSD, this is useful if you sell an SSD or just bring it back to life after heavy use. Please note that with this method we will permanently lose all data on the SSD and we will not be able to recover even with professional recovery tools.
Another important feature of the SSD Toolbox is the firmware update. Updating firmware on an SSD has never been so easy, so easy you can’t believe it’s all…
At the moment I can’t tell you if Corsair SSD Toolbox works with SSD drives from other manufacturers, but of course all manufacturers against their SSD drives have such a utility, I know Intel has something.
Corsair SSD Toolbox before presenting’ve shown and how to disable Intel Smart Response Technology, what if we give up or we want to go full OS on SSD.
Download Corsair SSD Toolbox
Intel SSD Toolbox
OCZ Download Center (Select model)
Kingston SSD Toolbox
For SSDs from other manufacturers, go to the drive support section and download the utilities specific to each drive.

Related Tutorials

    • How to update firmware for Corsair Force GT SSD on Windows7 — video tutorial
    • How to update firmware for OCZ SSD — video tutorial
    • Automatic firmware update for phones with Cyanogenmod — video tutorial
    • How to update Samsung RW (TSST Corp) DVD drive firmware — video tutorial
    • Online cleaning, optimization and viruses with OneCare Windows Live — video tutorial

Filed in: User-SSD, Maintenance-Hard, SSD Technology, Tutorials tagged What trim command, what trim, what to trim, Corsair SSD Toolbox, How to update SSD firmware, how can trim an SSD, how to trim, how to trim on windows xp, how to do trim on xp, how to format ssd, how to format ssd, how to enable trim on xp, cleaning ssd, intel smart response from techology, download ssd tools, format ssd, ssd guide, how to manually trim, initialize SSD, SSD maintenance, download link Corsair SSD Toolbox, I can’t find the hard drive in OS, SSD is coming, I can’t see the hard drive, SSD optimization, SSD relocation, SSD tools, SSD cleaning software, SSD software, SSD Toolbox, SSD utilities, Remove SSD, manual trim, crop on XP, Share on XP, SSD trim, SSD video tutorials, update firmware on SSD, SSD firmware update, Utility S SD, Windows XP trim command, XP trim

Help! Weird glitch with Windows XP and SSD

Long
Well-Known Member