`
border
  • 浏览: 201811 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

『Ubuntu&Linux 』支持NTFS读写

阅读更多
    使用ntfs-3g可以在ntfs分区上无限制的新建、删除文件!

Ubuntu 6.10 (edgy)源 :
deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse

1. 安装
     border@ubuntu:~$ sudo apt-get install ntfs-3g
2. 配置:
    border@ubuntu:~$ sudo gedit /etc/fstab sudo gedit /etc/fstab
    找到其中的你需要开启读写的ntfs分区那一行,原先的"ntfs"改为"ntfs-3g" ,如果要全部开启,则替  换所有"ntfs"为"ntfs-3g",保存退出
   border@ubuntu :~$ sudo gedit /etc/modules
   在文件的末尾添加一行(如果有则不用增加:-)
    fuse

3. 重启即可或者如果想要立即测试:
border@ubuntu:~$ sudo modprobe fuse
border@ubuntu:~$ sudo umount -a
umount: /dev: 设备忙
umount: /proc/bus/usb: 设备忙
umount: /var/run: 设备忙
umount: /sys: 设备忙
umount: /: 设备忙
border@ubuntu:~$ sudo mount -a  

4.  手动加载ntfs模块
border@ubuntu:~$ sudo mount -t ntfs-3g /dev/sda1 /mnt/usb1 -o charset=gbk

参考: http://blog.dukuai.com/index.php/uid-298823-action-viewspace-itemid-464890

--
Blog:    www.borderj.cn
MSN:   borderj@live.com

  Border
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics