Offline NT Password – Windows HIBERNATED
Pokud nedokáže Offline NT password na?íst partition kde je Windows a zobrazí se hláška Windows HIBERNATED
Pom?že následující.
1. Linux Kali bootable USB (sta?í light verze) download
Pro vytvo?ení bootovaciho media mužeš použít rufus
2. Po nabootovaní otev?í terminal a piš
root@kali:~# fdisk -l najdi parition kde je nainstalované OS vidiš že je nap? na /dev/sda3 píšeš root@kali:~# mkdir windows root@kali:~# mount -t ntfs -o rw /dev/sda3 windows/ dostaneš tuto hlášku:
Windows is hibernated, refused to mount. The disk contains an unclean filesystem (0, 0). Metadata kept in Windows cache, refused to mount. Falling back to read-only mount because the NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting.) 3.napiš -> root@kali:~# ntfsfix /dev/sda3 dostaneš tuto hlášku:
Mounting volume… Windows is hibernated, refused to mount. FAILED Attempting to correct errors… Processing $MFT and $MFTMirr… Reading $MFT… OK Reading $MFTMirr… OK Comparing $MFTMirr to $MFT… OK Processing of $MFT and $MFTMirr completed successfully. Setting required flags on partition… OK Going to empty the journal ($LogFile)… OK Windows is hibernated, refused to mount. Remount failed: Operation not permitted 4. napiš -> root@kali:~# umount /dev/sda3 5. napiš -> root@kali:~# ntfs-3g -o remove_hiberfile /dev/sda3 windows/ M?žeš Linux ukon?it a vrátit se k Offline NT password, který už ti bude fungovat.