mount -t ntfs /dev/hda* -o iocharset=utf8用cat /etc/fstab 看看有没有加载分区,如果没有,可以修改fstab文件,把分区加上。Ubuntu7.10默认就支持NTFS分区的读写,可是不完美,对NTFS分区下的中文文件支持不好,你会发现找不到中文的文件。解决方法是在终端输入:sudo apt-get -y --force-yes install ntfs-3gsudo apt-get -y --force-yes install ntfs-config[ -x /usr/bin/ntfs-3g ] && sudo ln -sf /usr/bin/ntfs-3g /sbin/mount.ntfsgksudo ntfs-config & set v然后全选上不能读写的问题一种方法是在终端输入:sudo mount -t ntfs-3g /dev/sda1 /media/sda1 -o force另一种方法是:add the option to the relevant row in the /etc/fstab file:/dev/sda1 /media/sda1 ntfs-3g defaults,force 0 0Ubuntu 7.10中已装KDE4的用户请注意Ubuntu 历史版本回顾(四周年纪念)相关资讯 Ubuntu技巧
- [技巧分享]如何设定你的 Ubuntu 14 (08/25/2014 20:41:56)
- Ubuntu技巧分享 —— 禁用Ubuntu的 (10/21/2013 08:49:11)
- 十二条提升Ubuntu桌面体验的技巧 (10/14/2012 13:30:32)
| - 10个调整让Ubuntu宾至如归 (08/25/2014 06:51:16)
- Ubuntu技巧分享——安装Ubuntu后做 (10/18/2013 17:14:38)
- 在Ubuntu下面装日語输入法 (08/15/2009 07:20:11)
|
本文评论 查看全部评论 (0)