CentOS prompt: unknown filesystem type 'ntfs '. Solution

Source: Internet
Author: User

After inserting the hard disk into the Linux system, the system always prompts: unknown filesystem type 'ntfs 'when you open the hard disk. Some problems have also been encountered when trying the online method.

Pay attention to the operation according to the problem and the correct method to avoid the problem.

1, first install gcc, this is mainly used in the second step we download the source code in the ntfs-3g to provide the editing environment.

Yum-y install gcc

2, followed by installing the ntfs-3g.

 
Wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz
Tar zxvf ntfs-3g_ntfsprogs-2013.1.13.tgz

Ntfs-3g_ntfsprogs-2013.1.13 cd./configuremakemake install
3. Mount the hard disk.
First, create the hanging location:
Mkdir/mnt/window
Ntfs-3g mounted on hard disk (assuming the hard disk to be mounted Is/dev/sdb1)
Mount-t ntfs-3g/dev/sdb1/mnt/window
Unmount command (unmount the hard disk partition of/dev/sdb1)
Umount/dev/sdb1

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.