我最近得到了一个新的3TB硬盘,我计划在我的窗口PC上加载视频文件,然后将硬盘驱动器转移到我的Linux /服务器。
我将驱动器格式化为NTFS (因为我被告知NTFS在两个环境中都兼容),并将驱动器划分为GPT (因为我在这两个环境中都兼容它),但是,即使它检测到了我的Linux PC上的驱动器,但当我尝试访问它时会发现一个错误:
Error mounting /dev/sdb2 at media/me/LONGSTRINGOFNUMBERSANDCHARACTERSTHATIBELIEVEISHEXIDECIMALCODE:
Command-line 'mount-t "ntfs" -o "unhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2" "media/me/SAMELONGSTRINGASABOVE"' exited with non-zero exit status 14:
The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb2': 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.有人知道这意味着什么吗?我要怎么做才能解决这个问题??
发布于 2017-09-20 04:18:17
你在启用QuickStart的情况下关闭窗口了吗?Win8.1和更高版本并没有真正关闭,它会冬眠。
将驱动器插回窗口系统。用窗口扫描它,以确保它是安全的,然后在windows S运行时弹出驱动器。
然后,它应该可以被ubuntu读取。
https://askubuntu.com/questions/957554
复制相似问题