
Re: Windows8 users : please help
Hello, I'm from french Ubuntu forum and I discover your request with this thread : http://forum.ubuntu-fr.org/viewtopic.php?id=1023931
Fortunately i have recently installed a Dual booted Virtual machine with W8/Ubuntu 12.04 in order to testing fex things. So I think I can help ?
I followed your instruction like this and here's results :
fou hiberfile.hibernated.gz https://alter-it.org/ajaxplorer/data/public/3b03f186582e6b0f2355f5d499963470.php?lang=fr
It's the result for my first try with precisely this command : head -c 4096 /media/windows/hiberfil.sys | gzip > hiberfile.hibernated.gz .. my mount point is /media/windows ( sudo mount -o ro /media/windows /dev/sdaX )
the result seems to be empty .. I tried with head -c 4096 /media/windows/hiberfil
e.sys | gzip > hiberfile.hibernated.gz .. and the result is
Code:
root@sorrodje-VirtualBox:~# head -c 4096 /media/windows/hiberfile.sys | gzip > hiberfile.hibernated.gz
head: impossible d'ouvrir «/media/windows/hiberfile.sys» en lecture: Aucun fichier ou dossier de ce type
other try with head -c 4096 /media/windows/hiberfil.sys | gzip > hiberfile.hibernated.gz ( without e at the end of hiberfil )
same result :
Code:
root@sorrodje-VirtualBox:~# head -c 4096 /media/windows/hiberfil.sys | gzip > hiberfile.hibernated.gz
head: impossible d'ouvrir «/media/windows/hiberfile.sys» en lecture: Aucun fichier ou dossier de ce type
for LogFile , the result is here :
https://alter-it.org/ajaxplorer/data/public/03dabd3bc349f4b03ac236ac9399e410.php?lang=fr
Don't hesitate if You want me to make more tests
