无法使用 Ubuntu 作为我唯一的操作系统来访问硬盘

无法使用 Ubuntu 作为我唯一的操作系统来访问硬盘

我无法访问我的内置硬盘。Ubuntu,最近安装,没有

Windows。收到以下消息:

Error mounting /dev/sdb1 at /media/magal/D0CAEAF7CAEAD8AC: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb1" "/media/magal/D0CAEAF7CAEAD8AC"' 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/sdb1': 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

答案1

我希望这对你有用:

sudo ntfsfix /dev/sdb1

然后重新启动 ubuntu。

相关内容