Сайт Кругликова v 2.5

Монтирование NTFS раздела от Windows 10 в Linux

Поскольку Windows 10 (8) не выключается, а засыпает, то при попытке монтирования в Linux можно получить ошибку.

Ошибка:

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.

Решение:

sudo mount -t ntfs-3g -o remove_hiberfile /dev/sda2 /mnt

Ошибка:

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.

Решение:

sudo ntfsfix /dev/sda3

 

Exit mobile version