In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
CentOS NTFS installation and configuration supports all the disk operations that conform to the POSIX standard. In view of this question, this article introduces in detail the corresponding analysis and solutions, hoping to help more partners who want to solve this problem to find a simpler and easier way.
Installation and configuration of Linux read and write CentOS NTFSNTFS-3G 2007-11-0814 What is CentOS NTFS-3GNTFS-3G is an open source software that supports reading and writing CentOS NTFS partitions under the Linux,FreeBSD,MacOSX,NetBSD,Haiku operating system.
It can quickly and securely manipulate WindowsXP,WindowsServer2003,Windows2000 and WindowsVista file systems, and it supports all disk operations that conform to POSIX standards except for full file ownership and access.
The purpose of CentOS NTFS-3G is to provide reliable, feature-rich, high-performance solutions for hardware platforms and operating systems that users need to communicate reliably with CentOS NTFS. For more information, see the CentOS NTFS-3G home page: http://www.ntfs-3g.org
two。 Install CentOS NTFS-3G2.1 system environment CentOS5 (kernel2.6.18-8.el5) 2.2 software and support library CentOS NTFS-3G http://www.ntfs-3g.orgFUSEhttp://fuse.sourceforge.net2.3 software download and install
2.3.1 install FUSE download source code package: wget http://nchc.dl.sourceforge.net/sourceforge/fuse/fuse-2.7.1.tar.gz decompress source code package:
Tarzxvffuse-2.7.1.tar.gz configuration compilation environment: cdfuse-2.7.1./configure--prefix=/ compilation: make installation: makeinstall2.3.2 installation CentOS NTFS-3G download source package: wget http://www.ntfs-3g.org/ntfs-3g-1.1104.tgz decompression source package: tarzxvfntfs-3g-1.1104.tgz
Configure the compilation environment:. / configure compilation: make installation: makeinstall3. After installing correctly using CentOS NTFS-3G, we need to load the CentOS NTFS partition through CentOS NTFS-3g. 3.1 get the device name of the CentOS NTFS partition
Execute the following command fdisk-l | grepCentOS NTFS the result is as follows: / dev/sdb1110443838833667HPFS/CentOS NTFS where * fields / dev/sdb1 is the desired partition device name
3.2 establish mount point mkdir/mnt/ntfs-p1, if necessary, give specific access rights to chmod755/mnt/ntfs-p13.3 temporary mount CentOS NTFS partition can use the following command to temporarily mount a CentOS NTFS partition to the mount point mount-tntfs-3g:
-the device name of the partition where the CentOS NTFS resides, such as / dev/sdb1- mount point in 3.1and / mnt/ntfs-p1 in 3.2.For example: mount-tntfs-3g/dev/sdb1/mnt/ntfs-p1
For more options and examples, please use the following command to see the mount command and ntfs-3g documentation. Manmountmanntfs-3g3.4 system loads CentOS NTFS partition editing / etc/fstabvi/etc/fstab in the file * add the following lines NTFS-3gdefaults00
Where:-the device name of the partition where the NTFS is located, such as / dev/sdb1- mount point in 3.1. for example, / mnt/ntfs-p1 in 3.2. for example: / dev/sdb1/mnt/ntfs-p1ntfs-3gdefaults00 reboot the system after saving the file or simply execute the following command to mount the CentOS NTFS partition to the specified mount point mount-a
4. The conclusion of this paper briefly introduces the installation and configuration steps of the tool CentOS NTFS-3G to access the ntfs partition under the Linux system, hoping to give some help to beginners. NTFS-3G is an open source software that supports reading and writing partitions in CentOS NTFS format under the Linux,FreeBSD,MacOSX,NetBSD,Haiku operating system.
It can quickly and securely manipulate WindowsXP,WindowsServer2003,Windows2000 and WindowsVista file systems, and it supports all disk operations that conform to POSIX standards except for full file ownership and access.
The purpose of CentOS NTFS-3G is to provide reliable, feature-rich, high-performance solutions for hardware platforms and operating systems that users need to communicate reliably with CentOS NTFS.
For more information, see the CentOS NTFS-3G home page: http://www.ntfs-3g.org
two。 Install CentOS NTFS-3G2.1 system environment CentOS5 (kernel2.6.18-8.el5) 2.2 software and support library CentOS NTFS-3G http://www.ntfs-3g.orgFUSEhttp://fuse.sourceforge.net2.3 software download and install 2.3.1 install FUSE download source code package: wget http://nchc.dl.sourceforge.net/sourceforge/fuse/fuse-2.7.1.tar.gz decompress source code package: tarzxvffuse-2.7.1.tar.gz
Configuration compilation environment: cdfuse-2.7.1./configure--prefix=/ compilation: make installation: makeinstall2.3.2 installation CentOS NTFS-3G download source package: wget http://www.ntfs-3g.org/ntfs-3g-1.1104.tgz decompression source package: tarzxvfntfs-3g-1.1104.tgz configuration compilation environment:. / configure compilation: make installation: makeinstall
3. After installing correctly using CentOS NTFS-3G, we need to load the CentOS NTFS partition through ntfs-3g. 3.1 get the CentOS NTFS partition device name and execute the following command fdisk-l | the grepCentOS NTFS result is as follows: / dev/sdb1110443838833667HPFS/NTFS where * field / dev/sdb1 is the desired partition device name
3.2 establish mount point mkdir/mnt/ntfs-p1, if necessary, give specific access to chmod755/mnt/ntfs-p1
To temporarily mount a CentOS NTFS partition, you can use the following command to temporarily mount a NTFS partition to the mount point mount-tntfs-3g using the following command
Where: the device name of the partition in which the CentOS NTFS resides, such as / dev/sdb1- mount point in 3.1and / mnt/ntfs-p1 in 3.2,
For example: mount-tntfs-3g/dev/sdb1/mnt/ntfs-p1 for more options and examples, please use the following command to see the mount command and the documentation of ntfs-3g. Manmounmanntfs-3g3.4 system loads NTFS partition editing / etc/fstabvi/etc/fstab adds the following line NTFS-3gdefaults00 to the file * *
Where:-the device name of the partition where the CentOS NTFS is located, such as / dev/sdb1- mount point in 3.1. for example, / mnt/ntfs-p1 in 3.2. for example: / dev/sdb1/mnt/ntfs-p1ntfs-3gdefaults00 reboot the system after saving the file or simply execute the following command to mount the NTFS partition to the specified mount point mount-a
4. Concluding remarks
This paper briefly introduces the installation and configuration steps of CentOS NTFS-3G, a tool to access ntfs partition under Linux system, hoping to give some help to beginners. NTFS-3G is an open source software that supports reading and writing partitions in CentOS NTFS format under the Linux,FreeBSD,MacOSX,NetBSD,Haiku operating system. It can quickly and securely manipulate WindowsXP,WindowsServer2003,Windows2000 and WindowsVista file systems, and it supports all disk operations that conform to POSIX standards except for full file ownership and access.
The purpose of NTFS-3G is to provide reliable, feature-rich, high-performance solutions for hardware platforms and operating systems that users need to communicate reliably with NTFS.
For more information, see the NTFS-3G home page: http://www.ntfs-3g.org
two。 Install NTFS-3G
2.1 system environment
CentOS5 (kernel2.6.18-8.el5)
2.2 Software and support libraries
NTFS-3G http://www.ntfs-3g.org
FUSE http://fuse.sourceforge.net
2.3 Software download and installation
2.3.1 install FUSE
Download the source package:
Wget http://nchc.dl.sourceforge.net/sourceforge/fuse/fuse-2.7.1.tar.gz
Decompress the source package:
Tarzxvffuse-2.7.1.tar.gz
Configure the compilation environment:
Cdfuse-2.7.1
. / configure--prefix=/
Compile:
Make
Installation:
Makeinstall
2.3.2 install NTFS-3G
Download the source package:
Wget http://www.ntfs-3g.org/ntfs-3g-1.1104.tgz
Decompress the source package:
Tarzxvfntfs-3g-1.1104.tgz
Configure the compilation environment:
. / configure
Compile:
Make
Installation:
Makeinstall
3. Use CentOS NTFS-3G
After the correct installation, we need to load the NTFS partition through ntfs-3g.
3.1 get the device name of the NTFS partition
Execute the following command
Fdisk-l | grepNTFS
The results are as follows:
/ dev/sdb1110443838833667HPFS/NTFS
The * field / dev/sdb1 is the required partition device name.
3.2 establish a mount point
Mkdir/mnt/ntfs-p1
If necessary, please give specific access rights
Chmod755/mnt/ntfs-p1
3.3 temporary mount of NTFS partition
You can use the following command to temporarily mount a NTFS partition to the mount point in read-write mode
Mount-tntfs-3g
Where:
-the device name of the partition in which the NTFS resides, such as / dev/sdb1 in 3.1
-Mount points, such as / mnt/ntfs-p1 in 3.2,
For example:
Mount-tntfs-3g/dev/sdb1/mnt/ntfs-p1
For more options and examples, please refer to the mount command and ntfs-3g documentation with the following command
Manmount
Manntfs-3g
3.4 Mount NTFS partitions at system startup
Edit / etc/fstab
Vi/etc/fstab
Add lines in the following format to the file *
Ntfs-3gdefaults00
Where:
-the device name of the partition in which the NTFS resides, such as / dev/sdb1 in 3.1
-Mount points, such as / mnt/ntfs-p1 in 3.2,
For example:
/ dev/sdb1/mnt/ntfs-p1ntfs-3gdefaults00
Restart the system after saving the file or simply execute the following command to mount the CentOS NTFS partition to the specified mount point
Mount-a
This is the answer to the question about how CentOS NTFS installation and configuration supports all disk operations in accordance with the POSIX standard. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel for more related knowledge.
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.