RedHat Mounting NTFS

Source: Internet
Author: User
Tags ntfs 3g

Original RedHat does not recognize NTFS format files

Use NTFS 3g to mount

Perform:

1) Unzip the installation NTFS-3

TAR-XVZF ntfs-3g_ntfsprogs-Version number

CD "Path"

Perform the installation process

./configure

Make

Make install

2 first get the NTFS partition information

sudo fdisk-l | grep NTFS

Set mount point to mount with the following command

Mount-t ntfs-3g <ntfs partition> <mount point>

For example, get the NTFS partition to/DEV/SDB1 mount point set to/mnt/usbs

can be used

Mount-t Ntfs-3g/dev/sdb1/mnt/usbs

3) If you want to implement automatic mount, add in/etc/fstab

<ntfs partition><mount point>ntfs-3g Silent,umask=0,local=zh_cn.utf8 0 0

This enables the display of Chinese file names in the NTFS partition.

4) unload partition with Umount implementation

Umount <ntfs partition> or Umount <mount point>

RedHat Mounting NTFS

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.