Mount: unknown filesystem type 'ntfs 'appears in the windows partition mounted to Centos'

Source: Internet
Author: User

Problem:
# Mount-t ntfs/dev/sdb1/mnt/
Mount: unknown filesystem type 'ntfs'
This is because partitions in NTFS format cannot be identified on CentOS release 5.5 (Final.

Solution:
Solved by using ntfs-3g.
Open the download point ntfs-3g for the http://www.tuxera.com/community/ntfs-3g-download/, download the latest stable (current latest version is ntfs-3g-2011.1.15) to CentOS, and run the following command to install:
1) Compile and install ntfs-3g:
# Tar zxvf ntfs-3g-2011.1.15.tgz
# Cd ntfs-3g-2011.1.15
#./Configure
# Make
# Make install
After finding it on the internet, you still cannot mount it in the same way. Finally, you can find the method on the official website, as shown below:
Mount-t ntfs-3g/dev/sda5/mnt/windows
In this way, you can mount the instance. If you want to start the instance, edit the/etx/fstat file.
As follows:
/Dev/sda4/mnt/windows ntfs-3g defaults 0 0
Finally, you can use mount/mnt/windows to check whether the fstab file is correct.


This article is from luyafei's BLOG

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.