• 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.

    现在可以访问该硬盘。

  • 相关阅读:
    linux之iptable案例
    nginx常用命令参数
    laravel中的多对多关系详解
    MySql计算时间差函数
    总结下Mysql分表分库的策略及应用
    swoole扩展实现真正的数据库连接池
    linux常用命令整理
    innodb mvcc实现机制
    mysqlslap 压力测试使用总结
    mysql索引总结
  • 原文地址:https://www.cnblogs.com/yongpan/p/10653816.html
Copyright © 2020-2023  润新知