ntfsfix命令
欢迎访问个人网络日志🌹🌹知行空间🌹🌹
问题背景
最近遇到了一个什么问题呢,linux自动挂载硬盘后,变成了只读文件系统,无法创建和修改文件
查看挂载信息,
mount | grep data
# /dev/sdb3 on /media/lx/data type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
手动umount然后mount时报错,
# 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.)
# Could not mount read-write, trying read-only
# ntfs-3g-mount: failed to access mountpoint /media/lx/data: No such file or directory
以上报错的背景是,这个电脑是双系统,这个分区在windows下也能访问,从报错信息来看是Metadata kept in Windows cache, refused to mount.磁盘的元数据没有被正常的释放。查了很多资料都没有讲明白。

最低0.47元/天 解锁文章
3604

被折叠的 条评论
为什么被折叠?



