Mount NTFS hard drives to centos

Source: Internet
Author: User

Mount NTFS hard drives to centos

Check whether the fuse and ntfs-3g software is installed in the system, if not, download the installation first.

Fuse is the built-in installation package. You can use rpm-Qa | grep fuse to check whether the package is installed.
Run the command: Yum install fuse-y to complete the download and installation.

The ntfs-3g needs to be downloaded separately.
# Yum install wget GCC make
# Wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2012.1.15.tgz
Install: Tar zxvf ntfs-3g_ntfsprogs-2012.1.15.tgz, run to get the ntfs-3g-2010.10.2 directory
MV ntfs-3g_ntfsprogs-2012.1.15.tgz ntfs-3g Change directory name

CD ntfs-3g into ntfs-3g directory
./Configure run the configure file, compile and install it
Make
Make install

After the installation is complete, run the fdisk-l command to view the hard disk identified by the system and find the NTFS hard disk to be mounted.
Mount by using the mount command: Mount-T ntfs-3g (NTFs hard drive path) (Mount path)
For example: Mount-T ntfs-3g/dev/sdb1/mnt/NTFS, You can see files in the NTFS hard disk in/mnt/NTFS.

Unmount: umount/mnt/NTFS

No fuse software is installed, or the appropriate version of fuse software is not installed:
Fuse device is missing, try 'modprobe fuse' as rootfatal: module fuse not found.
Ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root

{
Module fuse not found.
Modprobe fuse this command is used to check whether the system supports Fuse
View the kernel version of the system:
# Uname-R because the default kernel does not support the fuse module, you need to update the kernel.
Update the kernel:
Yum install kernel *
Shutdown-R now restart the computer
}

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.