working on a Linux system Red Hat Enterprise5.7 mount Seagate NTFS formatted removable hard drive, an error prompt pops up: The volume ' EAGET-NQH ' user the NTFS file Syst EM which is not supported by your system. Where ' Eaget-nqh ' is the name of my mobile hard drive.
find data find Linux support NTFS format partition need to install NTFS-3G plug-in, download and install,
What is ntfs-3g
NTFS-3G is an open source software that supports reading and writing NTFS-formatted partitions in Linux, FreeBSD, Mac os X, NetBSD, and haiku operating systems. It enables fast and secure operation of Windows XP, Windows Server 2003, Windows 2000, and the Windows Vista file system, which supports all POSIX-compliant disk operations in addition to full file owner and access rights.
The purpose of NTFS-3G is to provide trusted, feature-rich, high-performance solutions for hardware platforms and operating systems that users need to be reliable with NTFS.
The installation ntfs-3g method is as follows:
First, compile and install the Fuse module (Support library, if the editing environment has been configured, you can skip this step)
Download the fuse-2.7.0.tar.gz copy to the Linux system
# TAR–ZXVF Fuse-2.7.0.tar.gz
# CD fuse-2.7.0
#./configure
# make
# make Install
# Lsmod
# modprobe Fuse
Second, install ntfs-3g software
Download the ntfs-3g copy to the Linux system
First, compile and install the Fuse module (Support library, if the editing environment has been configured, you can skip this step)
Download the fuse-2.7.0.tar.gz copy to the Linux system
# TAR–ZXVF Fuse-2.7.0.tar.gz
# CD fuse-2.7.0
#./configure
# make
# make Install
# Lsmod
# modprobe Fuse
Second, install ntfs-3g software
Download the ntfs-3g copy to the Linux system
:http://www.tuxera.com/community/ntfs-3g-download/Currently the latest is: ntfs-3g_ntfsprogs-2012.1.15
# TAR–ZXVF Ntfs-3g_ntfsprogs-2012.1.15.gz
# CD ntfs-3g_ntfsprogs-2012.1.15
#./configure
# make
# make Install
Once installed, you can enable Redhat to 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
Third, Mount
# fdisk-l (see Linux under Mount partition, find removable hard drive partition)
disk/dev/sdg:11982.1 GB, 11982198865920 bytes
255 heads, Sectors/track, 1456752 cylinders
Units = Cylinders of 16065 * 8225280 bytes
DISK/DEV/SDG doesn ' t contain a valid partition table
disk/dev/sdh:11982.1 GB, 11982198865920 bytes
255 heads, Sectors/track, 1456752 cylinders
Units = Cylinders of 16065 * 8225280 bytes
DISK/DEV/SDH doesn ' t contain a valid partition table
disk/dev/sdi:1000.2 GB, 1000204883968 bytes
255 heads, Sectors/track, 121601 cylinders
Units = Cylinders of 16065 * 8225280 bytes
Device Boot Start End Blocks Id System
/DEV/SDI1 * 1 121601 976760001 7 hpfs/ntfs
# mkdir Backup to build the load point, or mount it on an existing folder, I use/media
# 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
/DEV/CCISS/C0D0P2 30G 571M 28G 3%/
/DEV/CCISS/C0D0P7 74G 1.4G 69G 3%/Home
/DEV/CCISS/C0D0P6 3.0G 228M 2.6G 9%/var
/DEV/CCISS/C0D0P3 20G 3.5G 15G 19%/usr
/dev/cciss/c0d0p1 97M 16M 76M 18%/boot
Tmpfs 1.9G 0 1.9G 0%/dev/shm
/DEV/SDA 9.9T 165M 9.4T 1%/home/book/upload/bookfile1
/dev/sdb 9.9T 165M 9.4T 1%/home/book/upload/bookfile2
/DEV/SDD 9.9T 165M 9.4T 1%/home/book/upload/bookfile3
/dev/sde 9.0T 973G 7.6T 12%/backup
/dev/sdi1 932G 444G 488G 48%/media
Linux USB flash drive in NTFS format