How to Mount NTFS-formatted disks under Linux

Source: Internet
Author: User

1. Description of the problem:

# mount–t Ntfs/dev/sdc1/mnt/usb mount:unknown filesystem type ' NTFS '

This is because NTFS-formatted partitions are not recognized on the default Linux system.


2. Workaround:

Solved by using ntfs-3g.

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

Execute the following command to compile the installation ntfs-3g:

# TAR-ZXVF ntfs-3g_ntfsprogs-2014.2.15.tgz# cd ntfs-3g_ntfsprogs-2014.2.15#./configure# make# make install# mount-t ntf S-3g/dev/sdc1/mnt/usb


This article is from the "Promise" blog, make sure to keep this source http://yinuoqianjin.blog.51cto.com/8360868/1416285

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.