When you say hibernate do you mean sleep, because my understanding was proper hibernate writes the image to disk of the memory, and reads that back in on next boot. PC is totally off during proper hibernate
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
No, I mean hibernate, with the PC turned off. In sleep state, you return to the running kernel/OS, so no possibility to boot into another distro, therefore no risk of filesystem damage.
The crucial thing is that file systems need to be unmounted before they can be accessed by another distribution or OS.
see
https://askubuntu.com/questions/55527/dual-boot-and-sleep-hibernate-issues
So, in fact, the short answer is no.
The answer is only yes if the question is “Hibernating and booting into another OS and modifying the same partition externally: will my filesystems be corrupted?”.
As I wrote above, for any safe access the file systems need to be mounted read-only (which is not the default). Otherwise, listing or viewing a file or directory already changes its metadata.
And, this is another reason to use virtual machines, like GNOME Boxes or virt-manager. Put your sweet little Windows sleeping beauty in a VM so that it wakes up without scratches.
The other solution is to mount the shared, or borrowed file systems read-only. That works and is safe, but it could suck after a while for being impractical.