• ubuntu系统 不能访问非系统磁盘即挂载的数据盘 Unable to access "DATA"


    问题描述:

      ubuntu14.04 有两个硬盘,一个固态硬盘作为系统盘,一个机械硬盘作为数据盘。

      打开 数据盘“DATA”时出现下面的错误:

        Unable to access "DATA"

             

     

    解决办法:

      修复该盘: sudo ntfsfix /dev/sdb1


    xxx@xx:~$ sudo ntfsfix /dev/sdb1

    [sudo] password for xxx:

    Mounting volume... The disk contains an unclean file system (0, 0).

    Metadata kept in Windows cache, refused to mount.

    FAILED

    Attempting to correct errors...

    Processing $MFT and $MFTMirr...

    Reading $MFT... OK

    Reading $MFTMirr... OK

    Comparing $MFTMirr to $MFT... OK

    Processing of $MFT and $MFTMirr completed successfully.

    Setting required flags on partition... OK

    Going to empty the journal ($LogFile)... OK

    Checking the alternate boot sector... OK

    NTFS volume version is 3.1.

    NTFS partition /dev/sdb1 was processed successfully.

    现在可以访问该硬盘。

  • 相关阅读:
    ansible-2添加公钥
    ansible-1 的安装
    history命令显示出详细时间
    nginx配置文件详解
    oracle-7参数文件的管理
    使用gitlab+jenkins+saltstack+rsync自动部署Web应用
    tomcat配置和优化
    pip --upgrade批量更新过期的python库
    apk下载安装,存储的位置,路径
    android中的内部存储与外部存储
  • 原文地址:https://www.cnblogs.com/yongpan/p/10653816.html
Copyright © 2020-2023  润新知