Okay some one was using my Windows 7 partition and evidently she hibernated it instead of shutting down. When I tried to move about 2GB worth of files to my Windows from Ubuntu, I couldn't find them on my Win7 when it resumed from sleeping. After restarting the PC the files showed for a sec or two and then disappeared. My question is did Windows delete all the files I put on it while it was hibernating?
feedback
|
When Microsoft said "Do not make major changes to the computer's state after you put the computer in hibernation or on standby.", it meant it.Changes to the computer's state include bootstrapping another operating system entirely and modifying what's on the hard disc. You've just witnessed what goes wrong when one does that: volumes become corrupt, files and directories (not at all) mysteriously look just like they did when Windows hibernated, strange errors occur. SuperUser has a whole mountain of tales of woe from people who tried this. Hibernation is not shutdown. The cache manager and all of the installable filesystem drivers retain their in-memory state across hibernation. After all, that is the point. This state includes open files, unwritten data and metadata in memory, and so forth. During hibernation, the state of your volume(s) on disc isn't necessarily consistent, and isn't the state that it would be had the machine been actually shut down, with all of the files closed, transactions finished, and pending writes flushed. During hibernation (of Windows, Linux, or indeed any other current operating system with this mechanism) …
If you want to bootstrap another operating system, shut down. Further reading
| |||
|
feedback
|
