CentOS ntfs support

Source: Internet
Author: User

Original post address: http://www.linuxdiyf.com/bbs/thread-71625-1-1.html

 

 

1. view the kernel version of your system.

Uname-

My name is 2.6.18-92. el5 athlon.

2. Download the kernel module.

Http://sourceforge.net/project/showfiles.php? Group_id = 13956 & package_id = 24313

I am amd cpu, the kernel-module-ntfs-2.6.18-92.el5-2.1.27-0.rr.10.11.i686.rpm can do.

3. Install.

/Sbin/modprobe ntfs

4. Mount partition.

Use fdisk-l to view partition information.

// If bash: fdisk: command not found is displayed, it may not be the root user. Use su-root to switch. Do not forget the "-" in the middle.

Create the Mount directory mkdir/mnt/f

Mount partition mount-t ntfs/dev/sda6/mnt/f

5. automatically mount the file system when the system starts.

Modify the system mounting table-configuration file/etc/fstab

/Dev/sda6/mnt/f ntfs rw 0 0

 

 

/* The above commands are modified according to your own machine */

 

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.