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
元宇宙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

posted on   zxddesk  阅读(80)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· DeepSeek 开源周回顾「GitHub 热点速览」

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示