CentOS 5.5 Linux Mount Windows NTFS File System

  
 

After replacing centos5.5, I found that the device in ntfs format could not be recognized. After searching for a long time, I tried various methods to solve it. In order to make the novices take a detour, I will write out my solution process for everyone to share.

First, the first solution to see the most solution is to install kernel-2.6.18-194.el5.i686.rpm, but did not succeed, use uname -r-p to view the system kernel, [ ,null,null,3],Root@centos5 ~]# uname -r -p2.6.18-194.el5 i686 can also enter [root@centos5 ~]# rpm -q --queryformat "%{ARCH}\ " kernel next install NTFS support download The corresponding RPM package for kernel version and processor kernel-2.6.18-194.el5.i686.rpm This is a RPM package that provides RPM packages with corresponding RPF packages for each Red Hat Enterprise kernel. Http://rpm.pbone.net download the rpm package for the corresponding kernel, first check the kernel version with “uname -r”. Choose the OS type, whether it is i386 or x64. For example, my machine is i686, the kernel is 2.6.118-194.el5, I went to search for kernel-2.6.18-194.el5.i686.rpm. Find a kernel-2.6.18-194.el5.i686.rpm. Installation 2. Run rpm -ihv kernel-2.6.18-194.el5.i686.rpm to install this RPM package. 3. Run /sbin/modprobe ntfs to load the kernel module. (There is no output here) 4. Run dmesg

Copyright © Windows knowledge All Rights Reserved