Defrag98: Windows 98 Disk Defragmenter Simulator Online
21–30 of 70 posts
Re: Defrag98: Windows 98 Disk Defragmenter Simulator Online
#22What were the major filesystem technology improvements that made this redundant?
Re: Defrag98: Windows 98 Disk Defragmenter Simulator Online
#23Re: Defrag98: Windows 98 Disk Defragmenter Simulator Online
#24I love it. A couple notes: - This is about 10x a real defrag speed - WAAAY too fast - IIRC the "Data that will not be moved" was typically lumped at the beginning of the drive, not spread out all over.
https://morello.dev/blog/defrag98-rebuild
what it looked like before
https://morello.dev/blog/windows-98-defrag-simulator
a previous discussion:
https://news.ycombinator.com/item?id=40962195
here is another version i found when googling these things that seems somewhat similar, but with a few more "accurate" features. also, has the source available in a single file.
https://horatioconkerhead.github.io/win98-defrag/
if you want the real deal, you can run windows 95 in the browser quick. it took running it a few times to get it to actually defrag:
Re: Defrag98: Windows 98 Disk Defragmenter Simulator Online
#25Per-drive individual sounds, and BSoD included. Nice touches, love it!
Re: Defrag98: Windows 98 Disk Defragmenter Simulator Online
#26When I was younger, my friends and I joked about making a "Disk Fragmenter" which would enumerate through every file on the disk and split them into non-contiguous clusters to make sure that the actuator arm on your platter-drive gets a PROPER WORKOUT TO FEEL THE BURN.
Re: Defrag98: Windows 98 Disk Defragmenter Simulator Online
#27I love it. A couple notes: - This is about 10x a real defrag speed - WAAAY too fast - IIRC the "Data that will not be moved" was typically lumped at the beginning of the drive, not spread out all over.
Re: Defrag98: Windows 98 Disk Defragmenter Simulator Online
#28As great as it is, way too fast.
Re: Defrag98: Windows 98 Disk Defragmenter Simulator Online
#29When I was younger, my friends and I joked about making a "Disk Fragmenter" which would enumerate through every file on the disk and split them into non-contiguous clusters to make sure that the actuator arm on your platter-drive gets a PROPER WORKOUT TO FEEL THE BURN.
We also have memory fragmenters to do the same for memory for the same reasons.
Re: Defrag98: Windows 98 Disk Defragmenter Simulator Online
#30I love this. I wanted the disk noise, and I got it. I will say that’s a lot faster than my drives were in the late 1990s though.
If you inspect and go to sources and look for "1e3 /" you'll find the line responsible, you can set a breakpoint and change e.disk.iops to 1000 which will make the timeout per row 1s instead of 2-4s, so the whole thing goes faster.