-
Ntfs Support For Centos
I wanna enable ntfs file support so i downloaded ntfsprogs-1.13.1-1.i586.rpm
and used rpm for installation but i m getting an error
Code:
Failed dependencies:
libc.so.6(GLIBC_2.4) is needed by ntfsprogs-1.13.1-1.i586
pls help me to get rid of this problem.
-
You are wanting to read and write to ntfs from CentOS? From the command line as su do:
Code:
yum install ntfs-3g
That should do it. :)
-
Mr.Dapper this is what i m getting
Code:
# yum install ntfs-3g
Setting up Install Process
Setting up repositories
update 100% |=========================| 951 B 00:00
pidgin 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 103 kB 00:04
update : ################################################## 332/332
Added 7 new packages, deleted 0 old in 0.66 seconds
Parsing package install arguments
No Match for argument: ntfs-3g
Nothing to do
-
Maybe this article may help.
-
Have you installed rpmforge repo?