zoukankan      html  css  js  c++  java
  • 双系统下ubuntu不能访问658GB卷,磁盘挂载失败。

    • win10+ubuntu双系统出现以下错误:

      Error mounting /dev/sda5 at /media/captain/AC8CF85B8CF8218E: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda5" "/media/captain/AC8CF85B8CF8218E"' 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/sda5': 不允许的操作
      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.

    • 原因是win10的快速启动造成的,需要重新挂载你的硬盘。
    • 使用以下命令:
      sudo fdisk -l
      sudo ntfsfix /dev/sda5
      

        /dev/sda5  这里改成你想要挂载的硬盘。

    •  
    •  
    •  以上。
  • 相关阅读:
    82.Java集合学习之Collections与Arrays
    81.Java集合之TreeMap
    vuex 封装
    async awiat
    纯前端导入导出
    使用node搭建服务器
    node.js
    axios请求拦截器
    数据结构学习第十九天
    数据结构学习第十八天
  • 原文地址:https://www.cnblogs.com/longbigbeard/p/10542640.html
Copyright © 2011-2022 走看看