• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any way to stop win2k from writing to disk?

I want this other system I have to completely refrain from writing to disk (it's crunching for DC). 2k insists on writing to the following files:

ntuser.dat.log
NTUSER.DAT
SYSTEM.ALT
system

Are there certain services I can (safely) stop to keep it from writing to disk?
 
Maybe I should have been more clear. I don't mind it booting from disk and everything else normal...I just don't want it writing when the system is more or less idle, I want the hdd to spin down after a short time 🙂
 
Grab regmon from sysinternals.com and see what it writing to the registry so often, from that we *might* be able to shrink down the service list a bit
Bill
 
Originally posted by: bsobel
Grab regmon from sysinternals.com and see what it writing to the registry so often, from that we *might* be able to shrink down the service list a bit
Bill
Looks mainly like services/etc accessing TCP/IP keys...which I sorta need it to do...oh well :/

 
Most DC projects have Linux clients, why not see if you can run it under something like Knoppix? The OS boots off the CD so you can be sure the hard disk won't spin up.
 
Back
Top