How to mount a USB hard drive in NTFS file format in RHEL5

Source: Internet
Author: User

How to mount a USB hard drive in NTFS file format in RHEL5

Many installation software will be stored in a USB hard disk. In Windows, this means that the USB hard drive must be in NTFS format, because the maximum file size in FAT32 format is 4 GB. However, there will be new problems here, because in RHEL5, NTFS format is not supported by default. In other words, you cannot mount a USB hard disk in NTFS format. However, there is a benefit (work around und) called 'ntfs-3g '. To make it take effect, you must install the following RPM package.

NOTE: The version used must match the Linux kernerl module. You can use uname-r to check the kernel version. First, the kernel module must match your kernel.

# Uname-r

2.6.18-308.16.1.el5

  • Fuse-kmdl-2.6.18-308.16.1.el5-2.7.4-8_12.el5.x86_64.rpm
  • Fuse-2.7.4-8_12.el5.x86_64.rpm
  • Fuse-libs-2.7.4-8_12.el5.x86_64.rpm
  • Fuse-ntfs-3g-1.1004-1.el5.rf.x86_64.rpm

 

  • Download fuse & ntfs-3g:
Fuse: get it from http://www.atrpms.net/dist/el5/fuse/
Ntfs-3g: get it from http://dag.wieers.com/rpm/packages/fuse-ntfs-3g/
  • Install the fuse part:
# Rps-ivh fuse-2.7.4-8_12.el5.x86_64.rpm \
> Fuse-kmdl-2.6.18-308.16.1.el5-2.7.4-8_12.el5.x86_64.rpm \
> Fuse-libs-2.7.4-8_12.el5.x86_64.rpm
  • Install fuse-ntfs-3g:
# Rpm-ivh fuse-ntfs-3g-1.1004-1.el5.rf.x86_64.rpm
  • Insert the USB hard drive to the LINUX server and mount it.
# Mount. ntfs-3g/dev/sda1/media/ntfs

 

The mounted partition, for example,/dev/sda1, must be loaded into such a partition.

Mounting an NTFS hard disk in Linux

Mount Windows NTFS partition with ntfs-3g under CentOS 6.3

Read and Write NTFS format partition in Gentoo Linux (ntfs-3g solves the problem of NTFS read-only and non-writable)

Using NTFS-3G to mount NTFS partition U disk and mobile hard disk in Linux

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.