Share with us how to enable RedhatFedoraCorerelease2 to support NTFS reading

Source: Internet
Author: User
Let's share the article "Let RedhatFedoraCorerelease2 support NTFS reading"-general Linux technology-Linux technology and application information. The following is a detailed description. Source: http://www.wangchao.net.cn/bbsdetail_67155.html
Run the following three commands as root or another user:
1. Enter cat/etc/redhat-release on the terminal to view the release version. My version is Fedora Core release 2 (Tettnang ).
2. Enter uname-r on the terminal to view the kernel version. My version is 2.6.5-1.358.
3. Enter rpm-q -- queryformat "% {ARCH} \ n" kernel on the terminal to view the processor type. Mine is i686;
If the query kernel is followed by the suffixes smp, bigmem, and hugemem, replace the kernel. For example, if the suffix is smp, use kernel-smp to replace the kernel in the query processor-type command.
The following command must be run as root:
4.
5. Run the rpm-ihv kernel-ntfs-2.6.5-1.358.i686.rpm to install this RPM package.
6. Run/sbin/modprobe ntfs to load the kernel module.
7. Run dmesg | grep NTFS to view the NTFS Driver version.
8. Now you can run cat/proc/filesystems To See That ntfs file systems are supported.
Note:
1. The NTFS Driver Module does not guarantee write compatibility. Therefore, we recommend that you use the-r parameter to mount the NTFS partition in read-only mode when mounting the NTFS partition.
2. Uninstall the NTFS Driver:
A. rpm-qa | grep-I ntfs view installed rpm packages, such as kernel-module-ntfs-2.6.9-1.667smp-2.1.20-0.fc.1.2
B. rpm-e kernel-module-ntfs-2.6.9-1.667smp-2.1.20-0.fc.1.2 Uninstall this rpm package.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.