一,上网站查找到相关资料
How To add this repository to my sources.list
You will need to edit your /etc/apt/sources.list using your favorite texte editor (gedit, kate, nano,
vim...) and add at the end of the file one of the following mirror :
For DAPPER :
deb http://flomertens.keo.in/ubuntu/ dapper main main-all
deb http://givre.cabspace.com/ubuntu/ dapper main main-all
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main main-all
For EDGY (only needed for NTFS removale device) :
deb http://flomertens.keo.in/ubuntu/ edgy main-all
deb http://givre.cabspace.com/ubuntu/ edgy main-all
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main-all
The main channel contains the ntfs-3g package and an up to date fuse package.
The main-all channel contains modified version of pmount and hal to have a better integration of ntfs-3g in the desktop.
If you don't want those package, just remove main-all.
If you use edgy, all needed packages are already in the ubuntu repo (main and universe), except the modified pmount,
that is needed for removable device.
Packages in this repository can be gpg authenticated. The key that is being used for signing the packages is 6B80D6DA.
You can enter this key into the APT trusted keys database with one of the following command:
wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -
wget http://givre.cabspace.com/ubuntu/givre_key.asc -O- | sudo apt-key add -
二、参照说明进行安装
安装:
代码:
gksu gedit /etc/apt/sources.list
添加一段
dapper的:
引用:
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main main-all
deb http://flomertens.keo.in/ubuntu/ dapper main main-all
edgy的
引用:
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main main-all
deb http://flomertens.keo.in/ubuntu/ edgy main main-all
然后
代码:
wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ntfs-config
