Enable Linux to support ntfs format

Source: Internet
Author: User
Let Linux support ntfs format-Linux Enterprise Application-Linux server application information. The following is a detailed description. Linux AS4 adds the ntfs. ko module to allow Linux to support ntfs format files. Because the test requires Linux to load a disk in the ntfs format of windows XP. You need to download the corresponding Linux kernel and install it again after querying the Internet information. View the current system kernel information

[Root @ server201 ~] # Uname-
Linux server201 2.6.9-42.EL #1 Wed Jul 12 23:16:43 EDT 2006 i686 i686 i386 GNU/Linux

Here we can see the Kernel version 2.6.9-42.EL of our system. We can download the corresponding rpm package to install it. Kernel-module-ntfs-2.6.9-42.EL-2.1.20-0.rr.10.0.i686.rpm is what we need. The rpm-ivh kernel-module-ntfs-2.6.9-42.EL-2.1.20-0.rr.10.0.i686.rpm has been installed. Now we use the modprobe ntfs command to load. Use lsmod | grep ntfs

[Root @ server201 ~] # Lsmod | grep ntfs
Ntfs 126992 0
[Root @ server201 ~] #

The file has been loaded. The ntfs format is supported.

By default, the system does not load the module we just added. How can I enable automatic loading upon startup?

Vi/etc/rc. d/rc. local Add the command modprobe ntfs

Reboot and then lsmod | grep ntfs to see the modules we need.

/Etc/rc. d/rc. lodal can be seen as something in windows XP startup. You can directly add the command to start anything you need.
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.