I have a Dell Inspiron 7373 2-in-1 which fails to boot. The built in diagnostics which is accessed by FN-Power key says it has a failed hardrive. Most of the data is synced to the cloud - but there are a few changes which have not made it.
I can start the windows 10 advanced recovery and get to the CMD prompt where I find I am in X:. I can see the X:\USERS\Public but nothing else. Is the X: drive just a renamed boot drive where the user data is stored or is it some special partition? Is there anyway to use this X: drive to look for my Un-synched files? Is my actual user data hidden or is it on a different drive and lost?
I could not get any windows 10 OS GUI running the only boot process which I could get to work is access to the CMD prompt. The system prompts for a recovery key for many of the operations none of which work. I retrieved the key online from the windows Live acccount.
44 Answers
The X: drive is the drive letter usually given to the WinPE OS which is a type of limited “live” version of Windows that is also used for the recovery environment.
From the perspective of the recovery environment, X: is the main drive but it is not related to your actual OS and data in any way.
Typically WinPE will mount your actual OS to C: or D: where you can perform recovery procedures.
You said, “The system prompts for a recovery key for many of the operations...” so the main OS is encrypted by BitLocker.
Because of this it is impossible to mount the drive or perform any recovery on the drive without BitLocker accepting your recovery key. If you can’t get a recovery key to work you can’t access the drive. This could be because you have the wrong recovery key, or the drive is corrupt due to damage.
Drive encryption adds a huge complication to recovering data from a failing drive.
1I've had this issue several times using cheap laptop hard drives. The hard drive fails to boot the OS and the disk is probably damaged, but somehow it can still do basic disk operations.
I bought an internal hard drive to usb adapter , and was able to read and copy the hard drive's contents from another computer using the same OS. They cost around $20, well worth it, just make sure the hardware is compatible with your machine. Good luck.
1X: drive is for the recovery environment of windows. The C: drive contains the main OS and your personal files. The X: drive contains files to boot to the recovery environment and the recovery tools. they are kept separate so even if the main os (which in this case is Windows 10) is corrupted and cannot boot, the X: partition will allow it to boot to the recovery mode and you can do recovery of the OS from there. as for the failed hard disk, just leave it it won't work. it's too damaged already so just get a new disk or new pc and just accept the data loss. hope this helps!
The X: drive is not the problem but your backup. It's the emergency OS as long as your main OS (on c: ?) doesn't work...
This being said you need to fix the main OS:
- start PC and switch to command prompt
c:cd \windows\system32\configmd backupcopy *.* backupcd regbackdir- //check if DEFAULT, SAM, SECURITY, ... have size > 0
- //if yes, proceed
copy *.* ..- //it says "overwrite"
Aexit//close command prompt- continue to Windows 10