CentOS supports NTFS partitioning

Source: Internet
Author: User
CentOS supports NTFS partitioning method CentOS6.2 is released. to better learn how to use Linux, CentOS is installed smoothly. However, after installation, CentOS does not support NTFS partitioning, I found a lot of information, but it does not help me in actual use ,...
CentOS supports NTFS partitioning method CentOS6.2 is released. to better learn how to use Linux, CentOS is installed smoothly. However, after installation, CentOS does not support NTFS partitioning, I found a lot of information, but it does not help in actual use. if the system was not crashed, there was no response. Finally, I solved this small problem, the reason is that the kernel and CentOS6.2 do not support NTFS partition read/write. The specific implementation method of www.2cto.com is as follows: first use the command uname-r to determine the current kernel, if the display is 2.6.32-220.7.1.el6.i686 indicates that the current kernel does not support ntfs partition, you install fuse-ntfs-3g will also report an error, therefore, you must update the kernel and run gedit/etc/yum before the update. repos. d/CentOS-Base.repo, modify the enable = 0 line in the [centosplus] section of the file, change the value of enable 0 to 1, save and exit, execute yum update, the centos plus kernel will be updated. after the kernel is updated, restart the computer and enter uname-r again. if the kernel version turns to 2.6.32-220.7.1.el6.centos.plus.i686, next, enter rpm-Uvh. http://pkgs.repoforge.org/rpmforge-release/rpmforge-release- 0.5.2-2. el6.rf. i686.rpm, after the update, run the yum install fuse-ntfs-3g to install the ntfs dependency package. after the installation is complete, the system supports NTFS partition! If the system is 64-bit, replace i686 in the rpm statement with x86_64. there is no problem with installing the system in CentOS6.2, but other versions cannot be guaranteed to be available. Www.2cto.com -------------------------------------- the same way as 5.0 can also be used [root @ bogon ~] # Uname-aLinux bogon 2.6.32-71. el6.i686 #1 SMP Fri Nov 12 04:17:17 GMT 2010 i686 i686 i386 GNU/Linux [root @ bogon ~] # [Root @ bogon download] # rpm-Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm Preparing... ######################################## ### [100%] package rpmforge-release-0.5.2-2.el6.rf.x86_64 is intended for a x86_64 architecture [root @ bogon download] # yun install fuse-ntfs-3g

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.