博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助
隐藏
yexin218.cublog.cn
Ubuntu开机自动挂载Win分区
最简单的方法就是
sudo apt-get install ntfs-config

卸掉已经加载的ntfs卷

再运行
sudo ntfs-config

给每个卷都起个mount point,类似win下的卷标,这个随便起。然后勾选要自动挂载的硬盘,点“应用”,然后选择启用内部写入支持,再点确认就OK了。

 原文地址 http://doc.linuxpk.com/67109.html最简单的方法就是 sudo apt-get install ntfs-config 卸掉已经加载的nt
发表于: 2008-07-18,修改于: 2008-07-18 20:05,已浏览359次,有评论2条 推荐 投诉
网友: yexin218 时间:2008-07-21 23:17:58 IP地址:122.100.215.★
今天在使用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 haveWindowsthen disconnect the external devices by
    clicking on the 'Safely Remove Hardware' icon in theWindows
    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 install ntfs-3g

    下一步进行挂载

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

    这样手工挂载就成功了。

网友: tim_sz 时间:2008-07-23 21:36:39 IP地址:220.231.205.★
我用的是傻瓜方法:
http://wiki.ubuntu.org.cn/index.php?title=%E8%87%AA%E5%8A%A8%E6%8C%82%E8%BD%BDWindows%E5%88%86%E5%8C%BA&variant=zh-cn
不过我挂载后没法立即进入目录,后来发现xp休眠的话是进不了的。


给我留言
版权所有 ChinaUnix.net 页面生成时间:0.02574