CentOS mount NTFS-formatted removable hard drive

Source: Internet
Author: User

After finding the data found, Linux can also support NTFS format partition, just need to install the NTFS-3G plug-in.

Specific steps for CentOS mount NTFS removable hard disk:

1 Install fuse.

Download fuse-2.9.3.tar.gz http://cznic.dl.sourceforge.net/project/fuse/fuse-2.X/2.9.3/fuse-2.9.3.tar.gz

# TAR–ZXVF Fuse-2.7.0.tar.gz

# CD fuse-2.7.0

#./configure

# make

# make Install

# Lsmod

# modprobe Fuse

2 Install the ntfs-3g.

Download Ntfs-3g_ntfsprogs-2014.2.15.tgz http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2014.2.15.tgz

# TAR–ZXVF Ntfs-3g_ntfsprogs-2012.1.15.gz

# CD ntfs-3g_ntfsprogs-2012.1.15

#./configure

# make

# make Install

After installation, you can support the NTFS file system
# MKN//input MKN, after pressing two times tab, you will find MKNFS This command, indicating that the support
Mknod Mkntfs

3 Mounting

# fdisk-l (see Linux under Mount partition, find removable hard drive partition)

# mount–t Ntfs-3g/dev/sdi1/media

Note: For NTFS-formatted disk partitions, the-T ntfs-3g parameter should be used, and the-T VFAT parameter should be used for disk partitioning in FAT32 format. If the kanji file name is displayed as garbled or not displayed, you can use the following command format.

#mount-T Ntfs-3g-o Iocharset=cp936/dev/sdi1/media

To view mount conditions

# DF–LH

Just started to install the fuse has not been installed, and finally found that there is no GCC compiler, but I use Yum anyway can not be installed on the GCC, want to go, finally found that yesterday I changed the source of Yum to 163, changed after the error has been, with Yum what can not be loaded up, It is estimated that I changed the 163 of the path yesterday, but for the new Linux three days I still do not understand that thing, fortunately I took the original Centos-base.repo back up and then changed the whole deleted, in exchange for the original this, and then everything went smoothly. The configuration file for the Yum source is:/etc/yum.repo.d/centos-base.repo

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.