Score:-1

Is it possible to read a hdd that is hibernated if I start the computer from USB (Linux)

ru flag

My laptop runs Windows 11 and I also have an Ubuntu partition. Is it possible to start from USB Linux and read win partition if hibernated?

Pilot6 avatar
cn flag
Yes, it is possible. But the question looks off-topic to me.
guiverc avatar
cn flag
READ is safe, but don't forget files that were in the RAM of the hibernated machine (*thus changes made may still be in buffers saved in the hibernate file*) MAY READ incorrectly to the running OS due to *UNCLEAN* file-system... Consider carefully what you were running (on screen & background!) on the hibernated OS before touching your files as you may be getting outdated or corrupted data because of UNCLEAN state of *fs*.
Score:1
cn flag

Yes, you can mount it read-only and extract files from it.

You can not mount a dirty file system writeable and "hibernate" means dirty.

If you need to write to it you would need to delete the hibernate file loosing all info that is in it and that has not been saved to disk.

To remove the hibernation file use ntfsfix:

sudo ntfsfix /dev/sdaN

where sdaN is your hibernated partition. Use sudo lsblk to list your partition to find the one you need.

You should have it installed as part of ntfs utilities but in case it is not:

sudo apt update
sudo apt install ntfs-3g
Pilot6 avatar
cn flag
You can mount it ro with no problems. `ntfsfix` probably will break the hibernation.
cn flag
Hmm that is true :D darn it.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.