星期三, 十一月 22, 2006

NTFS-3G NTFS R/W

NTFS partition Read/Write English-HOW-TO

how to do it in my Ubuntu Dapper

#vi /etc/apt/sources.list
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main main-all
#apt-get update
#apt-get upgrade
#apt-get ntfs-3g
这里会根据依赖性安装fuse相关
#fdisk -l | grep NTFS
#cp /etc/fstab /etc/fstab.backup
change NTFS partition type to ntfs-3g
#vi /etc/modules
add "fuse"
#modprobe -l fuse
Restart your machine now (recommend)

如果有USB的NTFS分区
#apt-get install ntfs-3g-nautilus-tools
#nautilus-scripts-manager enable mount_with_ntfs-3g

BYW:GoogleNotes 也是一个不错的记录工具

没有评论: