最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

linux系统不能写入windows的ntfs磁盘

业界 admin 6浏览 0评论

解决方法
(下面大多是都是参考
https://www.linuxidc/Linux/2014-05/101691.htm)
1、首先安装ntfs-3g
如果还是不行,并且在挂在时提示
Operation not permitted 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.
可能由于Windows 未被正常关闭产生了错误,导致系统误以为存在临时缓存文件,禁止访问所致。
2、安装ntfsprogs,并且“修复”磁盘。
sudo apt-get install ntfsprogs
sudo ntfsfix 设备号
设备号通过sudo fdisk -l 来判断那个是windows的磁盘。
这样就是OK了。

解决方法
(下面大多是都是参考
https://www.linuxidc/Linux/2014-05/101691.htm)
1、首先安装ntfs-3g
如果还是不行,并且在挂在时提示
Operation not permitted 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.
可能由于Windows 未被正常关闭产生了错误,导致系统误以为存在临时缓存文件,禁止访问所致。
2、安装ntfsprogs,并且“修复”磁盘。
sudo apt-get install ntfsprogs
sudo ntfsfix 设备号
设备号通过sudo fdisk -l 来判断那个是windows的磁盘。
这样就是OK了。

发布评论

评论列表 (0)

  1. 暂无评论