『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:   [email protected]

  Border
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章