首页 > 其他分享 >kali 2016:mount ntfs 分区只读 --Falling back to read-only mount because the NTFS partition is in an unsa

kali 2016:mount ntfs 分区只读 --Falling back to read-only mount because the NTFS partition is in an unsa

时间:2023-02-07 21:35:57浏览次数:41  
标签:ntfs unsa mount back only because NTFS

kali 2016:mount ntfs 分区只读 --Falling back to read-only mount because the NTFS partition is in an unsa
元宇宙MetaAI
于 2021-05-11 09:48:44 发布 818
收藏 4
分类专栏: Ubuntu18
版权
Ubuntu18 专栏收录该内容
37 篇文章 0 订阅
订阅专栏

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:

sudo apt install ntfsprogs

安装之后:

ntfsfix /dev/sda3

修复之后先umount:

sudo unmount /home/cs/windows/F

之后在mount:

sudo mount -t ntfs /dev/sda3 /home/cs/windows/F -o iocharset=utf8,umask=0
————————————————
版权声明:本文为CSDN博主「元宇宙MetaAI」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/CSS360/article/details/116641868

标签:ntfs,unsa,mount,back,only,because,NTFS
From: https://www.cnblogs.com/zxdplay/p/17099862.html

相关文章