Mount an NTFS disk in CentOS

Source: Internet
Author: User

1. Problem description:

# Mount-tntfs/dev/sdc1/mnt/usbmount: unknownfilesystemtype 'ntfs'

This is because partitions in NTFS format cannot be identified by default in linux.

2. solution:

Solved by using ntfs-3g.

Open the download point ntfs-3g for the http://www.tuxera.com/community/ntfs-3g-download/ and download the latest stable ntfs-3g_ntfsprogs-2014.2.15.tgz to linux.

Run the following command to compile and install the ntfs-3g:

# Tar-zxvfntfs-3g_ntfsprogs-2014.2.15.tgz # cdntfs-3g_ntfsprogs-2014.2.15 #./configure # make # makeinstall # mount-tntfs-3g/dev/sdc1/mnt/usb

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.