LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-20-2015, 08:58 PM   #1
jdmeaux1952
LQ Newbie
 
Registered: Sep 2014
Location: Cajun Country Louisiana
Distribution: AntiX 13.1, Antix 13.2, MX-14
Posts: 6

Rep: Reputation: Disabled
Accessing Windows 8 hiberfil.sys


I have a headache with this one.

My grand daughter had come over to the house a couple of weeks back, and I was letting her use my Windows 8 Home machine to play some games on. Some where during that day she managed to get into my Users Accounts and changed my password for Administration and my Local Account. When the computer turned off, it went into Hibernation (normal for Win 8) as it shut off.

Now I can't get back into my machine since the passwords do not agree.
I have tried to use several password discovery programs to get the password, and even tried the System Rescue Disk to wipe the password to log in. I figured if I could access the hard drive partition (/dev/sda5), I could delete the hiberfil.sys file. That way I could get into the computer and reset the passwords.

I keep hitting a wall at even trying to mount -t ntfs-3g /dev/sda5 -o force. The error message is about an unstable system because of hibernation. Does anyone know how to access a windows 8 system that is in hibernation?

Last edited by jdmeaux1952; 08-20-2015 at 09:00 PM.
 
Old 08-20-2015, 10:18 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: PCLinux, Slackware, Ubuntu
Posts: 9,977

Rep: Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329
Several possibilities including downloading some software at the link below. No idea if any of it works.

http://www.isunshare.com/windows-8-p...hout-disk.html

The page below is what microsoft has to say about it:

http://windows.microsoft.com/en-us/w...#1TC=windows-8

Quote:
Does anyone know how to access a windows 8 system that is in hibernation?
Microsoft? You might be better off at the microsoft site or some windows forum for your windows problem. You won't be able to mount a windows partition from Linux that is in hibernation by design.

I don't use windows so I'm surprised your granddaughter could change your Administrator password. Good Luck.
 
Old 08-21-2015, 03:03 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,695

Rep: Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582Reputation: 3582
Boot to windows dvd and try it's repair features.
 
Old 08-21-2015, 06:55 PM   #4
jdmeaux1952
LQ Newbie
 
Registered: Sep 2014
Location: Cajun Country Louisiana
Distribution: AntiX 13.1, Antix 13.2, MX-14
Posts: 6

Original Poster
Rep: Reputation: Disabled
I have been trying to use System Rescue Disk to correct it, but no go. I attempted to use my Debian Linux LiveCD to go in and force a mount to correct this (after the unstable system message) using mount -t ntfs-3g /dev/sda5 -o force but its a no go too. I also tried the iSunshare CD, but it won't open it either.

I asked this basic question of "how to get or bypass a password of a Windows 8 system" on a couple of windows forums AND on the Microsoft Support Forum. All Microsoft said was to re-install Windows 8. If I could get my personal data off the hard drive it would save me months of editing. And YES, I have a backup made, but it is on another partition of the hard drive and I have no access until I can get past this first problem of getting onto the hard drive. (When I bought the machine, a Geek divided a 2T HD into 4 partitions, with the last as my backup. And I have been showing my grand daughter how to use a computer since before she started school back in late XP days. How and why she got into my User Accounts to play around may have been from something she learned at school.)

I had figured that using Linux to force a mount should have worked where I could pull all my info off so I could re-install windows on that machine. (My laptop has 5 flavors of Linux so that one is cool.)

Last edited by jdmeaux1952; 08-21-2015 at 07:03 PM.
 
Old 08-21-2015, 10:09 PM   #5
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: PCLinux, Slackware, Ubuntu
Posts: 9,977

Rep: Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329
Quote:
If I could get my personal data off the hard drive it would save me months of editing. And YES, I have a backup made, but it is on another partition of the hard drive and I have no access until I can get past this first problem
Have you tried mounting the second separate windows data partition, the one with your backup? No idea if it will work but you have nothing to lose unless you've already tried.

Quote:
I had figured that using Linux to force a mount should have worked where I could pull all my info off
I don 't know of any Linux that will mount an ntfs partition that is hibernated but maybe someone else has different info.
 
Old 08-22-2015, 07:15 AM   #6
jdmeaux1952
LQ Newbie
 
Registered: Sep 2014
Location: Cajun Country Louisiana
Distribution: AntiX 13.1, Antix 13.2, MX-14
Posts: 6

Original Poster
Rep: Reputation: Disabled
I was attempting to use Linux to access any ntfs partition which is why I asked my question the way I did. I am not sure if the mount -t ntfs-3g /dev/sda5 -o force is correct or not.
 
Old 08-22-2015, 07:50 AM   #7
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: PCLinux, Slackware, Ubuntu
Posts: 9,977

Rep: Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329
Quote:
I am not sure if the mount -t ntfs-3g /dev/sda5 -o force is correct or not.
No, it isn't. You don't have a mount point in the command. For the sake of simplicity, use the /mnt directory as the mount point if you are using the System Rescue CD. You need to be root and probably are if you are using System Rescue. If you see # at the prompt you're good.

Code:
mount -t ntfs-3g /dev/sda5 /mnt
You can try with or without the -o force and just use ntfs rather than ntfs-3g to see what happens. You don't indicate any other operating system so I am surprised you have your system files on a logical partition as windows usually installs to the first partitions on the drive.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Accessing USB device without having entry in /dev & /sys gauravpathak129 Programming 8 09-22-2014 07:47 AM
system not display /sys/ folder....in kernel compile how to enable sys in menuconfig dashang.trivedi Linux - Kernel 1 07-14-2011 05:00 AM
accessing database after root file-sys gets mounted vishalbutte Programming 3 01-29-2006 04:12 PM
Is a Linux sys w/o any passwd's as secure as a microsoft windows sys w/no passwd? t3gah Linux - Security 4 04-22-2005 08:01 PM
Redhat 9.0 slower then windows on my sys.. russonlinux Linux - Software 2 10-19-2003 08:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration