How to mount NTFS partitions in Linux

Source: Internet
Author: User
Article Title: how to mount NTFS partitions in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

Note: The software package mentioned below can be searched by Google if the connection fails.

At present, there are many introductions on the Internet to mount windows in linux.

The NTFS article is about re-compiling the kernel and adding support for NTFS partitions. but for a newbie who has just been familiar with linux, I will introduce a simple method.

1. First determine what your linux kernel version is (Redhat9.0's default kernel version is 2.4.20-8)

#> Rpm-qa | grep kernel

The following information about the category is displayed:

Kernel-pcmcia-cs-3.1.31-13

Kernel-2.4.20-8

In this way, you can see that your kernel version is 2.4.20-8.

2. Then open the following URL:

Http://rpm.pbone.net/index.php3/stat/16/limit/1/dl/40/idka/1705

Find the kernel-ntfs RPM package corresponding to your kernel version and download it.

I am using Redhat9.0 and the Kernel version is 2.4.20-8, so the package I am looking for is a kernel-ntfs-2.4.20-20.8.i686.rpm

,: Large.

3. installation:

#> Rpm-ivh kernel-ntfs-2.4.20-20.8.i686.rpm

4. If there are no errors, your system should have supported NTFS. If an error is reported, it must be because the package you are looking for does not match your Kernel version. Try again to download it.

5. mount your NTFS partition and how to mount it. Don't talk about it.

Run one rpm and mount ntfs on rh8.

My method (original rh8, without upgrading or compiling the kernel ):

1. Search and download kernel-ntfs-2.4.18-14.i686.rpm on google.com

2. rpm-ivh kernel-ntfs-2.4.18-14.i686.rpm

3. mkdir/mnt/c

4. mount-t ntfs/dev/hda1/mnt/c

When downloading a version, you must pay special attention to it. if the version is incorrect, you cannot mount it successfully. Please first use uname-a to check your kernel version and cpu kernel, and download the appropriate rpm.

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.