VOGONS


First post, by ux-3

User metadata
Rank Oldbie
Rank
Oldbie

I am running win98SE on old Pentiums or Pentium IIIs from SSDs in swap bays.
(I pre-format these drives in win11, so that alignment should be no problem)

In general, I would think that lacking trim or garbage collection is not such an issue if I mainly play on these SSD.
But could I get them trimmed by sticking them into my win11 machine? Is there something that will trigger it?

Also: What action will make the drive management consider all cells to be empty? Creating a partition? Fast format? Nothing at all?

Thanks for any info.

Retro PC warning: The things you own end up owning you.

Reply 1 of 6, by ux-3

User metadata
Rank Oldbie
Rank
Oldbie

Both Intel and Samsung have software that allows manual execution of the trim order in XP. I do have several SSDs that are supported. One could propably boot XP and execute the trim app.

But I was thinking more in the lines of using win7-win11 to trim, when I have full trim support.

Retro PC warning: The things you own end up owning you.

Reply 2 of 6, by Matth79

User metadata
Rank Oldbie
Rank
Oldbie

Not sure if Nareon SSD tools is compatible with Win9x

Reply 3 of 6, by jtchip

User metadata
Rank Member
Rank
Member
ux-3 wrote on 2025-10-17, 16:53:

In general, I would think that lacking trim or garbage collection is not such an issue if I mainly play on these SSD.
But could I get them trimmed by sticking them into my win11 machine? Is there something that will trigger it?

Not sure about Win11 but in Win10 just use the defragment and optimise drive utility. If it detects a drive as "Solid State Drive" then it will offer to trim it instead of defragment.

Also to be clear, garbage collection happens in the background on an SSD anyway. If a sector is rewritten, the old version of the sector is marked as free and when garbage collection next occurs, it can move currently allocated sectors to a new NAND block, skipping all the previously overwritten sectors. Sort of like a defrag at the flash level that is transparent to the host.

ux-3 wrote on 2025-10-17, 16:53:

Also: What action will make the drive management consider all cells to be empty? Creating a partition? Fast format? Nothing at all?

Not sure about Windows but in Linux formatting a partition will trim unallocated space or manually use blkdiscard. I guess in Windows you could format a partition, then manually optimise (trim) it to be sure.

Reply 4 of 6, by Archer57

User metadata
Rank Oldbie
Rank
Oldbie

If you want to clean the ssd completely secure erase is the best thing to do. Apart from user accessible storage it also vipes all the metadata and everything, basically returning ssd to 'new' state.

I realy like this article: https://wiki.archlinux.org/title/Solid_state_ … y_cell_clearing

The easiest way to do trim manually is booting linux on the machine itself. No need to mess with hardware and really easy to do.

Can use clonezilla live cd to do all this stuff as it is pretty small and contains all the tools you may need for working with storage. Having 512mb of ram recommended though...

AthlonXP 2200+,ECS K7VTA3 V8.0,1GB,GF FX5900XT 128MB,Audigy 2 ZS
AthlonXP 3200+,Epox EP-8RDA3I,2GB,GF 7600GT 256MB,Audigy 4
Athlon64 x2 4800+,Asus A8N32-SLI Deluxe,4GB,GF 8800GT 1GB,Audigy 4
Core2Duo E8600,ECS G31T-M3,4GB,GF GTX660 2GB,Realtek ALC662

Reply 5 of 6, by ux-3

User metadata
Rank Oldbie
Rank
Oldbie
jtchip wrote on 2025-10-19, 02:22:

Not sure about Win11 but in Win10 just use the defragment and optimise drive utility. If it detects a drive as "Solid State Drive" then it will offer to trim it instead of defragment.

Bingo. Thanks!

Archer57 wrote on 2025-10-19, 03:33:

If you want to clean the ssd completely secure erase is the best thing to do. Apart from user accessible storage it also vipes all the metadata and everything, basically returning ssd to 'new' state.

Is this available in Win11?

Retro PC warning: The things you own end up owning you.