centos6 can't mount ntfs

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 

發佈了59 篇原創文章 · 獲贊 17 · 訪問量 34萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章