Akhir-akhir ini seringkali saya mengalami gagal mount disk OS Windows 10, errornya kira2 seperti ini “Mount Partisi OS Windows yang sedang Hibernation or Fast Restarting”:
1 2 3 4 5 6 7 |
ikons@pirasi:~/Downloads$ sudo mount /dev/sdb3 /mnt/ The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sdb3': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option. |
Perintah mount /dev/sdb3 /mnt tidak berhasil dijalankan oleh OS Linux, menurut error diatas partisi NTFS yang akan di mount sedang dalam kondisi hibernation atau fast restarting sehingga harus restart, […]