zoukankan      html  css  js  c++  java
  • linux下挂载另一系统硬盘。

    问题描述:

    Error mounting /dev/sda5 at /media/wangzheng/办公: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/wangzheng/办公"' 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': 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 ntfsfix /dev/sda5(这个你挂载哪个就写哪个)

    问题解决!

  • 相关阅读:
    It is unuseful to regret
    越难熬的时候,越要靠自己
    2019/11/11
    QT Http
    QT 初步认识
    模板
    RTTI(Runtime Type Infomation)
    位域
    C++ 多字节string转UTF-8 string
    C++ 读写csv文件
  • 原文地址:https://www.cnblogs.com/czwangzheng/p/4533569.html
Copyright © 2011-2022 走看看