In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article is about whether the writable NTFS partition can be mounted in the CentOS operating system. I think it is very practical, so I share it with you. I hope you can get something after reading this article. Let's take a look at it.
In the use of CentOS operating system, we will encounter a lot of problems, after all, there is no the most perfect operating system, here CentOS operating system as an example, we will explain the CentOS operating system mount writable NTFS partition problem.
The CentOS operating system installation package includes
Fuse-2.8.1
# wget http://sourceforge.net/projects/fuse/files/fuse-2.X/2.8.0/fuse-
2.8.1.tar.gz/download
Ntfs-3g-2009.4.4
# wget http://www.ntfs-3g.org/ntfs-3g-2009.4.4.tgz
Kernel support before compilation in CentOS operating system
Kernel-PAE # yum install kernel-PAE kernel-PAE-devel # yum install kernel-PAE-devel kernel-xen-devel # yum install kernel-devel
The kernel versions are all 2.6.18.164.el5.
Note: the kernel version must be consistent
Upgrade kernel yum-y install kernel-2.6.18-164.el5
Similarly, the CentOS operating system updates the specified version of the kernel package yum-y install kernel-PAE-2.6.18-164.el5
Start compiling fuse and ntfs-3g after the update is complete
. / configure
Make
Make install
Make clean
CentOS operating system mounts writable NTFS partition mount-t ntfs-3g / dev/sd*-o rw / mnt/usb
(here * it means that you view the partition to be mounted from fdisk-l, and the usb after / mnt is a folder of your own mkdir)
Uninstall umount / dev/sd*
If busy appears
Just use umount-l / dev/sd*
After completing the above steps, we can find that the writable NTFS partition can be mounted in the CentOS operating system.
The above is whether the writable NTFS partition can be mounted in the CentOS operating system. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.