Linux to mount NTFS-formatted mobile hard drives

Source: Internet
Author: User
Tags file system valid backup linux

Working in the Linux system Red Hat Enterprise5.7 mount Seagate NTFS format mobile hard drive, will jump out an error prompt box: The volume ' EAGET-NQH ' user the NTFS file system which is n OT supported by your system. Where ' Eaget-nqh ' is the name of my mobile hard drive.

Find Data Discovery Linux support NTFS format partition need to install NTFS-3G plug-in, download installation can,

What is ntfs-3g

NTFS-3G is an open-source software that supports reading and writing NTFS-formatted partitions under Linux, FreeBSD, Mac os X, NetBSD, and haiku operating systems. It can quickly and securely operate Windows XP, Windows Server 2003, Windows 2000, and the Windows Vista file system, which supports all POSIX-standard disk operations, in addition to full file owners and access rights.

The purpose of NTFS-3G is to provide trusted, feature-rich high-performance solutions for those users who need hardware platforms and operating systems that are reliably interoperable with NTFS.

Install the ntfs-3g method as follows:

First, compile and install the Fuse module (Support library, if the editing environment has been configured, you can skip this step)

Download fuse-2.7.0.tar.gz copy to 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 ntfs-3g copy to Linux system

Download Address: http://www.tuxera.com/community/ntfs-3g-download/Current 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

After installation, you can enable Redhat to support the NTFS file system.

# MKN//input mkn, press two times after the TAB key, you will find MKNFS This command, indicating that it has supported

Mknod Mkntfs

Third, Mount

# fdisk-l (Check the Mount partition under Linux, locate the 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

This column more highlights: http://www.bianceng.cnhttp://www.bianceng.cn/OS/Linux/

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 the existing folder, I use the/media

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

Note: Disk partitions in NTFS format should use the-T ntfs-3g parameter, and the-T VFAT parameter should be used for disk partitions in the FAT32 format. If the Chinese character file name appears garbled or does not display, you can use the following command format.

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

can 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

To this mount complete, you can do your own work, RedHat Linux mounted mobile hard disk method to share to everyone, hope to work or learn help ...

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.