gpt4 book ai didi

linux - 无法访问 “Drive:”

转载 作者:太空宇宙 更新时间:2023-11-04 05:38:42 25 4
gpt4 key购买 nike

我在我的笔记本电脑上安装了 Windows 8 和 Linux 3.8.0-35-generic。除了安装了 Linux 的驱动器之外,我无法访问其他驱动器。它显示以下错误。 Casket 是分区的名称。

Error mounting /dev/sda4 at /media/rancher/Casket: Command-line `mount -t "ntfs" -o 
"uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda4" "/media/rancher/Casket"' 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/sda4': 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.

我认为正确关闭窗口可以解决问题,但没有改变。有没有其他方法可以正确关闭窗口。或任何其他方式访问驱动器的内容。

最佳答案

您是否尝试过该错误消息底部的建议 - 以只读方式安装文件系统?

sudo mount -o ro -t auto /dev/sda4 /media/rancher/Casket

或者只需将 -o ro 添加到 /dev/sda4/etc/fstab 文件中。

关于linux - 无法访问 “Drive:”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21297129/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com