Linux mount USB flash drive: mount: unknownfilesystemtype 'ntfs'

Source: Internet
Author: User
Linux mount USB flash drive: mount: unknownfilesystemtype & amp; 39; ntfs & amp; 39; Linux mount a large mobile hard drive, which is troublesome. the mount: unknownfilesystemtype & amp; 39; ntfs & amp; 39; error. This is because Lin Linux mounts a USB flash drive: mount: unknown filesystem type 'ntfs 'Linux mounts a large mobile hard drive, which is troublesome. the mount: unknown filesystem type 'ntfs' error is reported because the hard drive cannot be identified, very uncomfortable. This is because partitions in NTFS format cannot be identified on Linux. By working with a NTFS-3G, you can solve the problem by following several steps: 1. download the download point of the NTFS-3G to open the download point of the NTFS-3G http://www.tuxera.com/community/ntfs-3g-download/ To download the latest stable (the latest version is ntfs-3g-2010.8.8.tgz) to/root/Downloads 2. Compile and install the NTFS-3G #. /configure # make install (or sudo make install) 3. Identify the volume name A of the mobile hard disk by division, do not insert the mobile hard disk, and run fdisk-l, view original Volume B of the system, plug in the mobile hard disk, and run fdisk-l, more is the volume of the mobile hard disk 4, mount NTFS partition # mount-t NTFS-3G/dev/sdb1/mnt/usbhd note: A, in/mnt, you need to create a folder usbhd (which is preferred) B and/dev/sdb1, which is the volume name of the mobile hard disk 5. unmount # umount/mnt/usbhd
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.