无法在Ubuntu中自动挂载

Raf*_*fat -2 ubuntu

我正在使用ubuntu 14.04 Lts。而且我具有管理权限。我无法自动安装磁盘驱动程序。它说

Error mounting system-managed device /dev/sda7: Command-line `mount "/mnt/D6EEAF55EEAF2D25"' 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/sda7': 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.
Run Code Online (Sandbox Code Playgroud)

我已经使用磁盘驱动器选项来挂载它。但是它会在启动时出错,并要求S跳过和M手动安装。[我已将Windows 8和ubuntu安装在不同的驱动器中。]

ban*_*der 5

在Terminal中尝试一下,希望它能起作用:

sudo ntfsfix /dev/sda7
Run Code Online (Sandbox Code Playgroud)