当前位置:IT快活林→LinuxLinux服务

可读写ntfs分区的ntfs-3g(正式版)的安装与使用

作者:本站整理   发布时间:2008-4-17 1:27:45


摘自:ubuntu中文论坛
[quote="zhuqin_83"]大家一定为无法写入win下的ntfs分区而烦恼过。
这里介绍一位新朋友:ntfs-3g优点:可以读写ntfs分区,当前版本1.0正式版。
缺点:比较占cpu(至少当前版本是这样),不支持加密分区。gutsy已经自带,除非你想任意开关写入,否则不必再往下看了。请小心使用,最好不要对重要的ntfs分区进行读写。不过到现在还没有出现损坏数据的报告,相当安全。
另外,amd64系统的dapper需要自己编译。
有问题请跟帖。安装:
feisty/gutsy:Copy codesudo apt-get install ntfs-config
dapper:添加源Copy codegksu gedit /etc/apt/sources.list然后复制粘贴一段Copy codedeb http://flomertens.free.fr/ubuntu/ dapper main main-all
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main main-all
deb http://flomertens.keo.in/ubuntu/ dapper main main-all
然后Copy codewget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -
wget http://flomertens.free.fr/ubuntu/givre_key.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ntfs-config
至此,安装完毕。
设置
找到 应用程序-系统工具-ntfs configuration tool并打开,输入密码,把两个钩钩上。
完毕。
如果进入系统无法自动挂载,那么在终端输入sudo mount -a 即可。[/quote]
》热 点 关 注