Ошибка:
1 2 3 4 5 |
Windows is hibernated, refused to mount. Failed to mount '/dev/sda2': Операция не позволена 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. |
Решение:
1 |
sudo mount -t ntfs-3g -o remove_hiberfile /dev/sda2 /mnt |
Ошибка:
1 2 3 4 5 6 |
The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sdb5': 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. |
Решение:
1 |
sudo ntfsfix /dev/sda3 |
Отключение режима гибернации в винде
1 |
powercfg /h off |