进入NTFS分区的问题“磁盘包含不干净的文件系统”

Fed*_*ero 7 partitioning mount ntfs 13.04

对不起,如果这个问题已经解决了。

我将操作系统从 Windows 更改为 Linux Ubuntu 13.04。

我有2个分区:

  • C:(系统)和
  • M:是NTFS;那里有我的信息、音乐、照片。当我想访问磁盘以使用信息时,我无法克服此错误:

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

澄清:我没有 2 个操作系统。我只安装了Linux。

sha*_*val 16

你可以试试这个(对我有类似的问题):

  1. sudo apt-get install ntfsprogs
  2. sudo ntfsfix /dev/sdb2

那对我有用。祝你好运!