admin管理员组文章数量:1026989
以读写方式将windows10文件系统/dev/sda4 挂在到/mnt/sda目录
$ mount -w /dev/sda4 /mnt/sda
The disk contains an unclean file system (0, 0). Metadata kept in
Windows cache, refused to mount. Failed to mount ‘/dev/sda4’: 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.
以上问题是由于windows10快速关机导致的cache缓存,强行加载会导致数据损坏,故linux拒绝了操作。
解决办法:
用ntfsfix命令修复驱动设备
$ ntfsfix /dev/sda4
参考:http://blog.sina/s/blog_43b8fa920102y5vx.html
以读写方式将windows10文件系统/dev/sda4 挂在到/mnt/sda目录
$ mount -w /dev/sda4 /mnt/sda
The disk contains an unclean file system (0, 0). Metadata kept in
Windows cache, refused to mount. Failed to mount ‘/dev/sda4’: 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.
以上问题是由于windows10快速关机导致的cache缓存,强行加载会导致数据损坏,故linux拒绝了操作。
解决办法:
用ntfsfix命令修复驱动设备
$ ntfsfix /dev/sda4
参考:http://blog.sina/s/blog_43b8fa920102y5vx.html
版权声明:本文标题:无法以读写方式挂载文件系统的解决办法 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/jiaocheng/1729012373a925233.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论