centos6 can't mount ntfs

来源:互联网 发布:软件性能指标有哪些 编辑:程序博客网 时间:2024/06/05 05:00
1. open the terminal window with the root account. 


2. download rpmforge for centos 6 to your system: 

wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm 

3. now install the rpmforge for centos 6: 
rpm -Uvh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm 

4. just install/update the package fuse-ntfs-3g: 

# yum update fuse-ntfs-3g

or

# yum install fuse-ntfs-3g



5. mount your units: 
# mount -a 

0 0
原创粉丝点击