专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅

首页 »Linux » ubuntu下挂载硬盘:解决ubuntu不能自动挂载硬盘的方法 »正文

ubuntu下挂载硬盘:解决ubuntu不能自动挂载硬盘的方法

来源: 发布时间:星期四, 2009年2月12日 浏览:88次 评论:0


    今天在使用LINUX时候发现我个160G大硬盘不能自动挂载

    具体弹出信息如下:

    $LogFile indicates unclean shutdown (0, 0)
    Failed to mount '/dev/sdb1': 操作不支持
    Mount is denied because NTFS is marked to be in use. Choose one action:

    Choice 1: If you have then disconnect the external devices by
    clicking on the 'Safely Remove Hardware' icon in the
    taskbar then shutdown Windows cleanly.

    Choice 2: If you don't have Windows then you can use the 'force' option for
    your own responsibility. For example type on the command line:

    mount -t ntfs-3g /dev/sdb1 /media/sdb8 -o force

    Or add the option to the relevant row in the /etc/fstab file:

    /dev/sdb1 /media/sdb8 ntfs-3g force 0 0

    大概信息就是无法进行挂载

    再这里UBUNTU提供了两种解决思路方法种是使用WINDOWS“移出硬件”工具进行关闭硬件

    还有种就是强行挂载

    我采用就是这个思路方法

    首先如果还没有设立挂载点话应该先

    sudo mkdir /media/sdb8

    红字突出数字写多少都无所谓

    然后进行手动挂载

    在进行这步的前要检查你系统是否有 NTFS-3G 遍来说在7.10以上版本都应该有如果没有

    sudo apt-get ntfs-3g

    下步进行挂载

    sudo mount -t ntfs-3g /dev/sdb1 /media/sdb8 -o force

    这样手工挂载就成功了

0

相关文章

读者评论

发表评论

  • 昵称:
  • 内容: