M
Mike Tomlinson
GreyCloud said:Bye, dude. The research was done, yet you ignore the proof.
You're in a battle of wits with an unarmed man.
Rod Speed FAQ: http://tinyurl.com/883xp7v
GreyCloud said:Bye, dude. The research was done, yet you ignore the proof.
Alias <aka@maskedandano said:I never back up the system, only data.
GreyCloud said:Funny that my pair of old DEC VAX4000s do have this built into the
hardware.
It is rather obvious that you don't know what you are talking about.
GreyCloud said:If he loves to troll, then he would feel at home in comp.os.linux.advocacy.
They're welcome to him. He's currently infesting uk.d-i-y where the
locals had him sussed straightaway.
I'm not talking about backups. I'm talking about Windows loading system
files into memory - DLLs, the registry, etc. These can be corrupted by
faulty memory and then are written back to disk in a corrupt state.
I'm not talking about backups. I'm talking about Windows loading
system files into memory - DLLs, the registry, etc. These can be corrupted
by faulty memory and then are written back to disk in a corrupt state.
It is a complex situation.
If your program requires a function from a DLL file, it will load the dll
into ram. Then it depends on what the dll function will do... it could be
used to write data to a file, and if the ram that holds the dll got
corrupted for any reason (just one bit not set right) then the file may
not get written correctly,
but most likely cause a crash. So it would be hard to say what the
outcome would e.
Most of the time nothing is noticed tho. The average consumer will
usually not see anything, but one of the "once-in-a-blue-moon" crash or
freeze can happen.
In UNIX, when ram starts to get flakey, the kernel panic happens. That
means it is time to start replacing ram (95% of the time anyway).
The biggest problem will be backing up a file that is already corrupted.
A checksum that is done on a corrupted file at that point won't do you
anygood.
Banking systems and critical data stores take the necessary steps to make
sure that the data is good.
Gene E. Bloch said:I don't think DLLs get written back to the disk.
GreyCloud said:It is a complex situation. If your program requires a function from a
DLL file, it will load the dll into ram. Then it depends on what the
dll function will do... it could be used to write data to a file, and if
the ram that holds the dll got corrupted for any reason (just one bit
not set right) then the file may not get written correctly, but most
likely cause a crash.
Mike Tomlinson said:It was intended as an example. Any file that gets read into faulty
memory then written back out to disk is vulnerable.
Windows Update -> downloads an updated DLL info faulty memory -> gets
written to disk corrupted.
And what about %systemroot%\system32\dllcache ?