Steps to compile the Linux kernel so that it supports NTFS

Source: Internet
Author: User
Keywords Linux kernel NTFS
Tags access aliyun compile html http installation kernel linux

Linux systems generally do not support NTFS-formatted access after installation, and we need to compile the kernel to enable it to run NTFS-formatted access, as detailed in the following steps:

[Root@localhost ~]# cd/usr/src/linux-2.4
[Root@localhost ~]# make Menuconfig

Select http://www.aliyun.com/zixun/aggregation/19352.html ">file system NTFS File system support (read only) to M

[Root@localhost ~]# Uname-a

2.4.21-27.0.2.el

[Root@localhost ~]# VI Makefile

Ensure the first few actions:

VERSION = 2
Patchlevel = 4
Sublevel = 21
Extraversion = -27.0.2.el

[Root@localhost ~]# make DEP
[Root@localhost ~]# make modules Subdirs=fs/ntfs
[Root@localhost ~]# Mkdir/lib/moduels/2.4.21-27.0.2.el/kernel/fs/ntfs
[Root@localhost ~]# cp-f fs/ntfs/*.o/lib/moduels/2.4.21-27.0.2.el/kernel/fs/ntfs/
[Root@localhost ~]# Depmod-a
[Root@localhost ~]# modprobe NTFS
[Root@localhost ~]# Lsmod

Make sure there is NTFS in it.

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.