热门关键字:  ubuntu  分区  函数  linux系统进程  Fedora

LINUX写完美读写NTFS

来源: 作者: 时间:2007-09-11 Tag: 点击:
还记得以前老师在教关于在LINUX的文件格式时专门着重的告诉我,在LINUX能够通过修改/etc/fstab文件自动挂载WINDOWS上的文件系统,并支持FAT32格式的读写,但是要注意就是LINUX并不支持NTFS读写,仅仅支持NTFS的读却无法完美写入。翻出当时学习记录本上写有自己用!!!做为标注的重点呢!可是几年后变化了,虽然在2001年LINUX就支持NTFS格式文件的读取,但是在写文件方面一直不尽人意,又几年后,现在NTFS终于可以完美读写,只用安装一个NFTS-3G就能达到。真不知道要怎么说好,原来什么东西都不是绝对的,时代在变化嘛!以下是我在UBUNTU下安装NTFS-3G记录:

一,上网站查找到相关资料

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
上一篇:没有了
下一篇:没有了
最新评论共有 4 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册