今天尝试mount读取Windows盘上的数据时,遇到了这个错误:
root@pityhero:/# mount -o rw /dev/sda4 /mnt 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.)
百度了一下,发现好像是因为Win10的快速启动导致的。
可以启动windows,选择重启,再启动linux。
当然,也可以治本:
sudo ntfsfix /dev/sda#
root@pityhero:/# sudo ntfsfix /dev/sda4 The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. FAILED Attempting to Processing $MFT and $ Reading $ OK Reading $ OK Comparing $MFTMirr to $ OK Processing of $MFT and $MFTMirr completed successfully. Setting required flags OK Going to empty the journal ($LogFile)... OK Checking the alternate OK NTFS volume version is 3.1. NTFS partition /dev/sda4 was processed successfully.
结束修复后,mount成功:
root@pityhero:/# mount -o rw /dev/sda4 /mnt
本文发布于:2024-01-28 12:18:28,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/17064155137365.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |