1. 程式人生 > >kali 2016:mount ntfs 分區只讀 --Falling back to read-only mount because the NTFS partition is in an unsafe state.

kali 2016:mount ntfs 分區只讀 --Falling back to read-only mount because the NTFS partition is in an unsafe state.

start ack umount part fas mnt fast pan fsp

mount ntfs 分區

mount /dev/sdb1 /mnt/d

提示:

The disk contains an unclean file system (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.)

方案:命令都在管理員運行。

安裝ntfsprogs:

apt install ntfsprogs

安裝之後:

ntfsfix /dev/sdb1

修復之後先umount:

unmount /dev/sdb1

之後在mount:

mount /dev/sdb1 /mnt/d

參考:http://www.cnblogs.com/xiaoduc-org/p/5951500.html

kali 2016:mount ntfs 分區只讀 --Falling back to read-only mount because the NTFS partition is in an unsafe state.